Hy, i have a bat file that launches a program, this bat file is in a folder (C:\Utility this is because the user wants to modify it...) and i wanr to launch this bat file at startup.
The content of bat file is :
###################### CODE #############################################
###################### CODE #############################################
I create an application tha copies this bat file in a folder an i want to launch this bat file at startup (SwitchStarFile.vbs)
Is it possible?
Thanks a lot
The content of bat file is :
###################### CODE #############################################
Code:
start "SW Monitor" "C:\Program Files\MarchNetworks\Command Client\CommandClient.exe" /MIN
I create an application tha copies this bat file in a folder an i want to launch this bat file at startup (SwitchStarFile.vbs)
Is it possible?
Thanks a lot