Jump to content

"Start" command


Recommended Posts

Hello guys,

I would like to use the "start" instruction in AutoIt.

But I don't find an example. I'm completely new at it.

Could someone help me with this?

I made a small program with MMB and I would like to use this instruction:

start /D f:\APIPRO42\WORK F:\apipro42\dlcwin\bin\prowin32.exe -pf apiprous.pf -ininame apipro.ini

I don't know how I could get it into a script.

Secondly:

Can someone tell me how I can use the "NET USE" instruction in a script.

Thank you for replying and it would be a great help.

Edited by Gotha007
Link to comment
Share on other sites

start /D f:\APIPRO42\WORK F:\apipro42\dlcwin\bin\prowin32.exe -pf apiprous.pf -ininame apipro.ini

In Autoit use Run() or RunWait()

Run("F:\apipro42\dlcwin\bin\prowin32.exe -pf apiprous.pf -ininame apipro.ini", "f:\APIPRO42\WORK" )

About NET USE look at my similar NET SEND wrapper here

Edited by Zedna
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...