Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,14 @@
|
|||
A command is a string.
|
||||
A parameter is a string.
|
||||
|
||||
To run:
|
||||
Start up.
|
||||
Execute "dir" on the command line.
|
||||
Shut down.
|
||||
|
||||
To execute a command on the command line:
|
||||
Put "/c " then the command into a parameter.
|
||||
Null terminate the parameter.
|
||||
Put "cmd" into a string.
|
||||
Null terminate the string.
|
||||
Call "shell32.dll" "ShellExecuteA" with nil and nil and the string's first and the parameter's first and nil and 1.
|
||||
Loading…
Add table
Add a link
Reference in a new issue