AdmiRun v 1.3 - 12.01.2009
Copyright(c),2009,Alexey.Kuryakin,kouriakine@mail.ru,Sarov,Russia.
All rights reserved. This software is FREE for non-commercial use.
******************************************************************
* THIS SOFTWARE IS PROVIDED "AS IS" WITHOUT WARRANTY OF ANY KIND *
* EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE *
* IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A *
* PARTICULAR PURPOSE. YOU MAY USE IT FOR OWN RISK. *
******************************************************************
AdmiRun: Run application with Administrator (& any other) account.
Account protected by high encrypted key to avoid attacks.
Account key may run only concrete application,not others.
Usage: AdmiRun [-Opt] Key App Cmd
Key is high encrypted account key,which provide AdmiLink.
App is FULL program path to run with account by this Key.
Cmd is application command line parameters.
-Opt list of options:
-d+ display (show) application window,the default option.
-d- do not display application window,run program hidden.
-d0 do not display application window,run program hidden.
-d1 display (show) application window,the default option.
-d2 display (show) application window, in minimized mode.
-d3 display (show) application window, in maximized mode.
-d4 display (show) application window, in no-active mode.
-d5 display (show) application window, in normal mode.
-d6 display (show) application window, in minimized mode.
-d7 display (show) application window, min-no-activ mode.
-d8 display (show) application window, in showna mode.
-d9 display (show) application window, in normal mode.
-d10display (show) application window, in default mode.
-w+ wait until application terminated & return exit code.
-w- do not wait for application termination,default mode.
-i- text error mode,all messages to console,default mode.
-i+ interactive error mode,show message dialog on errors.
-l- logging mode=none,do not write log file,default mode.
-l+ logging mode=on,write messages to log on program run.
-c+ uses fixed command line parameters list for security.
-c- uses any command line parameters list,default mode.
-a+ uses fixed Ethernet IP address, for highest security.
-a- uses any Ethernet IP address, i.e. IP is not fixed.
-m+ uses fixed Ethernet MAC addresses, for high security.
-m- uses any Ethernet MAC addresses, i.e. MACs unfixed.
-u+ uses URL-encode account user%0D%0Adomain%0D%0Apasswd.
this mode is not encrypted, not safe, but usefull for
*.bat and *.cmd command scripting, run in batch mode.
-c,-a,-m command option will be ignored in this mode.
-u- do not use URL, use encrypted key, it`s default mode.
-s+ uses silent mode (warnings disabled), for batch mode.
-s- uses normal interactive mode (error warnings enable).
-tN uses time delay = N seconds before start App program.
Example:
AdmiRun -d+ -w+ -t15 eXk8/YY5AAB0caM6j5C4TryQ9enVuvOan6mp1ak6hPVuE21YpMRbo2Ddxfp0WnXQ c:\game\quake.exe
AdmiRun -d2 -s+ -u+ Administrator%0D%0Alocalhost%0D%0Apassword c:\windows\system32\cmd.exe /c set
