Help

Convert your BATch files into EXEcutable format in one click.
jetflash
Posts: 1
Joined: Sun Feb 20, 2005 8:19 am

Post by jetflash »

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
Oleg Tsheglov
Site Admin
Posts: 307
Joined: Fri Feb 13, 2004 5:55 pm

Post by Oleg Tsheglov »

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"