Jump to content
UBot Underground

how to run without click "run"


Recommended Posts

When the pc start, by puting the compile .exe file shortcut to startup section.

If I want to run the exe file without click run, what do I have to do?

after booting I want to execute the comiled file without clicking run button..

previously I used the macro program,, but it show some errors nowadays.

Any body to give me some hints?

 

Link to post
Share on other sites

That is achieved by adding the /auto argument like so:

"C:\Path to your File\Your Compiled Program.exe" /auto

=>

 

thanks for your kind answer,,

but where shoud I put the argument? at the ubot file to make .exe or any where?

when I put the arguement what you said in the ubot code, it does not work

Edited by namstery21
Link to post
Share on other sites

Oh, understand. You can use it in the command prompt or inside a shortcut you created to your executable (among other options).

You can find a screenshot with examples attached.

auto-run-compiled.jpg

Link to post
Share on other sites
On 12/10/2021 at 10:22 PM, PRO said:

Oh, understand. You can use it in the command prompt or inside a shortcut you created to your executable (among other options).

You can find a screenshot with examples attached.

auto-run-compiled.jpg

Great! it works well, Thanks a lot

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