D
dhar.madhurima
I was reading a thread in this forum.
One statement I came across.. I did not understand...
SHCreateShortcut(@"\WINDOWS\Startup\SAMSLoad.lnk", @"wceload.exe /
noui /noaskdest ""\Program Files\SAMS PDA\download.cab""");
Specifically, what this statement is doing?
@"wceload.exe /noui /noaskdest ""\Program Files\SAMS PDA
\download.cab"""
does it mean , this will first install the cab and return the
installed exe path, which will then be used as 2nd parameter to
SHCreateShortcut?
What does '@' signify here? Does it work like a script?
How can I learn more about this syntax??
Please help
Thanks
One statement I came across.. I did not understand...
SHCreateShortcut(@"\WINDOWS\Startup\SAMSLoad.lnk", @"wceload.exe /
noui /noaskdest ""\Program Files\SAMS PDA\download.cab""");
Specifically, what this statement is doing?
@"wceload.exe /noui /noaskdest ""\Program Files\SAMS PDA
\download.cab"""
does it mean , this will first install the cab and return the
installed exe path, which will then be used as 2nd parameter to
SHCreateShortcut?
What does '@' signify here? Does it work like a script?
How can I learn more about this syntax??
Please help
Thanks