Updating the Clone Partition on an Image Machine

I created a CD which I can use to update the Clone Partition of an older Image Machine. To use this CD:
  1. Turn on the Image Machine and select the Clone Partition.
  2. Insert a CLONE 4.1 disk in the A: drive
  3. Select Load IDE CDROM driver
  4. It should load an IDE driver for the CD, and it should say it is drive D:
  5. Insert the CD into the CD Drive
  6. Press ESC to exit out of the menu system for Clone
  7. Type D:
  8. Type cd refurb
  9. Type update
  10. When the bat file pauses, tell it to go ahead and update the cline partition

This will run the update.bat file, which contains

@echo off

:START
  echo                ***************************
  echo                Update CLONE partition for: 
  echo                    Children programs
  echo                    Screensavers
  echo                    AntiVirus
  echo                    Updates to MAKEDISK
  echo                ***************************
  echo .
  pause
md c:\av
md c:\children
md c:\children\icons
md c:\ss
copy cdnow.bat c:\
copy new\*.* c:\
copy av\*.* c:\av
md c:\children
copy children\*.* c:\children
copy children\icons\*.* c:\children\icons
copy ss\*.* c:\ss
copy images\bootdisk\*.* c:\images\bootdisk
copy cdnow.bat c:\
:exit

This update will add the ability for Transfer Files to copy the files for a selected screensaver, a selected AntiVirus program, and/or selected educational programs used in the Children Image when one is customizes the application programs for a specific recipient, and it updates makedisk procedure to add the ability to generate Win98se Startup, GHOST, and BootMagic Recovery floppy disks. It also fixes a problem with the cdnow.bat file which required having a Clone 4.1 floppy in drive A when selecting Load IDE CDROM driver (see above instructions for applying this update). Now that this update has been applied, that will no longer be necessary.