Forums on Intune, SCCM, and Windows 11

Welcome to the forums. Register a free account today to become a member! Once signed in, you'll be able to participate on this site by adding your topics and posts, as well as connect with other members through your own private inbox!

SOLVED Script to run a Program at startup

  • Thread starter Thread starter micdam
  • Start date Start date
  • Replies Replies 0
  • Views Views 1K

micdam

Well-Known Member
Messages
99
Reaction score
1
Points
8
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:
start "SW Monitor" "C:\Program Files\MarchNetworks\Command Client\CommandClient.exe" /MIN
###################### 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
 

Attachments

Back
Top