Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Executing a code in a batch file  (Read 2062 times)

0 Members and 1 Guest are viewing this topic.

wmcornette

  • Guest
Executing a code in a batch file
« on: September 17, 2008, 07:03:54 AM »
I am more experienced in Linux/Unix than DOS, but what I want to do is to execute a code that expects to get additional input from the screen.  In Unix, I would write:

executable_name << EOF
input1
input2
...
EOF

but DOS chokes on this (not too surprising.  How do I do this with DOS?