| View previous topic :: View next topic |
| Author |
Message |
jetflash
Joined: 20 Feb 2005 Posts: 1
|
Posted: Sun Feb 20, 2005 8:26 am Post subject: |
|
|
| I want to exe a batch file. I do this and code some batch. It works fine on my computers, but on other peoples computers it dosent. Help, and why |
|
| Back to top |
|
 |
|
|
Oleg Tsheglov Site Admin
Joined: 13 Feb 2004 Posts: 309
|
Posted: Sun Feb 20, 2005 7:12 pm Post subject: |
|
|
Possible EXE file can't find some applications or paths available on your PC and not available on different PCs.
Please always use relative paths and environment variables,
for example:
replace call "c:\test.exe" with "call %systemdrive%\test.exe" |
|
| Back to top |
|
 |
|