Skip to main content

Featured

Tic Tac Toe

Tic Tac Toe Tic Tac Toe is a simple, two-player strategy game played on a 3x3 grid. Players take turns marking a square with either an "X" or an "O", with the goal of being the first to align three of their marks in a row, column, or diagonal.  I have made a simple Tic Tac Toe game using html, css, javascript.  The game doesnot have much features. The game is created to be played by two peoples. It is just a simple game. The code of this game you get in my github page   Link of this game code is below: Tic Tac Toe Game Code /

Some Useful CMD Command

 CMD, or Command Prompt, is a command-line interpreter application available in most Windows operating systems. It provides a text-based interface for users to interact with the operating system by entering commands. Users can perform various tasks, such as navigating the file system, running programs, and executing system utilities, using a set of commands and parameters. CMD is often used for system administration, troubleshooting, and automation tasks in a Windows environment. It's a powerful tool for users who prefer command-line interfaces over graphical interfaces for certain tasks.


Terminal

Advantages

1. Uses to perform tasks and works.
2. Good for your networking, security and     hacking courier
3. Operating deep Operations like tasks     and services



Basic Commands


cdchange directory
cd/to go main drive
dirdisplay files and folders
dir /addisplay folders
dir /a-dto display files
md foldernameto make folder
rmdir foldernameremove directory
xcopy filename "folder name location"to copy files
del filenameto delet file
move filename "foldername"to move file
ren oldname newnameto rename
type nul > file.txtto create empty file
type file.txtto see the content of files in cmd
colorto change color for help in color type color ? in cmd
title TEXTto change title
treeto know all files

Comments

Popular Posts