home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / daxinst2.img / CID_FE00.CMD next >
OS/2 REXX Batch file  |  1995-12-11  |  455b  |  11 lines

  1. /*-----------------------------------------------------------------*/
  2. /* Exit to return FE00 return code                                 */
  3. /* The exit will force NDM/2 to reboot the client after            */
  4. /* installation has completed                                      */
  5. /* HEX FE00 == 65024                                               */
  6. /*-----------------------------------------------------------------*/
  7.  
  8. PARSE ARG
  9.  
  10. EXIT  65024
  11.