01-27-2018, 08:53 AM
Hi
I would like to make an x.exe that does the same job as this simple batch file x.bat :
c:\pico\rightclick.exe %1
QM should create x.exe that takes an input parameter and passes it to rightclick.exe
run "c:\pico\rightclick.exe" InputParameter
The only thing missing for me is how to write and handle InputParameter
Best regards
BenOve
I would like to make an x.exe that does the same job as this simple batch file x.bat :
c:\pico\rightclick.exe %1
QM should create x.exe that takes an input parameter and passes it to rightclick.exe
run "c:\pico\rightclick.exe" InputParameter
The only thing missing for me is how to write and handle InputParameter
Best regards
BenOve