Summary: I have tried writing commands in auto.exebatt to delete *.tmp files and cookies when I reboot. I haven't had any success.The line rem tshooter comes u...
Summary: I'm looking for a line of DOS that will delete a file regardless of what directory a little pixie might hide it in. That is, one that will search dir...
Summary: Hello Nadizo, the way I use to get (then in Win98) the real DOS name for a path is like this: open Explorer & go to: C:\program files\america online 7...
Summary: I have Win XP and i don't like PerfectNav.. (if you have XP you prolly know what im talkin bout) everytime i type in an invalid website address, i don...
Summary: I dont really want to delete a file. What i want to do is associate a txt file with a DEBUG folder from a c++ project. Basically the syntax is suppose...
Summary: It depends on how the program was written and in what language. In some old DOS programs, the programmer just calls the DOS DEL or DELETE or ERASE fu...
Summary: Dear Dan Penny, Your command will delete file names with characters also. (e.g. 1*.d may contain files 1abcdefg.dbf). I want to delete only files cont...
Summary: here is a new solution to delete old files by date -------------------------- example: delete all files that are older than today lsfdt -m lt -d t *.*...
Summary: im trying to delete a file from dos(because i cant in windows).. I've tried del c:\program files\desktop\my wallpaper\*.bmp(because the name continues...
Summary: How do I write a batch file that will search all directories and sub-directories for files with specific extensions and then delete those files while ...
Summary: Hi, I have a NT4.0 PC and I want to use a batch file to delete "old" files in a folder. Only those files which are older than two months should be del...
Summary: Im really REALLY bad at DOS but a school project has required for me to do the below mentioned task that i find daunting. All help is greatly apprecia...
Summary: Hi, Usually "Access denied" message means the files are curently in use and system not allows to delete them. Deleting such files can cause system mal...
Summary: I know how. I did lerned it with Laurence too. But I though his batch sample were too big and complicated (it worked fine, but it were kinda difficult...
Summary: The date should be the system's current date, right?? So, the first task is to get current date into a variable without separators and in the format w...
Summary: I cleared temp internet files from my internet browser. I do it quite often but I understand that if you dont clear them out of dos then there still t...
Summary: No, this isn't an 'easy one', since there is no command that can do it directly -- a work-around is required. The XCOPY.exe command has the /D (/D:dat...
Summary: The recycled directory is indeed hidden in newer versions of windows; however deleted temporary internet files will not be moved there, they *are* sim...
Summary: Hello, I am attempting to write a small batch file to accompany my programs uninstaller. This file is to be used to delete any files left over after ...
Summary: I want to create a batch file that wil do three things with one click.I want to be able to delete cookies,temporary files and history.Is this possible...