Lo-Fi Version (requires cookies)Site Index:XMLTV GUI GrabberGirder Media Player Plugin Sudoku Puzzle Solver Startup Manager Games Internet traffic monitor for Conexant based ADSL routers Program running utilities Miscellaneous utilities Programming Digifly Vario Utility Donators Contact:ForumEmail me Mailing List Help me by donating, even a small donation is welcome |
Program Running UtilitiesDelay Run Program:Delays the start of a programDelay run Delay run Delphi Source Usage:delayrun [SleepTime] program [parameters]SleepTime is in milliseconds (default 0) program shoud be a fully qualified name (inlcuding directory) and if it contains spaces should be contained inside quotes parameters are passed directly to the program which is being run (default none) e.g. delayrun 3000 c:\windows\notepad.exe would run notepad after 3 seconds Priority Run Program:Attempts to run a program in a specified priorityPriority run Priority run Delphi Source Usage:priorityrun [Priority] program [parameters]Priority (0-3) (default 2) 0:Low 1:Normal 2:High 3:Realtime program shoud be a fully qualified name (inlcuding directory) and if it contains spaces should be contained inside quotes parameters are passed directly to the program which is being run (default none) Utility unit for running programs (required to compile the above source) Show message utility required by runutils |
|||