home *** CD-ROM | disk | FTP | other *** search
/ C!T ROM 5 / ctrom5b.zip / ctrom5b / OS2 / SPEL / PMICS / GO.CMD next >
OS/2 REXX Batch file  |  1994-12-18  |  331b  |  8 lines

  1. @echo off
  2. rem make copy to release write lock on pmics.exe, so we can build a new version
  3. rem while gaming
  4. copy pmics.exe npmics.exe
  5. set iclui trace=noprefix
  6. set iclui traceto=stderr
  7. start npmics -x=810 -y=768 -baud=9600 -dial="ATs11=40 e1 dt2614700" -medium -commfont="System VIO"  -commfontsize=14 -autoflag  2> pmics.log
  8.