Advertisement
Guest User

Untitled

a guest
Apr 30th, 2016
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. select case True
  2. Case objFso.FileExists("c:\Progra~1\PuTTY\putty.exe")
  3. 'do stuff
  4. Case objFso.FileExists("c:\PuTTY\putty.exe")
  5. 'do other stuff
  6. Case etc
  7. end select
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement