R
R
rukajob2021-03-03 17:05:50
VBScript
rukajob, 2021-03-03 17:05:50

How to fix VBScript?

Can't compile vbs file to exe
What should this code look like with the missing "Sub Main"?

Set WSS = WScript.CreateObject("WScript.Shell")
WSS.CurrentDirectory = "Folder"
WSS.Run "file.exe"

603f962f7f9e2293088107.png

Answer the question

In order to leave comments, you need to log in

1 answer(s)
V
VitalyChaikin, 2021-03-03
@VitalyChaikin

Sub Main()
 'твой код
End Sub

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question