PDA

View Full Version : Looking for batch program for backup- delete files



davidhelp
10-28-2001, 06:31 PM
I used a batch program to delete the cache files in Netscape and temp files in IE and the files in the Temp folders plus I used one to back up files to another hard drive

I used the command deltree and xcopy32 but these don't work in XP

Does anyone know the commands in XP that are similiar?

axis
10-29-2001, 07:11 PM
'xcopy' works in XP, and I would imagine deltree would too, but this is Microsoft. In a command prompt, type help, that will list the commands. In win2k its simply 'del'.

davidhelp
10-31-2001, 02:41 AM
Thanks for ansering

I copied the commands as a text file and will look them over