I just had a sudden idea, and because of the impulsive person I am, I decided to ask a question before doing research. Of course, I will be doing the research also, but if there is anyone that can give me a hand with this, it would be great. So, here's my idea: I use certain programs that save personal settings in a file, like an .inf file or some such thing. Winamp and Opera are the two main ones, but I think HideIP and PeerGaurdian may be in there too... And probably many others. Anyway, I was thinking about WinAmp and my media library, and how the library is saved as a file. My library is large, and it takes around fifteen minutes for it to scan and load everything. I got to thinking, it would be great to make a small utility that backs up all these settings, and saves them as an .exe file, allowing me to just click it and load everything back up onto a fresh system. This way, if I need to re-install everything, my settings will be saved, and I can just click one file afterwards to have all of it back, saving me the trouble of setting everything up again. And if I can do that, I could easily put this file on my unattended disc to run automatically. I know a bit about batch files, and how to use WinRAR to create executable files. I know there is a way to do this, but I am rather unfamiliar with the structure and commands available within the batch itself. I know that I can use a command like XCOPY, or COPY, to copy from one directory to another. I don't know how to create folders, or how to execute WinRAR from within a batch to archive the created folder into a self extractable archive. To give you an example of what I want to do: File A is located at C:\program files\Program A\A.inf I want to create a folder called Settings and place it at the C prompt (C:\) Within that folder, I want a series of folders to match the original path of File A [C:\Settings\(program files\Program A)] I then want to copy File A over to the new folder (C:\Settings\program files\Program A\) After this, I want to execute WinRAR to create a self extracting archive, with the path C:\, and make it completely silent, and overwrite existing files I know I need a batch file for this, and I think I can put that file, or a series of files within a self extracting archive, and make a small backup utility for all my settings. Does anyone have any ideas on how such a batch file should look, or if there is an easier way to do this? If this has already been thought of, or done, could you possibly point me in the direction of that information? Any help would be very much appreciated. Peace