Operating System Project
Operating-System-Project
Tiny Shell是一個簡單的命令行仿真程序,以C ++編程語言開發。該程序提供了基本功能,可幫助用戶通過從鍵盤導入的命令與Windows操作系統進行交互。 Tiny Shell旨在通過文件,文件夾,進程和其他一些實用程序來支持操作。
對於那些想了解操作系統編程和命令行界面的人,以及如何使用Windows操作系統的庫和API來操縱文件系統,Tiny Shell是一個有用的項目。
git clone https://github.com/HaiAu2501/Operating-System-Projects.gitmkdir build
cd buildcmake ..cmake --build . --target install --config Debuginstall文件夾運行Operating-System-Project.exe程序。您應該輸入help命令以查看支持命令的列表。 cd install
Operating-System-Project.exe如果未翻譯,則可以,您可以從此處下載可執行文件。如果錯誤正在運行,請安裝Visual C ++重新分佈。
features.h :功能標題摘要。help.h :顯示小型外殼用戶手冊。child_process.cpp :簡單子序列。countdown.cpp :Countdown程序。duck.cpp :鴨形繪圖程序。tictactoe.cpp :方格象棋程序。.bat文件中的命令的序列。run Testcase<tên file>來運行測試方案。add_path Testcase ,然後輸入run <tên file>以運行測試方案。