home *** CD-ROM | disk | FTP | other *** search
/ PCPP Game Guide 2 / PCPP_GG2.iso / PCPP / PATCHES / 3Dfx / IState76 / i76v1081.exe / Data / FIX106.BAT < prev    next >
Encoding:
DOS Batch File  |  1997-07-18  |  196 b   |  11 lines

  1. echo off
  2.  
  3. cd addon
  4. for %%i in (*.vtf) do call ..\movefile %%i
  5. for %%i in (*.vdf) do call ..\movefile %%i
  6. for %%i in (*.tmt) do call ..\movefile %%i
  7. cd ..
  8.  
  9. echo off
  10. echo off
  11. echo !!Done!!