home *** CD-ROM | disk | FTP | other *** search
/ PDA Software Library / pdasoftwarelib.iso / WIN_CE / PC / powtoy.exe / data.z / remotecontrol.load < prev    next >
Encoding:
Text File  |  1997-01-14  |  597 b   |  23 lines

  1.  
  2. // copy the files
  3. copy . "\Windows" "RControl.dll"
  4. copy . "\Windows" "RcReg.exe"
  5.  
  6. copy . \Windows "Remote Control Help.htc"
  7. copy . \Windows rcontro1.htp
  8. copy . \Windows rcontro2.htp
  9. copy . \Windows rcontro3.htp
  10. copy . \Windows rcontro4.htp
  11. copy . \Windows rcontro5.htp
  12.  
  13.  
  14. // create a shell link to the removal program
  15. //createShortcut "\Windows\Programs\Accessories" "Cascade.lnk" . "cascade.exe"
  16.  
  17. remoteExec "\Windows\rcreg.exe"
  18.  
  19. // cause the unload program to be run before uninstalling.  Will require user to reboot HPC
  20. //prependToUnload "\\Windows\\rcreg unload\n"
  21.  
  22. exit
  23.