Skip to content

rafiulgits/HelloC

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🎏 HelloC

explore c functionality and system programming with c system API's


📟 Wikis


💻 C-Shell

Shell experience with C in windows operating system. shell

🔎 How to use

  • Get help
[in] help
  • Open Notepad
[in] notepad
  • Create Process: use executor location to create a new process
[in] ps_create
[loc] C:\Program Files\Notepad++\notepad++.exe`
  • Terminate Process: use process id or PID to kill a process
[in] ps_kill
[id] 6448
  • Process List
[in] ps_list
  • Echo
[in] echo hello
  • Exit
[in] exit