Leaked source code of windows server 2003
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.

27 lines
860 B

  1. {
  2. if ($0 !~ /^;/)
  3. {
  4. printf "del %s\\_tgtType_.bat\n",$1
  5. printf "del %s\\_tgtType_d.bat\n",$1
  6. printf "del %s\\_tgtType_r.bat\n",$1
  7. printf "del %s\\_tgtType_t.bat\n",$1
  8. printf "del %s\\_tgtType_d.err\n",$1
  9. printf "del %s\\_tgtType_r.wrn\n",$1
  10. printf "del %s\\_tgtType_t.wrn\n",$1
  11. printf "del %s\\_tgtType_d?.err\n",$1
  12. printf "del %s\\_tgtType_r?.wrn\n",$1
  13. printf "del %s\\_tgtType_t?.err\n",$1
  14. for (i=1 ; i<=9 ; i++)
  15. {
  16. printf "del %s\\_tgtType_d%d.bat\n",$1,i
  17. printf "del %s\\_tgtType_r%d.bat\n",$1,i
  18. printf "del %s\\_tgtType_t%d.bat\n",$1,i
  19. }
  20. printf "del %s\\_tgtType_.env\n",$1
  21. printf "del %s\\_tgtType_d.env\n",$1
  22. printf "del %s\\_tgtType_r.env\n",$1
  23. printf "del %s\\_tgtType_t.env\n",$1
  24. }
  25. }