Can someone tell me what id need to write in a batch file to delete say the temps im using xp so id need those " things wouldnt i before and after what i type..
K i wanna know how to delete someonething a whole folders worth juss gimme an example or something but what can i have afterwards /Q for quiet or something, R/ for read only, etc..i just want a command that i can open to make it delete all the temps and when it asks question do a /Y for yes or something.. so could someone ttell me the command please i would put in a batch file..
Thanks
+ Reply to Thread
Results 1 to 3 of 3
-
-
CD foldername
ATTRIB -h -r -s -a *.*
DEL foldername/filename.ext /y
EXITCheers, Jim
My DVDLab Guides -
c:
cd "\Documents and Settings\%username%\Local Settings\Temp\"
attrib *.* -r /s
del *.* /s /q
pause
Similar Threads
-
No MS-DOS sound in Current set-up
By Frank-0-Video in forum ComputerReplies: 13Last Post: 9th Jun 2011, 08:16 -
Were Windows 95 and 98 true OS's even though they had dos integrated in em?
By yoda313 in forum ComputerReplies: 24Last Post: 1st Apr 2011, 15:49 -
Command-line command for fixing AVI?
By timur in forum ffmpegX general discussionReplies: 1Last Post: 23rd Sep 2009, 02:23 -
DOS multiplexing for DivX and/or other MPG?
By Figge in forum Video ConversionReplies: 2Last Post: 25th Mar 2009, 02:55 -
Question about certain dos commands
By jimdagys in forum ComputerReplies: 35Last Post: 15th Oct 2008, 22:57