home *** CD-ROM | disk | FTP | other *** search
- @echo off
- rem make copy to release write lock on pmics.exe, so we can build a new version
- rem while gaming
- copy pmics.exe npmics.exe
- set iclui trace=noprefix
- set iclui traceto=stderr
- rem start npmics -x=800 -y=768 -baud=9600 -dial="ATs11=40 e1 dt2614700" -medium -commfont="System VIO" -commfontsize=14 -autoflag 2> pmics.log
- start npmics -x=800 -y=640 -baud=9600 -dial="ATs11=40 e1 dt2614700" -small -commfont="System VIO" -commfontsize=14 -autoflag 2> pmics.log
-
-