Jump to content

Recommended Posts

Posted

What is the working folder? Maybe you need to specify the complete path to client.exe, or at least add the working folder to the Run line.

Posted

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

Posted

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

Posted (edited)

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
Posted

yes .... it works without. bat, the. bat only serves for the client. exe from that IP, and as if. bat was injected ip in client.exe ....

the script works, most not close the cmd

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
×
×
  • Create New...