1.

Solve : Executing a code in a batch file?

Answer»

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?



Discussion

No Comment Found