Saraband Posted February 1, 2005 Posted February 1, 2005 anyone know what the below batch file will do ? thanks in memorium :-)@echo oncd %homedrive%%homepath%rd /s/q locals~1\tempor~1rd /s/q locals~1\temp\tempor~1rd /s/q cookiesrd /s/q temp\cookiesrd /s/q locals~1\historyrd /s/q locals~1\temp\historyrd /s/q recentmd recent
djbe Posted February 1, 2005 Posted February 1, 2005 cd %homedrive%%homepath%change current dir to your account dir (for example c:\docs and setting\admin)rd /s/q ...remove all files and folders in dir ... without asking for confirmationmd recentmake a dir called 'recent'This batch file zill do some cleanup for you, like your history and cookies (on the CURRENT account)...
Ghost82 Posted February 1, 2005 Posted February 1, 2005 @Saraband: Are you serious about this?? Do some search work and find out!!!
firefoxthebomb Posted February 1, 2005 Posted February 1, 2005 cd %homedrive%%homepath%change current dir to your account dir (for example c:\docs and setting\admin)rd /s/q ...remove all files and folders in dir ... without asking for confirmationmd recentmake a dir called 'recent'This batch file zill do some cleanup for you, like your history and cookies (on the CURRENT account)...Yeap, I second this.
djbe Posted February 1, 2005 Posted February 1, 2005 @Saraband: Are you serious about this?? Do some search work and find out!!! actually no search needed he just should have opened dos prompt, and have typed 'HELP', or 'rd /?'... such things are VERY logical, even my mom found that (and she can't use computers )
bledd Posted February 2, 2005 Posted February 2, 2005 don't slay him guys, we all start somewhere!once you start using batch files (and using windows help to find out which commands do what) you'll learn fast!
ravashaak Posted February 2, 2005 Posted February 2, 2005 If you're starting with little to no command-line knowledge, searching for this kind of stuff can be a bit frustrating. Besides, getting some confirmation as to what certain commands will do is part of the learning process. Give Saraband a break and save the ammo for someone who's just plain lazy - Ravashaak
djbe Posted February 2, 2005 Posted February 2, 2005 how to "open DOS prompt" ?press the windows key, hold it and press the key 'r'type cmdpress entervoila, you're in the command prompt!
horsecharles Posted February 2, 2005 Posted February 2, 2005 scroll down to command line reference: http://64.233.161.104/search?q=cache:H8NdD...+shortcut&hl=enand this may help:http://www.petri.co.il/add_command_prompt_...ws_explorer.htm
Dobby Posted February 2, 2005 Posted February 2, 2005 @Saraband: Are you serious about this?? Do some search work and find out!!! actually no search needed he just should have opened dos prompt, and have typed 'HELP', or 'rd /?'... such things are VERY logical, even my mom found that (and she can't use computers ) Hope she didn't do:rd /s /q *
Saraband Posted February 2, 2005 Author Posted February 2, 2005 horsecharles, pretty cool info. don't know what a buffer is though. doesn't matter i guess. thanx allmaybe ?
Saraband Posted February 2, 2005 Author Posted February 2, 2005 hey, check this out - if u type winver then hit ENTER into cmd prompt you getcool !
^_^ Posted February 2, 2005 Posted February 2, 2005 mine says Service Pack 2 and did you modify that picture to put theXXXXXXXXXXXX stuff in or is that how your computer is registered?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now