home *** CD-ROM | disk | FTP | other *** search
/ PC Online 1997 August / PCO0897.ISO / filesbbs / dos / fdt.arj / DEMOSENG.ZIP / DIFFDEMO.BAT < prev    next >
Encoding:
DOS Batch File  |  1996-02-28  |  574 b   |  32 lines

  1. @echo off
  2. ::
  3. ::  Sample for a Nodecompilebatch
  4. ::
  5. ::
  6. :: The next command will be change drive and path to nodelistpath
  7. ::
  8. ::
  9. :: CD \FD\NODELIST
  10. ::
  11. :MainLoop
  12. IF Exist ????DIFF.A?? PAK X ????DIFF.A*
  13. IF Exist ????LIST.A?? PAK X ????LIST.A*
  14. IF NOT Exist ????DIFF.* Goto NoDiff
  15.  
  16. FDT ND /R
  17. FDT ND /I=POINTS24 /D=PR24DIFF /R
  18. Goto MainLoop
  19.  
  20. :NoDiff
  21.  
  22. ::
  23. :: Pointlist convert
  24. ::
  25.  
  26. FDT PL    /B /5
  27. FDT PL /A /B /5 /I=\FD\LIST\3035WEMS
  28. FDT PL /A /B    /I=\FD\LIST\TREKNET\TREKPNT /4 /Z=37
  29. FDT PL /A /B    /I=\FD\LIST\PRGNET\PRGPOINT    /Z=236
  30.  
  31. \FD\FDNC /F
  32.