home *** CD-ROM | disk | FTP | other *** search
- @echo off
- ::
- :: Sample for a Nodecompilebatch
- ::
- ::
- :: The next command will be change drive and path to nodelistpath
- ::
- ::
- :: CD \FD\NODELIST
- ::
- :MainLoop
- IF Exist ????DIFF.A?? PAK X ????DIFF.A*
- IF Exist ????LIST.A?? PAK X ????LIST.A*
- IF NOT Exist ????DIFF.* Goto NoDiff
-
- FDT ND /R
- FDT ND /I=POINTS24 /D=PR24DIFF /R
- Goto MainLoop
-
- :NoDiff
-
- ::
- :: Pointlist convert
- ::
-
- FDT PL /B /5
- FDT PL /A /B /5 /I=\FD\LIST\3035WEMS
- FDT PL /A /B /I=\FD\LIST\TREKNET\TREKPNT /4 /Z=37
- FDT PL /A /B /I=\FD\LIST\PRGNET\PRGPOINT /Z=236
-
- \FD\FDNC /F
-