Trees | Indices | Help |
|
---|
|
Shell --+ | WinShell
Basic class for Windows shell
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
DEFAULT_ENGLISH_CODEPAGE = 437
|
|||
DEFAULT_WIN_SHARE = 'admin$\\system32\\drivers\etc'
|
|||
__DEFAULT_COMMAND_SEPARATOR = '&'
|
|||
Inherited from |
|
|
|
|
Get the shell command separator character. This is the character used between commands when more than one command is passed on the same command line.
Deprecated: Use getCommandSeparator instead |
Returns the shell command exit status code
|
Get the type of the OS running on the target host to which the shell client is connected. types: -> str
|
Get OS Version
|
Get the return code for the latest command execution Deprecated: Will be removed from the public access |
Template method for derived shells for exact command execution
|
Delete directory
Deprecated: Use methods from file system module instead |
Create directory
Deprecated: Use methods from file system module instead |
Copy file from the remote share resource Deprecated: Use methods from file system module instead |
Delete file from the remote share resource Deprecated: Use methods from file system module instead |
Copy file to the remote share. If file exists it will be rewritten. |
Delete remote file Deprecated: Use methods from file system module instead |
|
Copy file to the share if it does not exist there
Deprecated: Use methods from file system module instead |
Get case sensitive name of Windows %SystemRoot%
Deprecated: Use methods from file system module instead |
Creates, locks and returns NTFS junction point to %SystemRoot%\System32 using (in fallback order) linkd, mklink and junction commands.
Deprecated: Use methods from file system module instead |
Unlocks and removes NTFS junction point previously created by @createSystem32Link().
Deprecated: Use methods from file system module instead |
Checks is the discovered machine OS 64 bit. 32 or 64 bit family detected by checking existence of %SystemRoot%\SysWOW64 folder Deprecated: Will be removed from the public access |
Indicates whether object by specified path exists on remote file system
Deprecated: Use methods from file system module instead |
Get file content by specified path
Deprecated: Use file system module for such purposes |
Normalize path to one used in OS client connected to
Deprecated: Use file system module for such purposes |
Perform cleaning of temporary data on destination system and close the client
|
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Nov 15 16:25:22 2012 | http://epydoc.sourceforge.net |