![]() |
| The AccuTerm forum has moved. Go to community.rocketsoftware.com to register for the new Rocket forum. |
|
Post Reply
|
| Author | |
trongey
Newbie
Joined: October 05 2017 Status: Offline Points: 5 |
Post Options
Thanks(0)
Quote Reply
Topic: Command Line Arguments?Posted: October 05 2017 at 8:15am |
|
I need to integrate Accuterm 7 with a password vault system. I would need to launch from a command, and pass either the ID/Password or SSH Key. I've looked at the atsc sample for autologin, but it has hard-coded credentials. Is there a way to pass values to a similar script or to launch AT7 with command line arguments for the credentials?
|
|
![]() |
|
trongey
Newbie
Joined: October 05 2017 Status: Offline Points: 5 |
Post Options
Thanks(0)
Quote Reply
Posted: October 05 2017 at 9:46am |
|
Aha! Figured it out.
strCommand=Command() cmdParsed=Split(strCommand) User = cmdParsed(3) Pswd =cmdParsed(4) The "3" and "4" just happened to work out for the command I sent.
|
|
![]() |
|
Post Reply
|
|
|
Tweet
|
| Forum Jump | Forum Permissions ![]() You cannot post new topics in this forum You cannot reply to topics in this forum You cannot delete your posts in this forum You cannot edit your posts in this forum You cannot create polls in this forum You cannot vote in polls in this forum |