home *** CD-ROM | disk | FTP | other *** search
- @echo off
- h:
- cd \Max
- set PATH=%MAX%;%MAX%\offtag;%PATH%
- echo maxp -s%1 -b%2 -p%3 -n%TASK% -t%4 -e0 -lh:\bt\log\%TASK%\binkadd.log >>h:\bt\log\%TASK%\spawn.log
- maxp -s%1 -b%2 -p%3 -n%TASK% -t%4 -e0 -lh:\bt\log\%TASK%\binkadd.log
- if errorlevel 3 goto lastuser
- goto end
- :lastuser
- getmax3 /h:%BT%\task\callhist.all /m:%MAX%\max.prm /t:%TASK%
- :end
-