***************************** DEBUG COMMAND ONLINE DOCUMENTATION **************************************************************** Runs Debug, a program testing and editing tool.DEBUG [[drive:][path]filename [testfile-parameters]] [drive:][path]filename Specifies the file you want to test. testfile-parameters Specifies command-line information required by the file you want to test.After Debug starts, type ? to display a list of debugging commands. **************************************************************** DEL COMMAND ONLINE DOCUMENTATION **************************************************************** Deletes one or more files.DEL [drive:][path]filename [/P]ERASE [drive:][path]filename [/P] [drive:][path]filename Specifies the file(s) to delete. Specify multiple files by using wildcards. /P Prompts for confirmation before deleting each file. **************************************************************** DELTREE COMMAND ONLINE DOCUMENTATION **************************************************************** Deletes a directory and all the subdirectories and files in it.To Delete one or more files and directories:DELTREE [/Y] [drive:]path [[drive:]path[...]] /Y Suppresses prompting to confirm you want to delete the subdirectory. [drive:]path Specifies the name of the directory you want to delete.Note: Use DELTREE cautiously. Every file and subdirectory within thespecified directory will be deleted. **************************************************************** DIR COMMAND ONLINE DOCUMENTATION **************************************************************** Displays a list of files and subdirectories in a directory.DIR [drive:][path][filename] [/P] [/W] [/A[[:]attribs]] [/O[[:]sortord]] [/S] [/B] [/L] [/C[H]] [drive:][path][filename] Specifies drive, directory, and/or files t...