home *** CD-ROM | disk | FTP | other *** search
/ CD Shareware Magazine 1999 April / CD_Shareware_Magazine_31.iso / CE / Internet / chat.exe / Chat.tmp < prev    next >
Encoding:
Text File  |  1997-11-18  |  421 b   |  19 lines

  1. // Create the registry keys
  2. regString ~ ~ 1 VersionNumber "1.0"
  3.  
  4. // Copy the files from the desktop PC to the HPC
  5. copy . . Chat.exe
  6.  
  7. // Desktop Icon
  8. createShortcut \Windows\Desktop "Chat.lnk" . chat.exe
  9.  
  10. // Accessories Icon
  11. createShortcut \Windows\Programs\Accessories "Chat.lnk" . chat.exe
  12.  
  13. copy . \windows Chat.htc
  14. copy . \windows chat_intro.htp
  15. copy . \windows chat_tips.htp
  16.  
  17. // Exit the script
  18. exit
  19.