-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathhelp_commands.txt
58 lines (53 loc) · 2.5 KB
/
help_commands.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
Welcome to miniOS.
File Commands:
MKF +t Make New File.
OPF +t Open a File.
DEF +t Delete a File.
CPF +t Copy a File.
MVF +t Move a File.
REN +t Rename a File.
STF +t Sort a Text File.
Directory Commands:
HOME +t Show User Root Directory.
SHOW +t Show All Sub Directories.
CHD +t Change Directory.
MKD +t Make New Directory.
DED +t Delete a Directory.
CPD +t Copy a Directory.
MVD +t Move a Directory.
REN +t Rename a Directory.
Calculator Commands:
ADD +t Addition Multiple Numbers.
MUL +t Multiplication Multiple Numbers.
DIV +t Division Multiple Numbers.
POW +t Power Multiple Numbers.
ROOT +t Calculate Nth Root of a Number.
MOD +t Modulus.
LCM +t Calculate Least Common Multiple.
GCD +t Calculate Greatest Common Divisor.
BASE +t Converting Numbers of Any Bases to Decimal Numbers.
Type (HELP + COMMAND) to show more about a command!
dont include
*ADD +t For Use This Command Type (ADD num1 num2 num3 ...)
*MUL +t For Use This Command Type (MUL num1 num2 num3 ...)
*DIV +t For Use This Command Type (DIV num1 num2 num3 ...)
*POW +t For Use This Command Type (POW num power)
*ROOT +t For Use This Command Type (ROOT number root)
*MOD +t For Use This Command Type (ROOT num1 num2)
*LCM +t For Use This Command Type (LCM num1 num2)
*GCD +t For Use This Command Type (GCD num1 num2)
*BASE +t For Use This Command Type (BASE decimal_num base_num)
*HOME +t For Use This Command Type (HOME)
*CHD +t For Use This Command Type (CHD -f full\address) OR (CHD directory_name) OR (CHD ..)
*MKD +t For Use This Command Type (MKD directory_name) OR (MKD full\address)
*DED +t For Use This Command Type (DED directory_name) OR (DED full\address) +n+t Use (-RF) For Delete None Empty Directories.
*CPD +t For Use This Command Type (CPD source_directory destination_directory)
*MVD +t For Use This Command Type (MVD source_directory destination_directory)
*SHOW +t For Use This Command Type (SHOW)
*REN +t For Use This Command Type (REN source destination) OR (REN address perv_name next_name)
*MKF +t For Use This Command Type (MKF file_name.file_format) OR (MKF file_address)
*OPF +t For Use This Command Type (OPF file_destination) Only for TXT files!
*DEF +t For Use This Command Type (DEF file_name.file_format) OR (DEF file_address)
*CPF +t For Use This Command Type (CPF source_file destination_file)
*MVF +t For Use This Command Type (MVF source_file destination_file)
*STF +t For Use This Command Type (STF source_file destination_file) OR (STF file_address)