home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 2 BBS / 02-BBS.zip / tagbet.zip / TLOCFM.CMD < prev    next >
OS/2 REXX Batch file  |  1994-09-27  |  442b  |  14 lines

  1. /*Just an example for a local start of Offtag in Filemanager mode*/
  2. /*Check out the directories and change the Node-Statement to your local node*/
  3. "mode co80,50"
  4. rc=directory("c:\box\max\tagger")
  5. "tagger P=0 NODE=03 Y=50 FILEMANAGER"
  6. arealog="AREASCAN.LOG"
  7. if lines(arealog) then do
  8.   toupdate=translate(linein(arealog,,1),' ',',')
  9.   rc=lineout(arealog)
  10.   "del "arealog
  11.   rc=directory("c:\max")
  12.   "fbp.exe area.dat "toupdate
  13. end
  14.