Answer the question
In order to leave comments, you need to log in
How to run 2 vbs scripts?
why vbs file is not launched from another vbs?
I need to run 2 set.bat and WshShell.vbs
files in turn
, the script itself looks like this (WshShell.vbs):
Set WshShell = CreateObject("WScript.Shell")
WshShell.Run chr(34) & "set.bat" & min & Chr(34), 0
WshShell.Run chr(34) & "C:\Users\pavel\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup\WshShell.vbs" & min & Chr(34), 0
Set WshShell = Nothing
"%APPDATA%\Microsoft\Windows\Start Menu\Programs\Startup\WshShell.vbs"
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question