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)
59 minutes ago, heziavi said:

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

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

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