home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR37 / PMPOVF.ZIP / STARTD.ZIP / DEMO.CMD next >
OS/2 REXX Batch file  |  1992-08-13  |  384b  |  12 lines

  1. REM
  2. REM Start 2 dos sessions
  3. REM
  4. REM start a windowed dos session in the foreground at 0,240 size 640,240
  5. REM and use demo1.ini as a settings file
  6. REM and run the mem command keeping the session around afterwards
  7. startd /win /dos /fg /k /sf demo1.ini /pos=0,240,320,240 mem 
  8.  
  9. REM same thing except uses demo2.ini
  10. startd /win /dos /bg /k /sf demo2.ini /pos=0,0,320,240 mem
  11.  
  12.