Request VBScript giúp em với

Wallet

Newbie
Joined
May 15, 2019
Messages
27
Reactions
2
MR
0.002
em muốn chạy 2 hoặc 3 tool trong cùng 1 file .vbs
em phải đặt lệnh như nào nhỉ bác nào biết chỉ giúp em với
vidu:
CreateObject("Wscript.Shell").Run "C:\ProgramData\game\game.exe",0,True
CreateObject("wscript.shell").Run "cmd /k C:\ProgramData\game\Disables.cmd", 0, True
 
mình chẳng biết gì về code đâu nhưng lên mạng tìm được cái này

1579226685286.png
 
em muốn chạy 2 hoặc 3 tool trong cùng 1 file .vbs
em phải đặt lệnh như nào nhỉ bác nào biết chỉ giúp em với
vidu:
CreateObject("Wscript.Shell").Run "C:\ProgramData\game\game.exe",0,True
CreateObject("wscript.shell").Run "cmd /k C:\ProgramData\game\Disables.cmd", 0, True
thím tham khảo nhé, lâu không code nhớ mang máng thế thôi :popo_big_smile:
PHP:
Dim run_file : Set run_file = CreateObject("WScript.Shell")
run_file.Run """1.txt"""
WScript.Sleep 2000
run_file.Run """2.txt"""
 
thím tham khảo nhé, lâu không code nhớ mang máng thế thôi :popo_big_smile:
PHP:
Dim run_file : Set run_file = CreateObject("WScript.Shell")
run_file.Run """1.txt"""
WScript.Sleep 2000
run_file.Run """2.txt"""
PHP:
Dim objShell
Set objShell = WScript.CreateObject( "WScript.Shell" )
objShell.Run("Path to program")
wscript.sleep (100)
objShell.Run("Path to program")
wscript.sleep (100)
wscript.quit
chuẩn
 

Announcements

Today's birthdays

Forum statistics

Threads
421,498
Messages
7,111,293
Members
173,681
Latest member
Oluomo123

Most viewed of week

Most discussed of week

Most viewed of week

Most discussed of week

Back
Top Bottom