Champak Posted February 25, 2009 Posted February 25, 2009 I need to make an app that launches from right clicking the main windows context menu. So basically I right click an file, find my app in the context menu and my app (from the context menu) activates. From what I understand, the file that I right clicked is going to be launched using my app (or something like that). What I want to do is just get the path of the file and not actually open it. How do I do this? Does anyone have any experience?
Authenticity Posted February 25, 2009 Posted February 25, 2009 (edited) The file will be in the command argument list, I believe, which is %1 or in $CmdLine[1]. Edit:[\b] You can make a short script or batch to handle it before it gets launched. Edited February 25, 2009 by Authenticity
Triblade Posted February 25, 2009 Posted February 25, 2009 This I found while playing with the search button for 5 minutes:This something you looking for?http://www.autoitscript.com/forum/index.ph...g+on+autoit+exe My active project(s): A-maze-ing generator (generates a maze) My archived project(s): Pong3 (Multi-pinger)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now