| 1. |
Solve : i need simple help? |
|
Answer» ok if its POSSIBLE, and it should be, i want to make a message (any noticable message) to APPEAR on my computer via a batch file. I want it so it will do the regular tasks i have the it programmed to do only pop up with a message i make when it is in the MIDDLE of executing all the tasks. If you're using MS-DOS, you're probably limited to the echo statement. If you have a windows machine, SOMETHING like msg %username% message might work for you. The latter requires a response to dismiss the window but the batch file continues to execute. |
|