• We’re currently investigating an issue related to the forum theme and styling that is impacting page layout and visual formatting. The problem has been identified, and we are actively working on a resolution. There is no impact to user data or functionality, this is strictly a front-end display issue. We’ll post an update once the fix has been deployed. Thanks for your patience while we get this sorted.

Windows Batch File Question

dmw16

Diamond Member
I am trying to help a guy at work write a basic batch file.

I want to be able to have the batch start an executable and then pass that running executable a series of inputs (that will be predefined in the batch file).

An example would be something like this...

run example.batch

example.batch would start example.exe

(running example.exe)

please enter your name: <NAME GOES HERE BEING PASSED FROM BATCH FILE>
please enter your age: <AGE GOES HERE BEING PASSED FROM BATCH FILE>

the inputs will actually be long directory listings and stuff, but you should get the idea.

Thanks.
 
Back
Top