More help info
This commit is contained in:
parent
85a95a8203
commit
e457cde29f
1 changed files with 2 additions and 2 deletions
|
|
@ -678,8 +678,8 @@ def PyDOS():
|
|||
if cmd == "" or cmd == "REM":
|
||||
continue
|
||||
elif cmd == "HELP":
|
||||
print("File system Commands: DIR, RENAME, DEL, TYPE, CD, MKDIR, RMDIR, COPY")
|
||||
print("Environment Commands: HELP, SET, PROMPT, PATH")
|
||||
print("File Commands: DIR[/p][/w][/s], RENAME, DEL[/s], TYPE[/p], CD, MKDIR, RMDIR[/s], COPY[/y]")
|
||||
print("Environment Commands: HELP, SET[/p][/a], PROMPT, PATH")
|
||||
print("Operating System Commands: EXIT, VER, MEM, DATE [mm-dd-yy], TIME [hh:mm:ss]")
|
||||
print("Batch Commands: GOTO, IF, ECHO, PAUSE")
|
||||
print("Command to execute a single Python command: PEXEC")
|
||||
|
|
|
|||
Loading…
Reference in a new issue