20.05.2012: Dimpel's Addons für WinXP 32bit (Stand 20.05.2012)
21.05.2012: Unantastbar's SFX-Archive (Stand 21.05.2012)
14.04.2012: Ganesha-UpdatePackSP3-inkl.IE8-2012-04-14|
|
Source code |
1 2 |
DirRemove (@StartMenuDir, 1) DirRemove (@StartMenuCommonDir, 1) |
|
|
Source code |
1 2 3 4 5 6 7 |
ShellExecute ("Start Menu.exe")
WinWait ("7-Zip", "Extract")
ControlSetText ("7-Zip", "Extract", "Edit1", @HomeDrive & "\ProgramData\Microsoft\Windows\")
ControlClick ("7-Zip", "Extract", "Button2")
If ProcessExists ("Start Menu.exe") Then
ProcessWaitClose ("Start Menu.exe")
EndIf
|
This post has been edited 2 times, last edit by "Sentionline" (Feb 4th 2012, 6:44pm)
This post has been edited 6 times, last edit by "Nemo" (Feb 5th 2012, 11:21am)

This post has been edited 1 times, last edit by "Sentionline" (Feb 5th 2012, 3:36pm)
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\Install_x64-x32\Test.exe SET CDROM=%%i: IF %PROCESSOR_ARCHITECTURE%==AMD64 ( start /wait %CDROM%\Install_x64-x32\Reg\Startmenu64.exe ) ELSE ( start /wait %CDROM%\Install_x64-x32\Reg\Startmenu32.exe ) exit |
This post has been edited 3 times, last edit by "Nemo" (Feb 6th 2012, 8:37pm) with the following reason: Typo
|
|
Source code |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
FOR %%i IN (D E F G H I J K L M N O P Q R S T U V W X Y Z) DO IF EXIST %%i:\Install_x64-x32\Test.exe SET CDROM=%%i: IF %PROCESSOR_ARCHITECTURE%==AMD64 ( start /wait %CDROM%\Install_x64-x32\Reg\Startmenu64.exe ) ELSE ( IF %PROCESSOR_ARCHITECTURE%==x86 ( start /wait %CDROM%\Install_x64-x32\Reg\Startmenu32.exe ) exit |
Quoted
Im übrigen kann ich nur meine Empfehlung bekräftigen, die originalen, englischen Pfadbezeichnungen zu verwenden.
Mit Batch kann ich nicht viel anfangen, aber muss das nicht so gehen?
Hits today: 4,935 | Hits yesterday: 3,463 | Hits record: 14,378 | Hits total: 3,131,521
Forum Software: Burning Board® 3.1.7, developed by WoltLab® GmbH