Advertisement
Guest User

Untitled

a guest
Sep 8th, 2017
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. !define dollah $
  2. !if "$%windir%" == "${dollah}%windir%"
  3. !echo "posix probably"
  4. !else
  5.     !if "$%NUMBER_OF_PROCESSORS%" < 1
  6.     !echo win9x
  7.     !else
  8.     !echo winNT
  9.     !endif
  10. !endif
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement