ConsoleUser
Copyright (c) 2010-2023 Skaion Corporarion, www.skaion.com
This project was developed in part by numerous sponsorships from the U.S. Government. The U.S. Government is authorized to reproduce and distribute reprints of Governmental purposes notwithstanding any copyright notation thereon.
All content reflects those of the authors and should not be interpreted as necessarily representing the official policies or endorsements, either expressed or implied, of the U.S. Government or Skaion Corporation.
- class CmdWindows.CmdWindows(system, config)¶
I am the abstract parent of all implementations of cmd on Windows systems.
Parameters:
system: a <no title> object connected to the target system
config: a <no title> object defining this user
- exit(save=False)¶
Exit the shell.
Parameters:
save: Not used, only accepted to provide a common function prototype
- open()¶
Open an instance of the command shell to use.