home *** CD-ROM | disk | FTP | other *** search
- // The following regString commands create the data in the above keys that are
- // required to complete the associations.
-
- regString ~ ~ 1 VersionNumber "1.0"
-
- // Copy the files from the PC to the Pegasus
- copy . "\Program Files\PocketPad" ppad.exe
- copy . "\Program Files\PocketPad" pp_basic.htp
- copy . "\Program Files\PocketPad" pp_keybd.htp
- copy . "\Program Files\PocketPad" pp_contact.htp
- copy . \Windows PocketPad.htc
-
- // Create the shortcuts.
- createShortcut \Windows\Desktop "PocketPad.lnk" "\Program Files\PocketPad" ppad.exe
- createShortcut "\Windows\Programs\Accessories" "PocketPad.lnk" "\Program Files\PocketPad" ppad.exe
-
- exit
-