Click to See Complete Forum and Search --> : What's a Command Line?


a_fischetti
April 27th, 1999, 04:52 AM
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.


_______

Martin Speiser
April 27th, 1999, 07:49 AM
Hi Antonio,

if you open a MS-DOS prompt and type the command "dir /s", the whole string is the command line.

HTH

Martin

a_fischetti
April 27th, 1999, 08:39 AM
Got it! Thanks alot.
Ciao.
Antonio.

_______