home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Spiele Shareware / os2games.iso / os2games / addons / pmics / src / go.cmd < prev    next >
Encoding:
Text File  |  1994-12-17  |  478 b   |  10 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. rem start npmics -x=800 -y=768 -baud=9600 -dial="ATs11=40 e1 dt2614700" -medium -commfont="System VIO"  -commfontsize=14 -autoflag  2> pmics.log
  8. start npmics -x=800 -y=640 -baud=9600 -dial="ATs11=40 e1 dt2614700" -small -commfont="System VIO"  -commfontsize=14 -autoflag  2> pmics.log
  9.  
  10.