Advertisement
Guest User

Untitled

a guest
Jul 30th, 2016
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.53 KB | None | 0 0
  1. IF EXIST "%tmpfile%" DEL /Q /F "%tmpfile%"
  2. ECHO Some Text Here>>"%tmpfile%"
  3. ECHO A little more text here>>"%tmpfile%"
  4. ECHO Some other text over here man>>"%tmpfile%"
  5. ECHO Can Scooby please have a Scooby snack>>"%tmpfile%"
  6. IF EXIST "%tmpfile%" DEL /Q /F "%tmpfile%"
  7.  
  8. IF EXIST "%tmpfile%" DEL /Q /F "%tmpfile%"
  9. ECHO>>"%tmpfile%" Some Text Here
  10. ECHO>>"%tmpfile%" A little more text here
  11. ECHO>>"%tmpfile%" Some other text over here man
  12. ECHO>>"%tmpfile%" Can Scooby please have a Scooby snack
  13. IF EXIST "%tmpfile%" DEL /Q /F "%tmpfile%"
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement