I'm learning Win32Assembly programming.
I found a call to the WinAPI function 'GetCommandLine' for programs that accept a command line...
WHAT IS A COMMAND LINE?
Thank you very much for your help.
Antonio.
_______
Printable View
I'm learning Win32Assembly programming.
I found a call to the WinAPI function 'GetCommandLine' for programs that accept a command line...
WHAT IS A COMMAND LINE?
Thank you very much for your help.
Antonio.
_______
Hi Antonio,
if you open a MS-DOS prompt and type the command "dir /s", the whole string is the command line.
HTH
Martin
Got it! Thanks alot.
Ciao.
Antonio.
_______