AutoHotkey Homepage AutoHotkey Community
Let's help each other out
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Open With Shortcut

 
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help
View previous topic :: View next topic  
Author Message
agent.2020



Joined: 30 Sep 2008
Posts: 1

PostPosted: Tue Sep 30, 2008 2:42 pm    Post subject: Open With Shortcut Reply with quote

hi guys,

Is there a way to write a script to open a file with say adobe photoshop?

is it something like photoshop.exe -filename.pdf

thanks,

jeff.
Back to top
View user's profile Send private message
kidmar



Joined: 04 Oct 2007
Posts: 30

PostPosted: Tue Sep 30, 2008 2:59 pm    Post subject: Reply with quote

IE for notepad:
Code:

Run, Notepad.exe sth.txt


If it doesn't work for Photoshop try going to a folder, click on Tools, Folder options, File types. Now go to a file extension usually opened by Photoshop, select it and click on Advanced.
Select the "open" event and click on modify. Here you can find how Photoshop wants to be called to open a file.
Back to top
View user's profile Send private message
Sivvy



Joined: 21 Jul 2008
Posts: 711
Location: Calgary, AB, Canada

PostPosted: Tue Sep 30, 2008 3:11 pm    Post subject: Reply with quote

Code:
Run, Notepad.exe sth.txt

Notepad works like that because it's in a system path. For PhotoShop, you will need to put the path to the exe, and then the path to the file to open.

Code:
Run, c:\MyFolder\Adobe\PhotoShop.exe c:\MyFolder\MySavedStuff\CurrentProjectname.WhateverPhotoShopExtensionIs

Replace the path and names/extensions with whatever yours are.
Back to top
View user's profile Send private message MSN Messenger
Display posts from previous:   
Post new topic   Reply to topic    AutoHotkey Community Forum Index -> Ask for Help All times are GMT
Page 1 of 1

 
Jump to:  
You can post new topics in this forum
You can reply to topics in this forum


Powered by phpBB © 2001, 2005 phpBB Group