home *** CD-ROM | disk | FTP | other *** search
-
-
- // make the subdirectories
- // mkdir SDKTools
- regString HKEY_CLASSES_ROOT txtfile\Shell\Open\Command 1 "" "\Windows\Programs\JimmyNotePad\JimmyNotePad.exe %1"
-
- // copy the files
- copy . . JimmyNotePad.exe
-
- // create a shell link
- createShortcut \Windows\Desktop JimmyNotePad.lnk . JimmyNotePad.exe
-
- // execute the program
- // remoteExec JimmyNotePad.exe '/JLOAD'
-
- exit
-
-