Include feature

Convert your BATch files into EXEcutable format in one click.
Post Reply
deathtrip2k
Posts: 5
Joined: Mon Jul 28, 2008 1:44 am

Include feature

Post by deathtrip2k »

Hello, i just got this program and when i incude a file to the exe, where does it extract / how do i open the included file(s)? i want to be able to run the included file from the exe. for instance i make a batch and write write 'START /wait Program.exe' in it, can i include the 'program.exe' into the batch file when i make it to exe and the run it without having the program.exe and the created exe file in the same folder? or how can i do this?
support
Site Admin
Posts: 476
Joined: Fri Feb 13, 2004 1:05 pm

Post by support »

START /wait %MYFILES%\Program.exe
Post Reply