home *** CD-ROM | disk | FTP | other *** search
/ PDA Software Library / pdasoftwarelib.iso / WIN_CE / PC / PPADDEMO / DATA.Z / PocketPad.load < prev    next >
Encoding:
Text File  |  1996-12-05  |  657 b   |  19 lines

  1. // The following regString commands create the data in the above keys that are
  2. // required to complete the associations.
  3.  
  4. regString ~ ~ 1 VersionNumber "1.0"
  5.  
  6. // Copy the files from the PC to the Pegasus
  7. copy . "\Program Files\PocketPad" ppad.exe
  8. copy . "\Program Files\PocketPad" pp_basic.htp
  9. copy . "\Program Files\PocketPad" pp_keybd.htp
  10. copy . "\Program Files\PocketPad" pp_contact.htp
  11. copy . \Windows PocketPad.htc
  12.  
  13. // Create the shortcuts.
  14. createShortcut \Windows\Desktop "PocketPad.lnk" "\Program Files\PocketPad"  ppad.exe
  15. createShortcut "\Windows\Programs\Accessories" "PocketPad.lnk" "\Program Files\PocketPad"  ppad.exe
  16.  
  17. exit
  18.  
  19.