Saved Bookmarks
| 1. |
Solve : Output Date to File? |
|
Answer» I've tried to output the system DATE to a file, and it does output the date, but the cmd window never closes because it's waiting for input. How do I output the date to a file either SUPPLYING an enter to the system, or BYPASSING the prompt in a .bat file?Code: [SELECT]date /t > datefile.txt |
|