Following code in ".bat" file opens browser. I don't want to open browser.
File Name: mytest.bat
Code:
@echo off
start "" http://192.xxx.x.xxx/root/api/v3/async/batch
Is there any mechanism to keep the browser hidden while open URL? Or any alternative way?
Please guide me.