=sinister= Posted July 14, 2008 Posted July 14, 2008 I need help reading commands sent from another application. (Like "C:/MyApp.exe" /Command) Lets say a shortcut opened my compiled application with something like /Command on the end of it, how would my application recognize this?
Paulie Posted July 14, 2008 Posted July 14, 2008 If you are talking about your compliled script being called with Commandline Parameters $CmdLine is worth looking up in the helpfile.
=sinister= Posted July 14, 2008 Author Posted July 14, 2008 This was exactly what I was looking for, thank you so much Paulie!
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