10-02-2015, 04:48 AM
I don't know how to debug the .exe
Maybe this code is close but it doesn't work
Final command line syntax
C:\> e.exe 400 700 "C:\Program Files (x86)\Internet Explorer\iexplore.exe"
spe 10
int w
ARRAY(str) a
ExeParseCommandLine(_command a)
str all=""
int i
for i 3 a.len
,all +" "+a[i]
run "$windows$\explorer.exe" all "" "" 0x2800 win("" "CabinetWClass") w
siz val(a[1]) val(a[2]) w
Maybe this code is close but it doesn't work
Final command line syntax
C:\> e.exe 400 700 "C:\Program Files (x86)\Internet Explorer\iexplore.exe"
spe 10
int w
ARRAY(str) a
ExeParseCommandLine(_command a)
str all=""
int i
for i 3 a.len
,all +" "+a[i]
run "$windows$\explorer.exe" all "" "" 0x2800 win("" "CabinetWClass") w
siz val(a[1]) val(a[2]) w
