Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

16 lines
184 B

  1. @echo off
  2. md unref
  3. :top
  4. if "%1" == "" goto done
  5. @echo on
  6. gawk -f %_NTDRIVE%%_NTROOT%\private\ole32\stg\unref.awk <%1 >unref\%1
  7. @echo off
  8. shift
  9. goto top
  10. :done