Hawkwing Posted February 7, 2010 Posted February 7, 2010 (edited) When I select multiple files, and drag them to the compiled exe, $cmdlineraw = "file1path" "file2path" "filexpath". But if I create a file association, when I open multiple files it seems like it runs the exe once for each file and $cmdlineraw = filepath. How might I get it to only run the exe once like it does if I drag the files? Edited February 7, 2010 by Hawkwing The Wheel of Time turns, and Ages come and pass, leaving memories that become legend. Legend fades to myth, and even myth is long forgotten when the Age that gave it birth comes again.
FreeBeing Posted February 7, 2010 Posted February 7, 2010 I think it is not possible easily... because that's Windows mecanism
Hawkwing Posted February 7, 2010 Author Posted February 7, 2010 I guess, even if I could change it so it runs the exe once, it would probably screw up other programs. Can anyone think of a way to work around this? The Wheel of Time turns, and Ages come and pass, leaving memories that become legend. Legend fades to myth, and even myth is long forgotten when the Age that gave it birth comes again.
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