Hello again...
My script has a windows context menu. When i right-click over a exe file (for example) i have the option to execute my script with pre-defined parameters.
For example. I right click the exe file and select 'Open and share'. This would open my script and email it or whatever.
So... the context menu would call the compiled script with 'compiled.exe %1' or %2 if i need another option.
How can i do this? Is this possible?
My script has a windows context menu. When i right-click over a exe file (for example) i have the option to execute my script with pre-defined parameters.
For example. I right click the exe file and select 'Open and share'. This would open my script and email it or whatever.
So... the context menu would call the compiled script with 'compiled.exe %1' or %2 if i need another option.
How can i do this? Is this possible?