- Make sure everyone is logged out.
- Go to a "DOS" prompt (may appear as "MS-DOS" or "COMMAND PROMPT".
- You will see "C:\Windows>Enter Command:" (what you see may be slightly different).
- At this prompt type "cd\" and then press "Enter".
- Now you should see "C:\>Enter Command:".
- Type "cd backup" and press "Enter" *(if the system tells you "invalid directory" see instructions below).
- Now you should see "C:\backup>Enter Command:".
- Type "xcopy g:\lac\*.* /s/e" and press "Enter".
- When the "xcopy" is complete the system will tell you the number of files copied.
- Type "exit" to return to your desktop.
*If the system told you "invalid directory" follow these steps to create a backup directory:
- You should still see "C:\>Enter Command:".
- Type "md backup" and press "Enter".
- Type "cd backup" and press "Enter".
- Now you should see "C:\backup>Enter Command:".
- Return to step 8 above.