HOME Digital/Technology Python DOS cd cls copy del dir DOS Commands echo ipconfig mkdir tasklist shutdown ren Windows DOS ping taskkill systeminfo Windows DOS Commands rmdir move

LIST DELETE.ZIP

Microsoft Windows commands frquently used  

updated at May 12, 2024   195  
Windows Disk Operating System (DOS) is a command-line operating system developed by Microsoft Corporation.It was the foundation of the Windows operating system family and was used as the main operating system for personal computers during the 1980s and ear...

Python Lists  

updated at May 10, 2024   98  
Lists are used to store multiple items in a single variable.Lists are one of 4 built-in data types in Python used to store collections of data,the other 3 are Tuple,Set,and Dictionary,all with different qualities and usage.Lists are created using square br...
Python Lists