home *** CD-ROM | disk | FTP | other *** search
/ Hand Held Organizer Toolkit / walnutcreekcdrom-handheldorganizertoolkit-march1998.iso / WinCE / games / Drop4Setup.exe / Drop4.load < prev    next >
Text File  |  1997-10-25  |  777b  |  29 lines

  1. // copy the executable file
  2. copy . . "Drop4.exe"
  3.  
  4. // if you have a help file, you could copy it to the Windows directory as follows:
  5. copy . \Windows "Drop 4 Help.htc"
  6. copy . \Windows "D4_Command_Bar.htp"
  7. copy . \Windows "D4_How_to_play.htp"
  8. copy . \Windows "D4_Options.htp"
  9. copy . \Windows "D4_Players.htp"
  10. copy . \Windows "D4_hvc.2bp"
  11. copy . \Windows "D4_hvh.2bp"
  12. copy . \Windows "D4_new_game.2bp"
  13. copy . \Windows "D4_opt_easy.2bp"
  14. copy . \Windows "D4_opt_med.2bp"
  15. copy . \Windows "D4_opt_hard.2bp"
  16.  
  17. // register the icon
  18. regString ~ ~ 1 VersionNumber "1.1"
  19.  
  20. // create some shortcuts on the HPC device
  21.  
  22. createShortcut \Windows\Desktop "Drop 4.lnk" . "Drop4.exe"
  23. createShortcut \Windows\Programs "Drop 4.lnk" . "Drop4.exe"
  24.  
  25.  
  26. // Exit the script
  27.  
  28. exit
  29.