Advertisement
Guest User

Untitled

a guest
Mar 13th, 2017
95
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. @echo off
  2. (
  3. a
  4. b
  5. *
  6. )2>%TEMP%\tempScript.txt
  7.  
  8. rem as we all know, the above script will make:
  9. rem 'a' is not a recognized......
  10. rem 'b' is not a recognized......
  11. rem 'c' is not a recognized......
  12. rem
  13. rem and I want to remove everything except the strings
  14. rem a
  15. rem b
  16. rem c
  17. rem how can I do that?
  18.  
  19. pause
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement