• 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.

DOS Batch Question

Jator

Golden Member
I have written a DOS batch file to install the client on machines and have them install and run with one command. Now I want to make one to update the clients with the latest core. To do that, I have to run a del dnetc.exe or copy a:\dnetc.exe into the target directory where the original file exists. My question is this:

How do I get the DOS batch file to automatically enter in a Y and continue when it tells me do I want to overwrite this file?

Thanks,

Jay
 
Or if you have several answers to give, type these in a text file and use the syntax

drive:\path\program param1 param2 < answers.txt

this takes standard input (aka keyboard) from the given file (trick called a redirection or pipe).
 
Back
Top