ermannog / AutoTelnet

Telnet automation tool
MIT License
17 stars 4 forks source link

no parameters #2

Open KarstenMeier52 opened 1 year ago

KarstenMeier52 commented 1 year ago

Hello, the parameters of the command line are not taken over as values. The parameter is transferred with /p:@SwitchIP="10.13.21.21".

Best regards Karsten Meier

ermannog commented 1 year ago

Hello, I check but I not find any issue.. what is the entire command line that you execute?

VLVMC commented 9 months ago

Hi,

I am having the same issue, None of the parameters I enter into the command line are being accepted, and its just using the default values:

Example: Autotelnet.exe /f:"Testing.ats" /p:@Parameter1="2"

But when it runs @Parameter1 is just to the default value (which is 0 in my case)

Thanks,

Michael

VLVMC commented 9 months ago

Hi,

So I found the problem, but would offer a suggestion. If you add in the /nogui then it works just fine. But if you dont use "/nogui" it won't use the parameters you have entered and just uses the default values. So that issue should be corrected imo.

Thanks,

Michael