home *** CD-ROM | disk | FTP | other *** search
/ PDA Software Library / pdasoftwarelib.iso / WIN_CE / PC / JNP104setup.EXE / JimmyNotePad.load < prev    next >
Encoding:
Text File  |  1997-06-25  |  385 b   |  18 lines

  1.  
  2.  
  3. // make the subdirectories
  4. // mkdir SDKTools
  5. regString HKEY_CLASSES_ROOT txtfile\Shell\Open\Command 1 "" "\Windows\Programs\JimmyNotePad\JimmyNotePad.exe %1"
  6.  
  7. // copy the files
  8. copy . . JimmyNotePad.exe
  9.  
  10. // create a shell link
  11. createShortcut \Windows\Desktop JimmyNotePad.lnk . JimmyNotePad.exe
  12.  
  13. // execute the program
  14. // remoteExec JimmyNotePad.exe '/JLOAD'
  15.  
  16. exit
  17.  
  18.