| View previous topic :: View next topic |
| Author |
Message |
munkey_boy
Joined: 12 Feb 2007 Posts: 1
|
Posted: Mon Feb 12, 2007 11:27 am Post subject: |
|
|
| 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? |
|
| Back to top |
|
 |
|
|
Oleg Tsheglov Site Admin
Joined: 13 Feb 2004 Posts: 309
|
Posted: Tue Feb 13, 2007 5:10 pm Post subject: |
|
|
You should use:
%MYFILES%\file.exe |
|
| Back to top |
|
 |
|