I have 3 commands I would like to execute in a single alias or btm file.
Command 1: rename fileA fileB
Command 2: http://<my ISP website>
Command 3: rename fileB fileA
The trick is that I don't want command 3 to be executed until command 2 has completed - i.e., the browser has been closed. How can I do this?
Command 1: rename fileA fileB
Command 2: http://<my ISP website>
Command 3: rename fileB fileA
The trick is that I don't want command 3 to be executed until command 2 has completed - i.e., the browser has been closed. How can I do this?