How do I send input to the program through the batch file?

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • abeni
    New Member
    • Mar 2016
    • 6

    How do I send input to the program through the batch file?

    How do I send input on batch programming?

    i mean for C++ we use this header file to input txt
    include <sstream>

    and also we use this data types

    ostringstream ;
    istringstream;

    what about in batch programming?
  • abeni
    New Member
    • Mar 2016
    • 6

    #2
    please guys if it`s not clear tell me

    Comment

    • weaknessforcats
      Recognized Expert Expert
      • Mar 2007
      • 9214

      #3
      You pass your arguments to main().

      Comment

      Working...