11-26-2009, 04:35 PM
Also if you right click on the short cut then select properties, then on the "Shortcut" tab in the properties dialog the target edit box contains the location of the .exe, it should even have the quotation marks you'll need in QM! If you paste that text into QM and then put a "run" command before it you'll be up and running.
You shouldn't need to mess with the Windows key, escape key, ctl+alt+i key stuff.
You'll just need:
Fill in all the right data.
You shouldn't need to mess with the Windows key, escape key, ctl+alt+i key stuff.
You'll just need:
run "$program files\Connect PCCW\Connect PCCW.exe";;What ever Target text is in Shortcut Properties
wait 0 WC "Connect PCCW"
but id(5 win(win("Connect PCCW" "#32770"));;I think 5 is the right id. Make sure it's correct.
Fill in all the right data.