Advertisement
Guest User

Untitled

a guest
Jul 22nd, 2014
224
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. @echo off
  2.  
  3. IF "x%MYTESTIP_1%" == "x" (
  4. echo MYTESTIP_1 is not specified
  5. )
  6. IF "x%MYTESTIP_2%" == "x" (
  7. echo MYTESTIP_2 is not specified
  8. )
  9. IF "x%MYTESTIP_3%" == "x" (
  10. echo MYTESTIP_3 is not specified
  11. )
  12. goto :EOF
  13.  
  14. :test
  15. echo TEST
  16. goto :EOF
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement