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.

11 lines
217 B

  1. <Job ID="args">
  2. <script language=PerlScript>
  3. $arg = $WScript->{Arguments};
  4. $countArgs = $arg->{Count};
  5. for($i=0; $i<$countArgs; $i++) {
  6. $WScript->Echo($arg->Item($i));
  7. }
  8. </script>
  9. </Job>