Jump to content

Recommended Posts

Posted

I send arguments from C# to the VBscript and get it in VBscript this way

Dim firsname,lastname,numsoker,ps
ps = WScript.Arguments.Item(0)
numsoker= WScript.Arguments.Item(1)
firstname=WScript.Arguments.Item(2)
lastname=WScript.Arguments.Item(3)

How do I get them through the AutoIt  Is there such a way?

 

Posted (edited)
  On 10/26/2021 at 6:15 AM, heziavi said:

How do I get them through the AutoIt  Is there such a way?

Expand  

Check out : CommandLine

EDIT :

For testing purposes, e.g. during development, you can also specify parameters within the SciTE-Editor-->,press SHIFT-F8.

Edited by Musashi

Musashi-C64.png

"In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move."

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
  • Recently Browsing   0 members

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