home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / folderdb.zip / install.cmd < prev   
OS/2 REXX Batch file  |  1996-02-06  |  406b  |  18 lines

  1. /* */
  2. call RxFuncAdd 'SysLoadFuncs', 'RexxUtil', 'SysloadFuncs'
  3. call SysLoadFuncs
  4.  
  5.  
  6. 'cls'
  7. SAY ''
  8. SAY ''
  9. SAY 'Please enter the letter of your OS/2 boot drive.'
  10. SAY 'E.g., enter C if OS/2 boots from the C: drive.'
  11. SAY ''
  12. PULL BootDrive
  13.  
  14. FullPath = Directory()
  15.  
  16. CALL SysCreateObject 'WPProgram', 'Folder', '<WP_DESKTOP>',,
  17.   'EXENAME='||FullPath||'\Folder.exe;STARTUPDIR='||BootDrive||':\;'
  18.