|
|
1.1 root 1: Summary:
2:
1.1.1.2 ! root 3: This sample demonstrates how to start a new process with various
! 4: process attributes. It is a functional replacement for the
! 5: "start" command.
1.1 root 6:
7: More Information:
8:
1.1.1.2 ! root 9: Starts a specified program, batch, or command file.
! 10: STARTP [/Ttitle] [/Dpath] [/l] [/h] [/r] [/min] [/max] [/w]
! 11: [/c] [/n] [program] [parameters]
! 12:
! 13: title Title to display in window title bar. Quote the
! 14: entire paramter to include spaces in the title,
! 15: i.e. startp "/Ttest job"
! 16: path Starting directory
! 17: l Set default to low priority
! 18: h Set default to high priority
! 19: r Set default to realtime priority
! 20: min Start window minimized
! 21: max Start window maximized
! 22: w Wait for started process to end before returning
! 23: control to the command processor. This option starts
! 24: the process synchronously
! 25: c Use current console instead of creating a new console
! 26: b Start detached with no console at all
! 27: program A batch file or program to run as either a GUI
! 28: application or a console application
! 29: parameters These are the parameters passed to the program
1.1 root 30:
1.1.1.2 ! root 31: Note that the priority parameters may have no effect if the program
! 32: changes its own priority.
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.