home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / netdor3.zip / DISK_13 / IMAGE12.ZIP / CATALOG / instcli.cmd < prev    next >
OS/2 REXX Batch file  |  1994-12-12  |  367b  |  15 lines

  1. /**/
  2. ndm2dir='c:\ibmnvdm2'/*Installation directory of NvDM/2 client*/
  3.  
  4. signal on error
  5. '@copy a:\netdx.cmd c:\ 1>nul '
  6. '@copy a:\anxluser.dll' ndm2dir'\dll\ 1>nul '
  7. say 'Installation was successfully completed'
  8. exit 0
  9.  
  10. error:
  11. errormsg='Error' rc 'in line' sigl':' sourceline(sigl)
  12. say errormsg
  13. say 'Sorry, the installation was unsuccessful'
  14. exit 99999
  15.