oktim Posted July 13, 2007 Posted July 13, 2007 The scenario I work is : Step 1: Install a software. Step 2: Reboot machine. Step 3: Run korn shell,and execute a command automatically. Now I can use AutoIT to Install software automatically, but How can I run Korn shell automatically after reboot, for auto logon ,I have resolved. Thanks in advance! Tim
ChrisL Posted July 13, 2007 Posted July 13, 2007 The scenario I work is : Step 1: Install a software. Step 2: Reboot machine. Step 3: Run korn shell,and execute a command automatically. Now I can use AutoIT to Install software automatically, but How can I run Korn shell automatically after reboot, for auto logon ,I have resolved. Thanks in advance! Tim Welcome to the forums... Replace C:\MyShell\Korn.exe with teh location of your shell application. RegWrite("HKEY_CURRENT_USER\Software\Microsoft\Windows NT\CurrentVersion\Winlogon","REG_SZ","C:\MyShell\Korn.exe") [u]Scripts[/u]Minimize gui to systray _ Fail safe source recoveryMsgbox UDF _ _procwatch() Stop your app from being closedLicensed/Trial software system _ Buffering Hotkeys_SQL.au3 ADODB.Connection _ Search 2d Arrays_SplashTextWithGraphicOn() _ Adjust Screen GammaTransparent Controls _ Eventlogs without the crap_GuiCtrlCreateFlash() _ Simple Interscript communication[u]Websites[/u]Curious Campers VW Hightops Lambert Plant Hire
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now