@@ -11,27 +11,29 @@ The main program is written in the main.c file and the functions written there a
11
11
12
12
<br />
13
13
14
- ### The list of files are:
15
- - Calculator: The code is written in calc_file.h
16
- - Change Current Working Directory: The code is written in ccwd_file.h
17
- - Clear the Screen: The code is written in clr_file.h
18
- - Show the date: The code is written in date_file.h
19
- - Make new directory: The code is written in file_mkdr1.h
20
- - Help(which show all the function to be run): The code is written in help_file.h
21
- - List all the files and directories: The code is written in list_file.h
22
- - Create a new file: The code is written in make_file.h
23
- - Print the current working directory: The code is written in pcwd_file.h
24
- - Remove the file: The code is written in remo_file.h
25
- - Remove the directory file: The code is written in rmdr_file.h
26
- - To append something in a file: The code is written in wrta_file.h
27
- - To write something in a file: The code is written in wrte_file.h
28
- - To print the content of the file: The code is written in open_file1.h
29
- - To change the username and password: The code is written in change_root.h
30
- - To copy the contents of one file to another file: The code is written in copy_file.h
31
- - To print the information of OS: The code is written in system_info.h
32
- - To print the thing you wanted: The code is written in echo_file.h
33
- - To print username & password: The code is written in userinfo.h
34
- - To rename the file: The code is written in rename_file.h
14
+ ### The list of functions are:
15
+ - Calculator: calc
16
+ - Change Current Working Directory: ccwd
17
+ - Clear the Screen: clr
18
+ - Show the date: date
19
+ - Make new directory: mkdr
20
+ - Help(which show all the function to be run): help
21
+ - List all the files and directories: list
22
+ - Create new file: make
23
+ - Print the current working directory: pcwd
24
+ - Remove the file: remo
25
+ - Remove the directory file: rmdr
26
+ - Append something in a file: wrta
27
+ - Write something in a file: wrte
28
+ - Print the content of the file: read
29
+ - Change the username and password: cnge
30
+ - Copy the contents of one file to another file: copy
31
+ - Print the information of OS: sys
32
+ - Print the thing you wanted: echo
33
+ - Print username & password: root
34
+ - Rename the file: rname
35
+
36
+ All the functions are written in ** MainCommands.h**
35
37
36
38
## Things to remember while executing the application:
37
39
- Provide the correct command or else it will show "Error: Wrong Command. Run command which is there. Type help for information".
@@ -42,6 +44,11 @@ The main program is written in the main.c file and the functions written there a
42
44
- I don't know whether it can run in other softwares(like- linux, etc) as I have done this code in windows laptop. I want you all to test this.
43
45
- Anyother modification will be considered.
44
46
47
+ Makefile is also included. The command of make file is:-
48
+ ```
49
+ mingw32-make
50
+ ```
51
+
45
52
# <b >Getting Started<b />
46
53
47
54
If you have docker installed then it is very good. The steps to execute the software using docker are as follows:-
0 commit comments