1.1 Learning the Echo rem CD dir command
Learning points:1. Display information: Echo2. Comment Statement: REM3. Directory Switching: CD4. Column File name: dir
One, display information: Echo
Before we learn the echo command, we'll build a new
More and more virus programs to the computer data destruction, some viruses more directly format the hard disk partition.
In fact, we can use small commands to prevent the virus program to the hard disk format, such as the destruction of operations.
There are three executable files in DOS, respectively exe,com and bat (the current page supports the cmd extension). Among them, exe and COM file are binary form, only bat file is text form, can read directly. As a result, the bat file is much
Use a drive letter (such as CD C:) to enter a CD in command line CMD/? You can display Help information as shown below:
Column 1, the root directory is the top level of the directory tree structure of the drive, to return to the root directory, at
Displays the current directory name or changes the current directory.
CHDIR [/d] [Drive:][path]
CHDIR [...]
CD [/d] [Drive:][path]
CD [...]
.. Specifies that you want to change to the parent directory.
Type CD drive: Displays the current
7zip is very powerful, you only need two files, 7z.exe and 7z.dll can use the command line to work.
After installing the 7zip software, locate the 7z.exe and 7z.dll two files under its installation directory, and copy them to C:\Windows\System32
TXT named according to the command
Copy Code code as follows:
@echo off
: Z
@cls
@set/P "d= input to bat directive:"
@%d%/? >%d%.txt
Goto Z
Goto Z
Are the help documents that generate A.txt
Copy Code code
Effect Chart:
The specific methods are as follows:
1, first open the Win7 system Pure version of the Start menu, in the search box input "cmd", such as search results, right click "CMD" command, select "Run as Administrator" item;
2,
NET use \\ip\ipc$ ""/user: "" to establish an IPC NULL link
NET use \\ip\ipc$ "password"/user: "User name" to establish IPC non-null link
NET use h: \\ip\c$ "password"/user: "username" Direct login after mapping the other side C: to local for H:
NET
CMD (Command Prompt) is a very high frequency for some users and needs to be started as an administrator. In fact, we can set the default as an administrator to start cmd, we look at how to operate under the WIN8.
Operation Steps
First,
[Usage] DOS new support network features,
It enables two computers to compose a simple network via a combined port or serial line
Use Interlnk must add a sentence in Config.sys:
Device=c:\dos\interlnk
Parallel to the end of the line should be 25-pin
(vi) tree--display disk directory structure command
1. Features: Displays all directory paths on the specified drive and all file names under these directories.
2. Type: External command
3. Format: tree[Letter:][/f]["PRN]
4. Instructions for
1. CD to MySQL installation directory bin directory:2. Enter ID, user name and password:3. View the DB instance:4. Create an instance:5. Delete an instance:6. Create a table:7. Delete a table:8. Table structure:9, modify the table:When you want to
Willing to learn new skills, usually do not like silly reading-holding a book to elaborate on the skills, and then silly look, all the way down, the brain stuffed with new concepts, knowledge points, the head is more and more big, but the skills
This example, like the previous example, is derived from the Django Web Development Guide and is willing to be rewritten according to the characteristics of the Django 1.7.1. Django, which is used in the Django Web Development Guide, is version 1.0,
This example, like the previous example, is derived from the Django Web Development Guide and is willing to be rewritten according to the characteristics of the Django 1.7.1. Django, which is used in the Django Web Development Guide, is version 1.0,
We've been learning about six Django instances, one from the official Django document and five from the Django Web Development Guide. Willing to introduce each instance, are in accordance with the official document standards, and strive to let
Reference: http://blog.csdn.net/zhu_xun/article/details/19539513Http://www.cnblogs.com/kingcucumber/p/3180146.htmlFirst, the Process classProcessbuilder.start () Creates a native process and returns an instance of a process subclass that can obtain
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.