home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 35 Internet / 35-Internet.zip / ftpmn12a.zip / install.cmd < prev    next >
OS/2 REXX Batch file  |  1996-10-02  |  623b  |  14 lines

  1. /* FTPMon Install script.                                          */
  2. /* Copy all files to the desired target directory and run install. */
  3. SAY "Copy all files to the desired target directory before running"
  4. SAY "this install script.  Press enter to continue or Control-C to quit."
  5. PULL .
  6.  
  7. Call RxFuncAdd 'SysCreateObject', 'REXXUTIL', 'SysCreateObject'
  8. IF SysCreateObject("WPProgram", "FTP Monitor", "<WP_DESKTOP>", ,
  9.                            "EXENAME="DIRECTORY()"\FTPMON.EXE") then
  10.       SAY "FTP Monitor program object created on desktop."
  11. else
  12.       SAY "Could not create FTP Monitor program object."
  13.  
  14.