10-01-2015, 05:13 PM
I can't find any info how to use ExeParseCommandLine in the QM help documentation.
This is my wild guess how to solve it, but it doesn't work
spe 10
int w
ARRAY(str) a
ExeParseCommandLine(_command a)
run "$windows$\explorer.exe" a[1] "" "" 0x2800 win("" "CabinetWClass") w
siz a[2] a[3] w
This is my wild guess how to solve it, but it doesn't work
spe 10
int w
ARRAY(str) a
ExeParseCommandLine(_command a)
run "$windows$\explorer.exe" a[1] "" "" 0x2800 win("" "CabinetWClass") w
siz a[2] a[3] w
