OS and Software Operations

<< Click to Display Table of Contents >>

Navigation:  3. Script Language > OS and Software >

 OS and Software Operations

LIB. - Library

Previous Top Next


MiniRobotLanguage (MRL)

 

LIB. Command

LIBrary

 

 

Intention

 

Multiple Usage Command.

 

Runs a lot of system Applets, Wizzards etc. see List below.

You can use the phrase or the number as P1.

 

Example:

 

LIB.HotPlug

 

will do the same as

 

LIB.19

 

 

 

 

Syntax

 

LIB.P1[|P2][|P3]

 

 

Parameter Explanation

 

P1 - [VAR with] command-number or Command-name

P2 - optional, VAR with parameter, depends on command number.

P3 - optional, VAR with parameter, depends on command number.

 

 1  -  Control-Panel          -> Run Control-Panel  

 2  -  Add-Printer            -> Run Add Printer Wizard

 3  - View Printers          -> Open Printers CPL (XP,Win 7)

 4  -  Exchange-Profiles      -> Run Microsoft Exchange Profiles

 5  -  Postoffice-Admin       -> Run  Microsoft Workgroup

                                 Postoffice Admin

 

 6  - Open With               -> Open-With Dialog, you can choose

      the File Associations for a file. Filename as parameter P2.

 7  - Run-Registered          -> Filename as parameter P2.

      Will run a file with the registered application.

 8  - View-Fonts              -> Open FONTS Folder (XP,Win 7)

 9  - About-Windows           -> Open "About Window Window"

 

 10 - Time-Zone               -> Pick a Time Zone Dialog

 11 - Time-Set                -> Set-Time Dialog

 12 - Lock-Computer           -> Lock the Workstation

 13 - Diskcopy                -> Diskcopy Dialog, only W2k,XP

 14 - System-Properties       -> Open "System Properties" Dialog

 15 - Stored-Passwords        -> opens Dialog: "Stored usernames

                                 and passwords"

 16 - INF-Install (filename)  -> Install INF-File P2

                                 Filename inkl. Path

 17 - Install-INF-Section     -> Install INF-Section P2

 18 - Default-Printer         -> Set Standard-Printer P2

 19 - HotPlug                 -> Shows "Safely remove Hardwae"

                                 Dialog

 20 - Action-Center           -> Opens the security (XP) or

                                 "Action Center" (Win7)

 21 - Flip-3D                 -> Start Flip-3D (Only Vista

                                  and Win7)

 22 - Install-SCR             -> Install Screensaver P2 (untested)

 23 - Tired-PC                -> Suspend PC, P2 can be  0 or 1

 24 - Print-Html              -> Print HTML-File P2

 25 - New-Briefcase           -> Create new briefcase, uses

                                  Parameters P2 and P3 (XP only)

 26 - Aero-ON                 -> Switch AERO-GLAS On (Vista only)

 27 - Aero-OFF                -> Switch AERO-GLAS Off (Vista only)

 28 - Format-Drive            -> Show "Format Drive" Dialog,

                                 XP only

 29 - Software-CPL            -> Show "Add remove programs" dialog

 30 - ODBC-Settings           -> Show"ODBC-Data Source

                                 Administrator" Dialog

 31 - Open-URL                -> Open URL P2 in default browser

 

 32 - Open-Scrap (filename)   -> Open a scrap document -

                                 1 Parameter. only XP.

 

There are more Options (till No. 68) but not yet documented.

 

 

 

 

Example

 

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

' EXAMPLE 1: LIB.

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

'

LIB.HotPlug

ENR.

 

 

 

Remarks

 

-

 

 

Limitations:

 

-

 

 

See also:

 

    CPL. - Control-Panel