Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to get for your free account now!
batch file delete itself
Name: BatchFreak Date: November 10, 2008 at 10:57:06 Pacific OS: Windows Xp Pro CPU/Ram: 2.4 ghz/ 512 mb Manufacturer/Model: Dell
Comment:
I have a batch file that is in an unknown folder and needs to be deleted when it stops running. Any idea?
I only Batch if possible, 2000 more lines of code, oh well.
Summary: Relates to an ealier post with title: Batch File deleting files by date? HAD TO CHANGE FOLLOWING TO GET WORKING 1. In Line: for /f "tokens=2" %%i in ('date /t') do set thedate=%%i Change tokens=2 to t...
Summary: I am trying to write a batch file that will delete files in a windows secured temp folder. It is located C:\documents and settings\userprofile\local settings\temporary internet files\OLK* If you can'...