KingOfDos Posted May 9, 2005 Posted May 9, 2005 I'm working on a Unattended Installation of Windows XP, couse i need to reinstall ~75 computers. Some computers are running special applications (administrative, souch as payment / etc). So i want to create an backup of the computer.I'm using Norton Ghost 7.0 to create backup's. The folowing file is created by an home-made wizzard specialy created for this setup. That program creates an batch file that will be executed AFTER the wizzard.@echo offecho Step 2 - 05-09-2005 - 09:22:32>>z:\session\A000047\history.sesecho Starting GHOST - Drive 1 Part 1 to Z:\SESSION\A000047\GHOST.GHOghost -clone,mode=dump,src=1:1,dst=z:\session\A000047\ghost.gho -sure -autoname -batch -fni -autoecho Copying Z:\SESSION\A000047\*.GH? to C:\*.GH?copy z:\session\A000047\*.gh? c:\*.gh?echo Deleting Z:\SESSION\A000047\*.GH?del z:\session\A000047\*.gh?echo y|gdisk 1 /del /p:1gdisk 1 /cre /pri /for /qgdisk 1 /del /p:4gdisk 1 /hide /p:3gdisk 1 /rI'm ghosting from local drive to an network drive couse an bug in Ghost (you can't backup partition 1:1 to C:, he thinks that's the same drive. 1:1 is an primary NTFS partition, C: is 1:2, so that's an bug. Couse the bug i need to ghost it to an network share first, after that i copy it to the client computer on drive 2 (hidden partition).I want a tool that show's the status while i'm copying the ghost files from the network to the local computer. Now i can't see how far the setup is, that's f***ed up
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