home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Magazin 1996 March (Planer) / PLANER.BIN / bb_demo / scene18 / exp18 / sndinfo / go.bat < prev    next >
DOS Batch File  |  1994-07-28  |  164b  |  5 lines

  1. awk -f sndinfo.awk -v Name=%1 %1.inf > snd.sed
  2. sed -f snd.sed < ..\script\%1.gpt > ..\script\%1.new
  3. copy ..\script\%1.new ..\script\%1.seq
  4. del ..\script\%1.new
  5.