Saved Bookmarks
| 1. |
Solve : Solved - "Batch file to give commands to different DOS programs"? |
|
Answer» How to create a batch file that will GIVE commands to different DOS programs.. But the above shown code opens the DISKPART but does nothing more than that. That's because Diskpart is WAITING for commands from the STDIN device which is the keyboard. You should try creating a script file and USING the /S SWITCH with Diskpart. See here.. Thanks. |
|