File Includes

Convert your BATch files into EXEcutable format in one click.
Post Reply
munkey_boy
Posts: 1
Joined: Mon Feb 12, 2007 11:24 am

Post by munkey_boy »

Hey guys, if I have a file called file.exe and i want to use it in my batch script, how do i put it? %file.exe% Or what? And if that is correct does that apply for all file types?
Oleg Tsheglov
Site Admin
Posts: 307
Joined: Fri Feb 13, 2004 5:55 pm
Contact:

Post by Oleg Tsheglov »

You should use:

%MYFILES%\file.exe
Post Reply