OS and Software Operations

<< Click to Display Table of Contents >>

Navigation:  3. Script Language > OS and Software >

 OS and Software Operations

ADV. - Get Advanced Operator Privilege

Previous Top Next


MiniRobotLanguage (MRL)

 

ADV. Command

Get ADVanced Operator Privilege

 

 

Intention

This command gives and releases advances (systemcritical!) Privileges to the Robot.

 

Use command „CPR“ together with command „ADV“ to be able to close every process, including critical system-processes.

Please be careful by using this command, or else you may crash the system and damage files on your harddisk, or loose them forever.

 

 

Syntax

 

ADV.[Privilege]

 

 

Parameter Explanation

 

P1 - Privilege(s)

  If P1 is omitted (empty) then the Privileges to close any Process are given (same as "k").
    otherwise P1 must be a String of these letters:

    b - Backup/read all files

   c - Changenotify

   d - ShutDown

   e - remote Shutdown

   f - Increase Quota

   g - Systemtime "SeSystemtimePrivilege"

   h - TimeZone "SeTimeZonePrivilege"

   i - SystemEnvironment "SeSystemEnvironmentPrivilege"

   j - "SeCreateSymbolicLinkPrivilege"

   k - Killprocess "SeDebugPrivilege"    

   r - "SeRestorePrivilege"

   s - "SeSecurityPrivilege"

   t - "SeTakeOwnershipPrivilege"  

   u - "SeRelabelPrivilege"

   v - "SeManageVolumePrivilege"

 

 

 

Example

 

'***********************************

' ADV.-Demo

'***********************************

' Takeover Backup Privileges

ADV.b

' Result of the Operation is on the stack 0/1

DMP.6

MBX.Ready

 

'-----------------------------------------------------------

ENR.

 

 

'***********************************

' ADV.-Sample 2

'***********************************

' Takeover multiple Privileges in one command

ADV.brts

' Result of the Operation is on the stack 0/1

DMP.6

MBX.Ready

 

'-----------------------------------------------------------

ENR.

 

 

Remarks

Using this command you will be able to close any, even critical system-processes.

Please do not experiment with this command, as it may damage files on your harddisk and crash your system.

This command removes system-critical windows-protections and should only be used where you are sure you have to do.

 

 

Limitations:

-

 

 

See also:

 

  CPR. - Close-PRocess

  KPN. - Kill Process by Name