Saved Bookmarks
| 1. |
Solve : Password commands in batch files? |
|
Answer» I'm TRYING to write a batch file to automate a SQL server truncate command, but it requires a password to be put in to access the command lines. How do I write the Batch file to automatically enter the password?You might try using the pipe, but be aware that not all PROGRAMS can TAKE info this way: |
|