home *** CD-ROM | disk | FTP | other *** search
- // copy the files
- copy . . mute.exe
-
- copy . \Windows "Mute Help.htc"
- copy . \Windows "muteoff.2bp"
- copy . \Windows "muteon.2bp"
-
- // create a shell link
- createShortcut \Windows\Programs\Accessories "Mute.lnk" . mute.exe
- createShortcut \Windows\StartUp "Mute.lnk" . mute.exe
-
- // start mute so users see it
- remoteExec "mute.exe"
-
- exit
-