Jump to content

How do i creat laucher?


 Share

Recommended Posts

Is your script in the same folder? What happens when you execute the script? Are you able to execute any AutoIT scripts? What happens when you run the batch file...do any winows appear that verify that is is running? Post your code if you need more help...

Link to comment
Share on other sites

Is your script in the same folder?

Yeah

What happens when you execute the script?

nothing

Are you able to execute any AutoIT scripts?

yeah

What happens when you run the batch file...do any winows appear that verify that is is running?

cmd appears and disappears quickly, and the client opens ;)

Post your code if you need more help... //

I tried to shellexecute, defining the parameters, I tried to RUN and nothing has not worked ...

Link to comment
Share on other sites

if you remove the "start" from the batch script, will client.exe still run? You can also try

Run(@Comspec & " /c client.exe ur;name=test;ip=190.72.177.137;port=8888", "")

I would put the full path to client.exe to make sure there is no error finding it

Edited by Varian
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...