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.

24 lines
227 B

  1. @rem = '
  2. @goto endofperl
  3. ';
  4. $USAGE = "
  5. Usage: $0 InputFiles
  6. ";
  7. $save = "";
  8. while (<>) {
  9. if ($save ne $_) {
  10. $save = $_;
  11. print;
  12. }
  13. }
  14. __END__
  15. :endofperl
  16. @perl %~dpn0.cmd %*