home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / belongs2.zip / Startup1.Cmd < prev    next >
OS/2 REXX Batch file  |  1993-12-27  |  1KB  |  20 lines

  1. @echo off
  2. rem *************************************************************************
  3. rem * File:                                                                 *
  4. rem *    STARTUP1.CMD                                                       *
  5. rem *                                                                       *
  6. rem * Description:                                                          *
  7. rem *    Sample STARTUP.CMD to start BELONGS2 program.                      *
  8. rem *                                                                       *
  9. rem * Note:                                                                 *
  10. rem *    This is one way to start the program, but not the recommended way. *
  11. rem *    You will need to change the drive letter ("d:") and the directory  *
  12. rem *    name ("path") in the START command.                                *
  13. rem *                                                                       *
  14. rem * Revisions:                                                            *
  15. rem *    09/06/93 1.0 - Created.                                            *
  16. rem *************************************************************************
  17. rem
  18. START /N d:\path\SAMPLE.EXE
  19. exit
  20.