The use case is as follows:
I need to wrap this in a batch script. But when I launch firefox from the cmd.exe, the cmd.exe has lost the control and the control is returned only after firefox is closed. But I need to perform some operations (step 2) with firefox opened. How can I return control back to cmd.exe once firefox is launched. I know that in linux you can simply use "&" after the command to do so, but I am unaware of any such functionality in windows.
I think you can solve that using this in your batch file
start c:\firefoxFolder\firefox.exe
// issue other commands
Try this:
start "Firefox" "c:\program files\firefox folder\firefox.exe"
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With