Hi there.
I'm using a batch file to automatiaclly start an app for a user when they logon. I'm using a ping command to pause briefly while the network catches up. This works correctly except that a command line window is displayed. Is there any way to hide/minimise it please?
My bacth file:
@echo off
PING 1.1.1.1 -n 1 -w 5000 >NUL
f:\appstart.exe
I'm using a batch file to automatiaclly start an app for a user when they logon. I'm using a ping command to pause briefly while the network catches up. This works correctly except that a command line window is displayed. Is there any way to hide/minimise it please?
My bacth file:
@echo off
PING 1.1.1.1 -n 1 -w 5000 >NUL
f:\appstart.exe