Jump to content

KingOfDos

Member
  • Posts

    1
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    Netherlands

Everything posted by KingOfDos

  1. 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 off echo Step 2 - 05-09-2005 - 09:22:32>>z:\session\A000047\history.ses echo Starting GHOST - Drive 1 Part 1 to Z:\SESSION\A000047\GHOST.GHO ghost -clone,mode=dump,src=1:1,dst=z:\session\A000047\ghost.gho -sure -autoname -batch -fni -auto echo 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:1 gdisk 1 /cre /pri /for /q gdisk 1 /del /p:4 gdisk 1 /hide /p:3 gdisk 1 /r I'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
×
×
  • Create New...