  c:echo "Making df0:LIBS..."
  c:Makedir df0:LIBS
  c:echo "Making df0:Examples..."
  c:Makedir df0:Examples
  c:echo "Making df0:DEVS..."
  c:Makedir df0:DEVS
  c:echo "Making df0:C..."
  c:Makedir df0:C
  c:echo "Making df0:S..."
  c:Makedir df0:S
  c:IF EXISTS LIBS:arp.library
    c:echo "You use ARP so I will install the arp.library...."
    c:copy LIBS:arp.library to df0:LIBS
  c:ENDIF
  c:echo "Installing df0:LIBS/tool.library..."
  c:copy :ToolLib7.6/tool.library to df0:LIBS
  c:echo "Installing df0:LIBS/icon.library..."
  c:copy LIBS:icon.library to df0:LIBS
  c:echo "Installing df0:C/LoadWB..."
  c:copy c:LoadWB to df0:C
  c:echo "Installing df0:C/EndCLI..."
  c:copy c:EndCLI to df0:C
  c:echo "Installing df0:DEVS/system-configuration..."
  c:copy DEVS:system-configuration to df0:DEVS
  c:echo "Installing df0:S/startup-sequence..."
  c:copy gd_startup to df0:S/startup-sequence
  c:echo "Copying the Examples..."
  c:copy Examples all to df0:Examples quiet
  c:copy Examples.info to df0:
  c:echo "Installing GadgetED..."
  c:copy GadgetED to df0:
  c:copy GadgetED.info to df0:
  c:echo "Relabeling disk..."
  c:Relabel df0: GadgetED
  c:echo "Installing BootBlock..."
  c:Install drive df0:
