CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 3 of 3
  1. #1
    Join Date
    May 1999
    Location
    Italy
    Posts
    39

    What's a Command Line?

    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.


    _______

  2. #2
    Join Date
    Apr 1999
    Location
    Germany
    Posts
    418

    Re: What's a Command Line?

    Hi Antonio,

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

    HTH

    Martin

  3. #3
    Join Date
    May 1999
    Location
    Italy
    Posts
    39

    Re: What's a Command Line?

    Got it! Thanks alot.
    Ciao.
    Antonio.

    _______

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured