Jump to content
UBot Underground

[ASK] Running a VBScript via uBot Shell


Recommended Posts

Anyone knows how to run a VBScript with the Shell command?

 

I tried the following but it didn't worked....

shell("wscript.exe \"{$special folder("Desktop")}\\test.vbs\"")
Link to post
Share on other sites

Had the same issues not long ago and got it fixed out 

 

shell("{$special folder("Desktop")}\\folder\\test.vbs")

 

shell("cmd.exe /C {$special folder("Desktop")}\\folder\\test.vbs")

 

 

Either or should work 

Edited by Team_LX
Link to post
Share on other sites

Hi,

 

 

Anyone knows how to run a VBScript with the Shell command?

 

I tried the following but it didn't worked....

shell("wscript.exe \"{$special folder("Desktop")}\\test.vbs\"")

 

This Ubot "shell command" you provided worked for me.

 

Kevin

Link to post
Share on other sites

Had the same issues not long ago and got it fixed out 

 

shell("{$special folder("Desktop")}\\folder\\test.vbs")

 

shell("cmd.exe /C {$special folder("Desktop")}\\folder\\test.vbs")

 

 

Either or should work 

 

Both didn't work for me....

Link to post
Share on other sites

Hi,

 

 

This Ubot "shell command" you provided worked for me.

 

Kevin

 

Still doesn't work for me.

 

Are you using uBot v5.06?

 

Very very weird...

 

When i run the VBScript right away from desktop it runs without any issues.

uBot won't run it via shell...

Damned...

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...