Advertisement
Guest User

Untitled

a guest
Mar 10th, 2016
3,532
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.23 KB | None | 0 0
  1. IfWinNotExist, Photoshop
  2. {
  3. run D:\Adobe\Photoshop CS6\Adobe Photoshop CS6 (64 Bit)\Photoshop.exe
  4. return
  5. }
  6. else
  7. {
  8. WinActivate ; The above "IfWinNotExist" also set the "last found" window for us.
  9. return
  10. }
  11.  
  12. ExitApp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement