Skip to main content

Posts

Windows’ celebrated CLI (i.e., Command-Line Interpreter) is, without a doubt, a treasure trove of hidden features, tools, and settings. Although a bit off-putting given its lackluster GUI, Command Prompt lets you tap into every area of your Operating System, from creating new folders to formatting internal/external storage. To help you navigate cmd.exe like a pro, we’ve prepared this small, but a compressive list of Windows cmd commands. Enjoy and don’t forget to subscribe to our newsletter!

  Remarks # This section provides an overview of what cmd is, and why a developer might want to use it. It should also mention any large subjects within cmd, and link out to the related topics. Since the Documentation for cmd is new, you may need to create initial versions of those related topics. Commands in CMD # The available commands will be displayed, including a brief description, in tabular format. In Windows 10 the following commands are listed: Command Description ASSOC Displays or modifies file extension associations. ATTRIB Displays or changes file attributes. BREAK Sets or clears extended CTRL+C checking. BCDEDIT Sets properties in boot database to control boot loading. CACLS Displays or modifies access control lists (ACLs) of files. CALL Calls one batch program from another. CD Displays the name of or changes the current directory. CHCP Displays or sets the active code page number. CHDIR Displays the name of or changes the current directory. CHKDSK Checks a disk and displa
  How to Zip and Unzip file & folders in Termux 🤐📁 Ashutosh Raghav  January 20, 2023 Hey Guys, It's me Ashutosh Raghav  🙋🏻‍♂️,  Termux is a terminal emulator  that has the ability to do a lot of  advance level things  but, these things can only be done when you know  basic things  like, installing packages and  downloading files inside the termux  using command line and knowing how to zip and unzip the files. since compression is one of the most common things that we see on the internet while working on any kind of project I think we all should know how to zip or unzip any files. This is just a  termux-basics  post but it is as important as using  advance level termux tools  so make sure you learn it well and  become a successful ethical hacker  or at least a good Termux user. 🖥💻 What is the need for Zip and Unzip in Termux? While working with files inside  termux  or on any other computer, we  use zip to keep multiple files in a digital bag . Let's say you have creat