Need to write an batch program but never used notepad need help
-
Hello all
I need to write an simple program but dont know how.
If anyone is willing to help i would be gratefull.What the batch file needs to do is.
Connect to an wifi network
then open a .exe and the windows activation at the same time.
Then wait till both are closed.
Then open 2 tabs in an browser.is this posible and if it is can someone help me write the code.
-
@echo off
echo. wait till program finish the procces
start /w a .exe
start chrome https://notepad-plus-plus.org/community/topic/18212/need-to-write-an-batch-program-but-never-used-notepad-need-help
start chrome https://github.com/
-
Best possible answer is here.