home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 11 Util / 11-Util.zip / belongs2.zip / Startup2.Cmd < prev   
OS/2 REXX Batch file  |  1994-01-01  |  1KB  |  20 lines

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