Guys,
I assume this is pretty easy so here goes; I'm trying to execute these commands and then close the command prompt after Firefox opens. How do I do that? I can't get back to a command prompt after "ping 127.0.0.1 -n 4>null" (i'm simulating a sleep here).
@echo off
call tskill firefox
call ping 127.0.0.1 -n 4>nul
call C:\"Program Files"\"Mozilla Firefox 3"\firefox
call exit
Thanks in advance.