Saved Bookmarks
| 1. |
Solve : writing ECHO to a file? |
|
Answer» HI How do I WRITE ECHO to a file from a .BAT file echo on CMD /C e:\Warehousemanager\bin\cron echo >> E:\WarehouseManager\bin\test.txt echo off all I get in the test.txt is ECHO is on. What I want is everything that is echo to screen to be echoed to filetry this echo on >> E:\WarehouseManager\bin\test.txt cmd /c e:\Warehousemanager\bin\cron echo off Graham |
|