Hello,
I am still experimenting with the (IR) Outbound RLOGIN command. If I use
a Data line like this:
/addr=twgs.mybbs.com:513 /user=TEXT%U /pass=mypassword
I was expecting the User's Handle to be inserted at the MCI code but it
is not. it's sending TEST%U. Placeing a space between TEXT %U won't
work either.
Is this something that can be changed?
Hello,
I am still experimenting with the (IR) Outbound RLOGIN command. If I use
a Data line like this:
/addr=twgs.mybbs.com:513 /user=TEXT%U /pass=mypassword
I was expecting the User's Handle to be inserted at the MCI code but it
is not. it's sending TEST%U. Placeing a space between TEXT %U won't
work either.
Is this something that can be changed?
On 07/09/16, Fat Rastus said the following...
You could write an MPL to do it.
Uses User
GetThisUser
Var logname: String = 'TEXT'+Replace(UserAlias,' ','_')
Begin
MenuCmd('IR','/addr=twgs.mybbs.com:513 /user='+logname+' /pass=passwd') End
I was expecting the User's Handle to be inserted at the MCI code but it
is not. it's sending TEST%U. Placeing a space between TEXT %U won't
work either.
Sysop: | Eric Oulashin |
---|---|
Location: | Beaverton, Oregon, USA |
Users: | 110 |
Nodes: | 16 (0 / 16) |
Uptime: | 56:50:09 |
Calls: | 2,508 |
Files: | 2,670 |
Messages: | 330,866 |