Preparation and detailed analysis of system garbage removal within 30 seconds

Source: Internet
Author: User

This article describes a widely spread online batch processing of "30 seconds to clear system spam". This article is written from the perspective of a newbie, even if you do not know a little about batch processing, you can also understand this article.

Let's talk about some basic commands used in this batch processing:

@: At the beginning of the command line, it indicates that the command line of this line is not displayed during running (only the current line can be affected );

Echo: The character after this command is displayed;

Echo off: After this statement, all running commands do not display the command line itself;

Del: delete/f: Force delete/s: delete the files in the current folder and all its subfolders/q: confirmation is not required;

Rd: a command to delete sub-directories;

Md: Create a folder;

Pause: running this command will pause the execution of batch processing, and display a prompt of Press any key to continue... on the screen, waiting for the user to Press any key to continue.

Representation of several system variables:

"% SYSTEMDRIVE % \" refers to the disk directory where your system is located. If your system is attached to disk C, "% SYSTEMDRIVE % \" is equivalent to "C :\";

% Windir % = % SystemRoot % = C: \ directory of the system currently started by WINDOWS;

% USERPROFILE % = C: \ Documents and Settings \ current user data variable in the current user folder.

Well, if everything above is clear, then the following is easy to understand.

  • 1
  • 2
  • Next Page
[Content navigation]
1st page: 30 seconds to clear system spam writing and detailed analysis 2nd page: 30 seconds to clear system spam writing and detailed analysis

Related Article

Contact Us

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.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.