-
Notifications
You must be signed in to change notification settings - Fork 3
Cli Functions
Joshua Riek edited this page Feb 17, 2020
·
1 revision
The main loop for the command line interface
- IN:
Nothing - OUT:
Nothing
Display the contents of the current directory
- IN:
Nothing - OUT:
Nothing
Command to rename a file
- IN:
BX, CX= File to rename, New file name - OUT:
Nothing
Command to delete a file
- IN:
BX= File to delete - OUT:
Nothing
Command to show the contents of a file
- IN:
BX= File to see the contents of - OUT:
Nothing
Command to copy one file to another
- IN:
BX, CX= File to copy, File to create - OUT:
Nothing
Command to clear the screen
- IN:
Nothing - OUT:
Nothing
Command to display the system time
- IN:
Nothing - OUT:
Nothing
Command to display the system date
- IN:
Nothing - OUT:
Nothing
Command to show the system cli commands
- IN:
Nothing - OUT:
Nothing
Command to change the current directory
- IN:
BX= Name of directory - OUT:
Nothing
Command to make a new directory
- IN:
BX= Name of directory - OUT:
Nothing
Command to remove a directory
- IN:
BX= Name of directory - OUT:
Nothing