well is see that the title of this forum section has dos in it so i guess il try asking here.
theres some stuff in program files that i need to constantly delete, so i deside to make a simple batch file to do it for me when ever i run the computer. it works if i do a test file in the C drive "C:\test.txt"
but when every i try to go through the program files folder it dosnt work. i personly think its cause it has a space in the name, is there anything i can do?
Page 1 of 1
batch files
#2
Posted 06 October 2008 - 06:14 PM
Have you tried renaming the file with a .bat extension rather than .txt.
The power of accurate observation is commonly called cynicism by those who haven't got it.
—George Bernard Shaw
—George Bernard Shaw
#3
Posted 07 October 2008 - 04:41 PM
yes i named it as a .bat, its just when i run it nothing happens
#4
Posted 08 October 2008 - 09:57 PM
If you dont mind, could you post the code you used? Or at least the parts relevant to your problem? It'll, at least for me, make it easier to figure out where the problem lies and how to fix it
#6
Posted 10 October 2008 - 09:35 PM
Quote
i personly think its cause it has a space in the name, is there anything i can do?
Try This
del "C:\Program Files\Orbitdownloader\orbitcth.dll"
Share this topic:
Page 1 of 1

Help


Back to top












