I'm going to try to ask for help this way. I have written this letter to a fellow who has what seems like an excellant batch file tutitorial page. I really do not expect a response from him, but sometimes I can explain myself better in a letter than on a post. Maybe someone here can understand what it is I put in my letter and help me out.
Dear Rob,
I am running Windows XP Home Edition.
Learning batch files is very difficult for me. I need one batch file only. One that will, backup first, and then delete an entire directory...and all it's contents...including what files it contains and any and all subfolders and all their contents.
I would to use it as a master copy with which I might then interchange directories
I want completely backed up and deleted.
I would ask that you please give me an example of how to do this using this directory as the example, that I may keep it and use as that master copy:
C:\Program Files\Common Files\MSSoap
I really do need it laid out for me in an example...because I'm just not "getting it" when someone tries to explain it to me...and they just aren't getting it when I tell them that I really do need it laid out for me in an example.
For example, I got this off a batch file someone made. It backups up and deletes a given file from a given directory.
-------------------------------------------------------------------------------------
Make a New Text Document in system32. Name it New.txt. Now copy this to Notepad and save it to your Desktop as System32.bat or something.
cd C:\
md system32backup
cd c:\windows\system32\
copy c:\windows\system32\New.txt c:\system32backup\
cd c:\windows\system32\
Del New.txt
Now go look on C Root for a folder named "system32backup" with a backedup New.txt file inside.
-------------------------------------------------------------------------------------
If you do not fully understand my request, maybe my showing why I want this batch file will help. On this thread, on the MSFN tweaking site, look for my posts...those by Bold_Fortune. The thread is all about deleting files from XP. I put two years work into the list of files you will first see on that thread.
http://www.MSFN.org/board/index.php?showtopic=11833
I've been trying to get across to forum members there what it is I want exactly, but the things they are telling me, I just don't get. Maybe it's me, or maybe it's the way they are explaining it to someone like me without even the basic knowledge of a batch file.
Thank you very much, Rob. I am looking forward to your reply.
Tony Cataldo (Bold_Fortune)