home *** CD-ROM | disk | FTP | other *** search
- // Create the registry keys
- regString ~ ~ 1 VersionNumber "1.0"
-
- // Copy the files from the desktop PC to the HPC
- copy . . Chat.exe
-
- // Desktop Icon
- createShortcut \Windows\Desktop "Chat.lnk" . chat.exe
-
- // Accessories Icon
- createShortcut \Windows\Programs\Accessories "Chat.lnk" . chat.exe
-
- copy . \windows Chat.htc
- copy . \windows chat_intro.htp
- copy . \windows chat_tips.htp
-
- // Exit the script
- exit
-