Jump to content
UBot Underground

Problems To Call An .exe Using "shell"


Recommended Posts

It turns out I'm trying to run an external application using "shell" but it does not work.

 shell("{$special folder("Application")}\\Data\\videos.exe")

I hope some help without using plugin. Thank you

Link to post
Share on other sites

Hi,

 

Try adding "path" quotes around your path. Reason being the command line does not like spaces.
$special folder may contain spaces depending on where your bot is or the option you choose.

shell("\"{$special folder("Application")}\\Data\\videos.exe\"")

like that, if not you can use ironpython...

lemme know if that works

Regards,
Nick

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...