From e457cde29f06733a00f80c7b055ee1ade32f02e3 Mon Sep 17 00:00:00 2001 From: RetiredWizard Date: Sat, 2 Aug 2025 02:32:22 -0400 Subject: [PATCH] More help info --- builtin_apps/PyDOS/code.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/builtin_apps/PyDOS/code.py b/builtin_apps/PyDOS/code.py index 695b0c5..1366451 100644 --- a/builtin_apps/PyDOS/code.py +++ b/builtin_apps/PyDOS/code.py @@ -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")