Slightly alternative method, instead of copying the whole Steam folder and TF2 stuff.
This method involves creating symbolic links instead of copying the steamapps folder. Basically, you can share a single steamapps folder between all your Steam copies, thus saving you HD space and updating TF2 multiple times.
Requirements
-Windows Vista or 7
-Ability to follow instructions
How-to
Step 1. Decide your main steamapps folder. Generally it should be the one with most games.
Step 2. If you want, you can move the steamapps folder somewhere else and rename it (mine is D:\Games\Steam for example)
Step 3. Remove all the other steamapps folders.
Step 4. Open cmd.exe as an administrator
Step 5. Navigate into each Steam folder without steamapps and run the following:
Code:
mklink /D steamapps <main steamapps path>
For example:
Code:
cd C:\Program Files (x86)\Steam
mklink /D steamapps "D:\Games\Steam"
Or if you didn't move steamapps:
Code:
cd C:\Idle\Steam1
mklink /D steamapps "C:\Program Files (x86)\Steam\steamapps"
Step 6. A shortcut should appear, named steamapps. Double-clicking it should show you the contents of the main steamapps folder.
Step 7. You're done! Now you can run all the idle accounts while only maintaining a single steamapps folder