Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
batch
Name: yellow Date: June 25, 2002 at 00:34:59 Pacific
Comment:
hello could someone that knows how to make batch file please tell me how i can make one that will delete all cookies and temp files so that when i click on it it delets them not one that has to reboot just one that i can push at any time im not on the internet thanks
Name: Jeff J Date: June 25, 2002 at 09:39:10 Pacific
Reply:
You can try putting this in a new .bat file (all one line):
DEL /F /Q "C:\Documents and Settings\USER_NAME\Cookies\*"
That will also delete INDEX.DAT, but that's no biggee. The path will have to be adjusted to your particular machine (the example is typical of Win2K and XP). Then just create a shortcut, point it to your new batch file, and put the shortcut somewhere you can get to it, like the desktop or on the Start menu somewhere. You can do the same with your temp directory.
Summary: How can I count a specific character in a line using a batch file Ex: if I pass a line "c:\dir1\dir2\dir3" to the batch file to count "\" then it should return 3. ...
Summary: I need a batch file or VBscript that will collect the Symantec Endpoint Protection Virus definition information. I need it to save to a text file located in a folder on the root of C:\. The folder is ...
Summary: I have 2 directory structures (FOLDER_A and FOLDER_B) containing files and subdirectories. I have a text file with a list of the files (full path names) from the 2 structures divided up into the follo...