code/modules/computer4/data/terminal/thinkdos/thinkdos_commands.dm 
/datum/shell_command/thinkdos/home | Clear the screen |
---|---|
/datum/shell_command/thinkdos/dir | Print the contents of the current directory. |
/datum/shell_command/thinkdos/root | Change the current directory to the root of the current folder. |
/datum/shell_command/thinkdos/cd | Change directory. |
/datum/shell_command/thinkdos/makedir | Create a folder. |
/datum/shell_command/thinkdos/rename | Rename a file |
/datum/shell_command/thinkdos/copy | Copy a file (opens can of worms and begins eating them). |
/datum/shell_command/thinkdos/delete | Delete a file |
/datum/shell_command/thinkdos/title | Renames the drive title |