gehen wir jetzt mal davon aus ich möchte unter w7 ein programm wie z.b. icq via script starten.
unter xp ging das ganze einfach mit der zeile
start "C:\Program Files (x86)\ICQ\Icq.exe"
unter w7 funktioniert diese methode allerdings nicht mehr.
ausprobiert habe ich bisher folgendes:
start "C:\Program Files (x86)\ICQ\Icq.exe"
start "C:\PROGRA~2\ICQ\Iqc.exe"
shell.run "C:\Program Files (x86)\ICQ\Icq.exe"
shell.run "C:\PROGRA~2\ICQ\Icq.exe"
start Chr(34) & "C:\Program Files (x86)\ICQ\Icq.exe" & Chr(34)
shell.run Chr(34) & "C:\Program Files (x86)\ICQ\Icq.exe" & Chr(34)
nichts davon hat bisher funktioniert. jemand ne idee?
uac ist btw. deaktiviert
unter xp ging das ganze einfach mit der zeile
start "C:\Program Files (x86)\ICQ\Icq.exe"
unter w7 funktioniert diese methode allerdings nicht mehr.
ausprobiert habe ich bisher folgendes:
start "C:\Program Files (x86)\ICQ\Icq.exe"
start "C:\PROGRA~2\ICQ\Iqc.exe"
shell.run "C:\Program Files (x86)\ICQ\Icq.exe"
shell.run "C:\PROGRA~2\ICQ\Icq.exe"
start Chr(34) & "C:\Program Files (x86)\ICQ\Icq.exe" & Chr(34)
shell.run Chr(34) & "C:\Program Files (x86)\ICQ\Icq.exe" & Chr(34)
nichts davon hat bisher funktioniert. jemand ne idee?
uac ist btw. deaktiviert