No description
Find a file
2025-11-20 15:20:29 -05:00
.gitignore added test.* to gitignore for testing purposes 2025-11-06 15:52:09 -05:00
dosutil.sh Completed documentation 2025-11-20 15:18:00 -05:00
README.md Completed documentation 2025-11-20 15:18:00 -05:00

DOSUTIL

Usage: dosutil.sh [COMMAND]

A DOS command emulator

Commands:
  os                           Prints OS information
  type [FILE]                  Prints a specified file's contents
  copy [SOURCE] [DEST]         Copies a file to a specified location
  copy! [SOURCE] [DEST]        Force copies a file to a specified location
  ren [OLD NAME] [NEW NAME]    Renames a file to a specified name
  ren! [OLD NAME] [NEW NAME]   Force renames a file to a specified name
  move [SOURCE] [DEST]         Moves a file to a specified location
  move! [SOURCE] [DEST]        Force moves a file to a specified location
  del [FILE]                   Deletes a specified file
  takeown [FILE]               Take ownership of a specified file
  tail [FILE]                  Prints the last 10 lines of a file
  help                         Prints this help menu