elo22 Posted September 21, 2008 Posted September 21, 2008 Gibt es eine Möglichkeit beim beim Runterfahren nach Aufnahme ein Programm zu starten? Ich möchte meinen Server runterfahren lassen. Lutz Quote
Tjod Posted September 21, 2008 Posted September 21, 2008 Gibt es eine Möglichkeit beim beim Runterfahren nach Aufnahme ein Programm zu starten?Das sollte mit stoprec.vbs gehen. mit OSD.ExecNewProcess "C:\WINDOWS\notepad.exe", "", False, False kannst du das ein Programm aufrufen. procedure ExecNewProcess(const ProgramName: WideString; const Params: WideString; Wait: WordBool;LowPriority: WordBool); safecall; Executes a external program. parameters ProgramName the complete path and name of the program to execute Params the parameters for the program. they have to be enclosed in '"' Wait True the DVBViewer waits till the other program has finished False no wait LowPriority True the program will be executed with low windows priority False the program will be executed with normal windows priority Für das abfragen ob der Rechner heruntergefaren wird müsstestt du mal in DVBViewer COM Interface.chm (Mitgliederbereich nach gucken) Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.