Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- IfWinNotExist, Photoshop
- {
- run D:\Adobe\Photoshop CS6\Adobe Photoshop CS6 (64 Bit)\Photoshop.exe
- return
- }
- else
- {
- WinActivate ; The above "IfWinNotExist" also set the "last found" window for us.
- return
- }
- ExitApp
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement