logto

logto


logon (R83) Index Level loop
Syntax logto account.name{,password}
to account.name{,password}
Category TCL
Type Verb
Description terminates accounting on the current account, then moves to another specified account. If a password is present, it must be provided. Passwords are case-sensitive.

If the password is omitted and required, the system prompts for it.

It is possible to "logto" another account while at a "pushed" level. When a <return> is issued at the TCL prompt, the process automatically "logs back to" the original account unless the (F option was specified for the "logto" verb.  In that case every "pushed" level below the current one also logs to the new account.  Those pushed levels are still running the programs they were originally running, they are just in a new account now.

Any tape or magnetic media devices attached to the process when logging to another account at another level remain attached in the new account.
Options F   The F option forces all pushed levels to also log to the new account (release 7.0 and above)
See Also charge-to charges logon logon PROCs and Macros off to create-account (R83)
Example logto dm

< Connect time= 217 Mins.; CPU= 46 Units; LPTR pages= 0     >

logto dm,mypassword
< Connect time= 217 Mins.; CPU= 46 Units; LPTR pages= 0     >

Legend:

"connect time" is the number of minutes the current account was in use.

"cpu" is the number of cpu units used by the account. CPU units vary from system to system, but are generally recorded as 1/10th's seconds. Note: The cpu units shown are about 100 times smaller than the cpu units shown in the FlashBASIC 'system( 9 )' function.

"lptr pages" is the number of pages sent to the Spooler.
Warnings
Compatibility D3 7.0 AP R83
logon (R83) Index Level loop