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

  1. // copy the files
  2. copy . . mute.exe
  3.  
  4. copy . \Windows "Mute Help.htc"
  5. copy . \Windows "muteoff.2bp"
  6. copy . \Windows "muteon.2bp"
  7.  
  8. // create a shell link
  9. createShortcut \Windows\Programs\Accessories "Mute.lnk" . mute.exe
  10. createShortcut \Windows\StartUp "Mute.lnk" . mute.exe
  11.  
  12. // start mute so users see it
  13. remoteExec "mute.exe"
  14.  
  15. exit
  16.