VideoHelp Forum




+ Reply to Thread
Results 1 to 3 of 3
  1. Banned
    Join Date
    Dec 2004
    Location
    SE4
    Search Comp PM
    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
    Quote Quote  
  2. CD foldername
    ATTRIB -h -r -s -a *.*
    DEL foldername/filename.ext /y
    EXIT
    Cheers, Jim
    My DVDLab Guides
    Quote Quote  
  3. Member Soopafresh's Avatar
    Join Date
    Jan 2004
    Location
    United States
    Search Comp PM
    c:
    cd "\Documents and Settings\%username%\Local Settings\Temp\"
    attrib *.* -r /s
    del *.* /s /q
    pause
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!