heziavi Posted October 26, 2021 Posted October 26, 2021 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?
Musashi Posted October 26, 2021 Posted October 26, 2021 (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 October 26, 2021 by Musashi Leendert-Jan and Subz 2 "In the beginning the Universe was created. This has made a lot of people very angry and been widely regarded as a bad move."
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now