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.

21 lines
240 B

  1. #n
  2. /^Status.*owner/b statux
  3. /^file.*local-ver/d
  4. /^Sub.*robust/b getdir
  5. /^ *$/d
  6. s/\*verify//
  7. s/ *out *$//
  8. s/ *[0-9][0-9]* *[0-9][0-9]*//
  9. s/^/in -c "xxx" /
  10. p
  11. d
  12. :getdir
  13. s/Subdirectory /cd \\nt\\private\\ntos\\rdr2/
  14. s/,.*$//
  15. p
  16. d
  17. :statux
  18. h
  19. d