China DOS Union

-- Unite DOS · Advance DOS · Grow DOS --

Union site: www.cn-dos.net Forum site: www.cn-dos.net/forum
DOS stands for freedom, openness and progress. Let us work hard, learn from the openness and GNU spirit of FreeDOS and Linux, and together build and grow a free GNU GPL world!

中国DOS联盟论坛
The time now is 2026-06-25 06:21
中国DOS联盟论坛 » DOS批处理 & 脚本技术(批处理室) » Batch Processing Room Classic Post Classification Index [20080921] (Must Read Before Asking for Help) DigestI StickyI View 190,972 Replies 244
Original Poster Posted 2007-02-13 07:20 ·  中国 广东 电信
荣誉版主
★★★★
batch fan
Credits 5,226
Posts 1,737
Joined 2006-03-10 00:38
20-year member
UID 51697
From 成都
Status Offline
The following is the classified index of classic posts in the Batch Processing Room. The extraction deadline of post records: 9:00 am on September 21, 2008. One new record is added (last update time: 07-06-08). (Please let the moderators update frequently to facilitate newcomers)

During the process of organizing these posts, the titles of some classic posts were too vague. I (namejm) have corrected them one by one, but I don't have the energy to notify the post owners one by one. Here, I express my apologies to these post owners.

Instructions:
1. Each record consists of post publication time + post ID + post title + printable version link. The reason for adding the ID and the printable version can be referred to this post: DOS Union Forum Q&A Room Essence Post Index (August 10, 2005)
2. Since I only have an understanding of DOS batch processing, this index only includes posts related to batch processing. A large number of other scripts such as vbs are not included.

The tutorial and script for me (namejm) to organize the index are attached for your convenience to organize your own index. Part of the content in the attachment is excerpted here:


Let's not beat around the bush. Let's see what work needs to be done for the post index I made:

First, we need to obtain relevant records of all posts in the Batch Processing Room. This can be obtained under the Union DOS interface. The specific operation steps are:
① Open http://www.cn-dos.net/forum/cmdprmt.php this page to enter the Union DOS interface;
② Enter cd d:\23 at the prompt to jump to the Batch Processing Room DOS version;
Under this interface, entering dir /? can get detailed information about the queryable content. Specifically, for our index, the key information we need is the post title and ID: with the title, we can roughly know the content and value of the post (BTW, this is also the reason why I have been strictly following the post titles in the Batch Processing Room); with the ID, we can open this post in a web browser. If you want to know the newness of the post, the posting date is indispensable; if you want to evaluate the value of a post by referring to the number of replies and click-through rate, then you also need to obtain these two parameters of the post. The statement I used is dir /a /c /-p /vdinr to query the post posting time, post ID, number of replies, page views, and title.
③ Select all the content of the web page (shortcut key Ctrl+A), copy it, and save it as a text file. Do not use the "Save as Web Page" function in IE browser, otherwise, it will cause the saved post record format to be misaligned, and the subsequent operations with batch processing cannot be performed.

Then, mark the classic post records in the post list for batch extraction. This is a huge physical work. Back then, I actually looked through all the records, not even letting go of posts with no more than 5 replies. The motivation for this is very simple: not letting go of any valuable record. Sometimes, in order to determine whether a post is worth marking, I have to open the web page manually to check. The tediousness and boredom in the meantime are really unprecedented. Of course, you can also filter out records with a reply count lower than a certain value to reduce the workload. At least, posts with 0 replies can be ignored. This requirement can be realized by writing batch processing code. However, before using batch processing to solve this problem, the special characters in the text need to be preprocessed first, which can refer to the approach in the next step. Here, I use "√" to mark, and you can also replace it with other symbols, but you should avoid using characters that are difficult for findstr to handle, such as quotation marks, dots, asterisks, etc.

Then, sort the marked records into a new file. It is recommended to use EditPlus 2 to handle it, because its shortcut key Ctrl+R can quickly select the line where the cursor is located, and it is convenient and fast to extract the record line by line - this step requires continuous Ctr+R, Ctr+C, Ctrl+V, which is destined to be a boring physical work.

Then again, the most technical thing comes: splitting the classified classic post new file into different files according to categories. Each file contains post publication time + post ID + post title + post path + printable version path, one record per line. It is best to also bold the post title and display it in color. The specific code can be referred to in the Classic Post Index Organizer.cmd.

The CHM e-book version (updated every six months, the current version is 070614 version) please download here.

[ Last edited by HAT on 2008-11-9 at 18:26 ]
Recent Ratings for This Post ( 34 in total) Click for details
RaterScoreTime
redtek +20 2007-02-13 14:09
zhct +1 2007-02-13 15:45
htysm +2 2007-02-16 04:15
xycoordinate +2 2007-02-24 13:04
electronixtar +23 2007-02-28 08:59
qasa +8 2007-02-28 09:34
lxmxn +20 2007-02-28 09:55
pengfei +15 2007-03-01 23:10
Eblis +2 2007-03-08 06:59
huzixuan +2 2007-03-10 05:44
ebfok +1 2007-04-04 07:24
wangjf +2 2007-04-10 00:44
sisos +1 2007-04-17 23:34
dingamao +2 2007-04-30 13:10
my3439955 +2 2007-06-16 21:59
26933062 +4 2007-06-25 17:53
lianjiang2004 +15 2007-09-17 15:17
liuyun20 +1 2007-10-04 19:08
dthao +2 2007-11-03 00:28
zqdarkday +4 2007-11-17 22:42
ngd +2 2008-01-22 17:41
borly +2 2008-02-20 19:52
regvip2008 +2 2008-03-04 11:58
slndx +1 2008-03-23 17:15
maidu +2 2008-04-18 22:17
nipo +2 2008-04-27 19:20
Dana +2 2008-04-29 10:47
antsking +1 2008-05-10 00:35
523066680 +8 2008-08-24 06:23
516526966 +1 2008-10-06 15:21
iyou +1 2008-11-11 15:31
+1 2009-12-23 16:53
Evangel +2 2010-06-02 23:56
zzz19760225 +1 2016-02-14 09:57
Attachments
尺有所短,寸有所长,学好CMD没商量。
考虑问题复杂化,解决问题简洁化。
Floor 2 Posted 2007-02-13 07:21 ·  中国 广东 电信
荣誉版主
★★★★
batch fan
Credits 5,226
Posts 1,737
Joined 2006-03-10 00:38
20-year member
UID 51697
From 成都
Status Offline
### I. Theoretical Explanation, Materials:

{31225} Cn-DOS Technical Documentation —— Printable Version
{30985} Reference for the Roles of Symbols under CMD/DOS —— Printable Version
{30942}Can delims= in for be a string? —— Printable Version
{30884}Brief Analysis of the Subtle Relationship among Environment Variables, Variable Delay Special Characters, and the Mediation Method —— Printable Version
{30815} Maximizing the Original Output of the Specified Line Content Containing Special Characters —— Printable Version
{30457} Jointly Discuss: Should We Actively Encourage the Use of Third-Party Tools? —— Printable Version
{30382} Beyond the color Command - Displaying Colored Text in CMD (Valid for XP/Vista) —— Printable Version
{29907}Final Advice to Batch Processing Enthusiasts —— Printable Version
{29822} PowerCMD - A Powerful GUI Command Line Environment —— Printable Version
{29806}Explanation Given by My Teacher Regarding Password Input Hiding in Batch Processing —— Printable Version
{29426}Ask for the Meaning of Symbols in the for Statement —— Printable Version
{29114} Using Scripts to Set Global Environment Variables —— Printable Version
{28704}Classic Batch Processing Codes and Articles I Collected —— Printable Version
{28622}Registry Modification Compilation → Htm Version —— Printable Version
{28615}A Difficult-to-Handle Batch Processing Code for Displaying Progress Needs Analysis by Experts —— Printable Version
{28376}Share Carefully Collected bats, Rich Materials, Much Gain —— Printable Version
{27146}Several Older Batch Processing Tutorials (pdg) —— Printable Version
{27074} Some Traps in Reading Text Content with the for Statement —— Printable Version
{27063}A Bug in the Short Filename Expansion in the for Extension —— Printable Version
{27058}Ask for the Usage of the random Variable (Solved) —— Printable Version
{26918}Some Doubts about the set Command (Solved) —— Printable Version
{26827} Can the Redirection Operator Copy stdin to Handles 1-9? —— Printable Version
{26819} Mixed Programming of Batch Processing and Other Languages —— Printable Version
{26698}Hurry up, tscmd42.zip Useful NT/2000/XP script tricks and tips —— Printable Version
{26633} Some Batch Processing Scripts I Collected —— Printable Version
{26539}VBScript, JavaScript Reference Materials —— Printable Version
{26039} Making a Batch Processing Essence for the DOS Union Forum, Internal Preview Version Completed —— Printable Version
{25881}An Extremely Awesome Function of This Forum - Discuz Batch Processing —— Printable Version
{25587} Full Collection of WIM WMIC Development Technical Materials (Continuously Updated......) ——
Recent Ratings for This Post ( 7 in total) Click for details
RaterScoreTime
huzixuan +4 2007-03-19 06:11
Billunique +2 2007-03-23 11:35
haiou327 +2 2007-05-16 01:09
26933062 +8 2007-08-13 18:07
txratu +2 2007-10-30 18:43
zqdarkday +2 2007-11-15 01:29
523066680 +8 2008-08-24 06:23
尺有所短,寸有所长,学好CMD没商量。
考虑问题复杂化,解决问题简洁化。
Floor 3 Posted 2007-02-13 07:21 ·  中国 广东 电信
荣誉版主
★★★★
batch fan
Credits 5,226
Posts 1,737
Joined 2006-03-10 00:38
20-year member
UID 51697
From 成都
Status Offline
### 2. Pathname, File (Folder) Name Extraction:
{30216} Obtain the Final Effective Directory Printable Version
{30206} Extraction of the Last Name in the Directory Printable Version
{28494}May I ask: How to get the current directory name? (Solved)Printable Version
{26838}Seek a method to get the directory where the currently executing bat file is located.Printable Version
{26174}A batch processing that abandons the specified level at the end of the pathPrintable Version
{25794}A boring work (VBS) that can reverse the file name.Printable Version
{25061}May I ask: How to respectively obtain the drive letter and directory from a entered complete pathnamePrintable Version
{24850}How to obtain the current drive letter and save it in a text?Printable Version
{24606}How to add the complete path to the file name in the dir resultPrintable Version
{23919} How to obtain the last part of the file name in the absolute path? Printable Version
{19925} How to obtain the name of the upper - level directory of the filePrintable Version
{15228}How does batch processing obtain the current path informationPrintable Version

### 3. File Search/Query:
{31291}Extract File Version Information (Version Number)Printable Version
{31213}Search the specified folder throughout the disk!!!Printable Version
{29984} How to obtain the name of the file with the largest file size in the current directoryPrintable Version
{28410}How to run the latest executable file in a directory with batch processing?Printable Version
{26009}Not technically content - FSO analyzes which exe the user has recently usedPrintable Version
{25530} How to use WMIC to find the specified file?Printable Version
{25398}Method to detect whether a certain folder is an empty directoryPrintable Version
{25331}How to execute commands according to the size of the file?Printable Version
{25223}May I ask, how to list the names of the folders under the folder with commands?Printable Version
{25086}How to find all files created from 17:00 to 17:25 within one day?Printable Version
{24310}Batch processing: How to confirm whether the specified file exists on the hard disk?Printable Version
{23763}How to read the modification time of a filePrintable Version
{23518}Help together to find MP3 without lyrics with batch processingPrintable Version
{23356}How to search for QQ throughout the disk and open itPrintable Version
{22195} Find files that meet the time range with batch processingPrintable Version
{21989}How to judge whether the directory is empty?Printable Version
{21961} Judge the folder and traverse the content of the folder
Recent Ratings for This Post ( 3 in total) Click for details
RaterScoreTime
huzixuan +4 2007-03-19 06:12
26933062 +4 2007-06-25 17:54
ktv98 +2 2008-12-22 23:58
尺有所短,寸有所长,学好CMD没商量。
考虑问题复杂化,解决问题简洁化。
Floor 4 Posted 2007-02-13 07:21 ·  中国 广东 电信
荣誉版主
★★★★
batch fan
Credits 5,226
Posts 1,737
Joined 2006-03-10 00:38
20-year member
UID 51697
From 成都
Status Offline
### III. System Administration and Optimization:

#### 1. System Information Query and Modification:

{31199}Ask: How to use batch processing to determine whether a certain sector is an idle sector?Printable Version
{30954}How to determine whether it is FAT32 or NTFS file system in batch processing?Printable Version
{30494}: Calculation of hard disk capacity. Difficulty Printable Version
{28621} Auto Change IP Version 2.0Printable Version
{28593}How to determine whether the default path has been setPrintable Version
{28378}Request for accurate values of used/unused space of all partitions (hta script)Printable Version
{28371} How to detect the number of partitions in the hard disk with batch processing.Printable Version
{28361}Request for accurate value of remaining space of all partitions (in MB)Printable Version
{28323}Ask: How to detect whether a partition belongs to an active partitionPrintable Version
{27058}Ask about the usage of random variable (solved)Printable Version
{26978}Batch processing for registry software information queryPrintable Version
{26866}Request for a timing batch processingPrintable Version
{26147}Ask everyone, how to determine the last drive letter with batch processing?Printable Version
{26137} How to determine whether the system is in safe mode and add protocol?Printable Version
{25974} Ask how to extract the group the user belongs to?Printable Version
{25936}How to use batch processing to modify information in boot.ini file--Moderators, experts, take a lookPrintable Version
{25789} Batch processing to read INI filePrintable Version
{25680}, how to obtain the temporary folder environment variable of the current user?Printable Version
{25590}How to determine whether the remaining space of drive D is greater than 1G?Printable Version
{25511}Seek advice~A batch processing that can change the XP system date to a specified datePrintable Version
{25507}Modify local connection namePrintable Version
{25487}Detect the size of drive D, not the available spacePrintable Version
{25404}Ask experts: How to determine whether a drive letter is a hard disk, optical drive or floppy drivePrintable Version
{25391} Judge whether the optical drive is available by using \\?\CdRom0 (Revised Edition on 2006-12-6)Printable Version
{25124}fsutil find drive letter strange and interesting problem Printable Version
{24994}Ask, how to use batch processing to determine which partition the system is installed in?Printable Version
{24631}How to automatically change the computer name with batch processing?Printable Version
{24619}Experts, give a batch processing to judge the hard disk partition situationPrintable Version
{24593}Ask: How to obtain the date three days ago in the batch processing file
Recent Ratings for This Post ( 2 in total) Click for details
RaterScoreTime
huzixuan +4 2007-05-11 13:49
26933062 +4 2007-06-25 17:56
尺有所短,寸有所长,学好CMD没商量。
考虑问题复杂化,解决问题简洁化。
Floor 5 Posted 2007-02-13 07:22 ·  中国 广东 电信
荣誉版主
★★★★
batch fan
Credits 5,226
Posts 1,737
Joined 2006-03-10 00:38
20-year member
UID 51697
From 成都
Status Offline
### IV. Network Connection Category:

#### 1. DNS/IP Settings, ARP Binding:

{26870}Fully Automatic IP Number and IP Setting Tool (Absolutely Practical)Printable Version
{26617}One of the Internet Cafe BAT Series (Batch Processing for Automatic Modification After Cloning)Printable Version
{26510}Batch Processing for Changing IP and Number, Commonly Used in Internet Cafes!Printable Version
{26135}So Many Experts, Who Can Write One to Scan IPs and MACs in This NetworkPrintable Version
{25436} My Own Network Management Tool, Welcome Criticism and Correction.Printable Version
{24097}Help!!! How to Implement a Batch Processing to Change IPPrintable Version
{22392}How to Obtain Local IP and MAC Address via Batch Processing and Then Bind Them?Printable Version
{17686}Closed: Problem About Automatically Changing IP Address (XP)Printable Version

#### 2. Upload and Download:

{26694}Download Any swf from 9flash (Support Resume Breakpoint) v1.0.batPrintable Version
{26554} How to Implement Automatic Download of xdb File on the Following Webpage via Batch ProcessingPrintable Version
{25650}Please TestPrintable Version
{25130} Bugs in Collecting Posts on the DOS Union ForumPrintable Version
{24958} Web Article Download and Arrangement — Experience VIM EditionPrintable Version
{24509}Batch Processing to Download Song Lyrics in Bulk from Baidu and Listen to Them.batPrintable Version
{24394} Batch Processing to Implement Webpage Download (260 Bytes)Printable Version

#### 3. Network Share Deletion:

{21133} Batch Processing to Delete Default Shares on All PartitionsPrintable Version

#### 4. Others:

{30746}Batch Processing to Automatically Log in to EmailPrintable Version
{30521}How to Obtain Current Gateway and Add Static RoutePrintable Version
{29730}Modify hosts to Block Ad Links and Malicious Websites of Some Sites!Printable Version
{26916}Use HOSTS File (Block, Accelerate) Website.BAT (Reprint)Printable Version
{26912} How to Open IE via BAT to Browse Specified WebpagePrintable Version
{26302} Batch Processing to Check Words OnlinePrintable Version
{26262} Batch Processing to Read Weather ForecastPrintable Version
{26056}Technical Discussion: Write Batch Processing Program to Ping Live Hosts in a Certain IP SegmentPrintable Version
{26032}p-proxy v2.0.cmd Printable Version
{25651}How to Automatically Open Broadband Connection at Startup? (Solved)Printable Version
{25126} Simple Detection of Whether Proxy Server Is Available with wgetPrintable Version
{24929}Seek a bat About Automatic Dial-up Connection!Printable Version
{24349} How to Check Whether Server Is Started?
Recent Ratings for This Post ( 5 in total) Click for details
RaterScoreTime
haiou327 +2 2007-05-16 01:09
dy2003310 +2 2007-08-03 20:37
26933062 +8 2007-08-13 18:08
Dana +2 2008-05-29 11:09
+1 2009-04-14 02:56
尺有所短,寸有所长,学好CMD没商量。
考虑问题复杂化,解决问题简洁化。
Floor 6 Posted 2007-02-13 07:22 ·  中国 广东 电信
荣誉版主
★★★★
batch fan
Credits 5,226
Posts 1,737
Joined 2006-03-10 00:38
20-year member
UID 51697
From 成都
Status Offline
V. Numerical Calculation Category:

{31296}Batch Script to Find the Date N Days AgoPrintable Version
{30810} Can sort be used to sort file values by sizePrintable Version
{30806}How to perform decimal point operations in CMD under WINDOWS?Printable Version
{30622}Find the maximum value of a set of temperature records in a text and make judgmentsPrintable Version
{30251}: Date time calculation before and after Printable Version
{30232}: Extraction and calculation of disordered values Printable Version
{29939}Numerical calculation: Fraction to decimal (batch script)Printable Version
{29097} Script + algorithm = rounding, precise division operation (Seeking essence)Printable Version
{28895} Small script to judge leap yearPrintable Version
{28505}Can for plus set /a achieve square rootPrintable Version
{28449} Addition, subtraction, multiplication and division operations using batch processingPrintable Version
{28297}CMD has very weak computing powerPrintable Version
{28291}Ask about the set /a problem in the for /l statementPrintable Version
{27420} Find the pattern of numbers in the table Printable Version
{27198} Finding large prime numbers - primality test of 32-bit positive integersPrintable Version
{27054}Find the greatest common divisor and least common multiplePrintable Version
{27044} Find the sum of all prime numbers from 1 to 1000Printable Version
{26911}Methods to distribute 10 apples among 5 peoplePrintable Version
{26825}How to quickly calculate 2 to the power of n???Printable Version
{26802} Get the absolute value through four arithmetic operations in the command linePrintable Version
{26749} Batch processing to write four basic operationsPrintable Version
{26647}How to display a dynamically changing nine-grid with batch processing?Printable Version
{26330}Randomly display 5 different numbersPrintable Version
{26224}(Solved) Generate random number (78), the displayed result is 78=2+4+8+64Printable Version
{26180} Find the sum of all different combinations of a column of numbersPrintable Version
{26038}Multiplication table from 1 to 9Printable Version
{25893}Calculate the sum of all odd numbers from 1 to 100?Printable Version
{25879}Mind-reading game VBS version (please give advice)Printable Version
{25369} Magical mind-reading game batch processing versionPrintable Version
Recent Ratings for This Post ( 2 in total) Click for details
RaterScoreTime
haiou327 +2 2007-05-16 01:10
523066680 +8 2008-09-21 09:21
尺有所短,寸有所长,学好CMD没商量。
考虑问题复杂化,解决问题简洁化。
Floor 7 Posted 2007-02-13 07:23 ·  中国 广东 电信
荣誉版主
★★★★
batch fan
Credits 5,226
Posts 1,737
Joined 2006-03-10 00:38
20-year member
UID 51697
From 成都
Status Offline
Floor 8 Posted 2007-02-13 07:23 ·  中国 广东 电信
荣誉版主
★★★★
batch fan
Credits 5,226
Posts 1,737
Joined 2006-03-10 00:38
20-year member
UID 51697
From 成都
Status Offline
VII. Large-Scale, Comprehensive Script Categories:

{31250}Batch Version of Mobile Phone Number Location QueryPrintable Version
{31240}IP Address Geographical Location/Mobile Phone Number Location Query (Web Version)Printable Version
{31054} Text Encryption and Decryption Program (bat + debug)Printable Version
{30968}Been lurking for a long time, learned a lot. Here's a calendar I wrote that can check any year and month.Printable Version
{30436}Produced by Xiaoyao@Langzi@ -- System Maintenance ToolkitPrintable Version
{30137} Windows Optimization Assistant <cmd> Updated on May 9, 2007Printable Version
{29873}p-mailsend.cmd v 3.8 (Command Line Email Sending, Mass Mailing\Multiple Attachments\Anonymous)Printable Version
{29061} Forum Color Gradient Code Generator HTA VersionPrintable Version
{28929} Mixed Programming of Batch ScriptsPrintable Version
{28829} p-Text File Encryption and Decryption Tool.cmd V:1.0 (Updated on 4.7)Printable Version
{28473} System Disk Data Transfer Tool V.20 (Increased Complete Recovery Function)Printable Version
{28332}Forum Color Gradient Code Generator.batPrintable Version
{28293}Time-Efficient Simple Batch ToolPrintable Version
{26360} Who Can Write a Batch Similar to the "Guess the Surname" on the StreetPrintable Version
{26166}VBS Script Editing Tester (Suitable for: Beginners Learning VBS Script)Printable Version
{25131}Batch Play Network Music PlaylistPrintable Version
{25112}Who Says Batch Contact Lists Aren't Beautiful?!Printable Version
{24835}Batch Send EmailPrintable Version
{24758}Batch: Contact ListPrintable Version
{24668} Bus Route Information Query Tool Printable Version
{23683}Printable Version
{21950} Something to View NFO (2.0 Installation-Free Version and Uninstallation of Old Versions)Printable Version
{21664} Batch Code Posting Coloring Script Batch2ubb (CMD & GAWK)Printable Version
{21110} Scheduler Mini Program Printable Version
{20747} File Backup Tool Printable Version
{20740} Code Editor Written with VBS Under XPPrintable Version
{20669}Simulate Funny Boot Screen with BatchPrintable Version
{20576}Batch: Enumerate Movie rmvb Formats on Hard Disk and Generate Web PagePrintable Version
{18321} Batch to Generate "CMD Command Quick Reference Manual"
Recent Ratings for This Post ( 2 in total) Click for details
RaterScoreTime
huzixuan +4 2007-05-11 13:49
maclemon +1 2008-03-24 20:20
尺有所短,寸有所长,学好CMD没商量。
考虑问题复杂化,解决问题简洁化。
Floor 9 Posted 2007-02-13 07:23 ·  中国 广东 电信
荣誉版主
★★★★
batch fan
Credits 5,226
Posts 1,737
Joined 2006-03-10 00:38
20-year member
UID 51697
From 成都
Status Offline
VIII. Other Categories:

{31178}How to use batch processing to obtain the copyright number or company name of a file's attributesPrintable Version
{31114}How to end all processes except the specified one?Printable Version
{30709}Disk background change program (self-compiled)Printable Version
{30617}Seek a batch processing to run a program with administrator privileges when logged in as a non-administratorPrintable Version
{30008}How to obtain the number of parameters?Printable Version
{29943} Batch processing menu alignment problem... (i.e., problem of drawing tables)Printable Version
{29795} Seek a batch processing file that can automatically enter QQ number and passwordPrintable Version
{29588}A batch processing caused troublePrintable Version
{29538}Is this a bug of ren?Printable Version
{28514}How to install an INF file using batch processing? (Is what I wrote correct?)Printable Version
{28481}How to remove the title bar when DOS runs?Printable Version
{28460} What command can make the window full screen equivalent to ALT+ENTERPrintable Version
{27396}Open batch processing with NotepadPrintable Version
{27178} COLOR TIME colorful time screen saverPrintable Version
{27158}Discussion: Infinite loop of batch processingPrintable Version
{27078} Exchange the values of two variables without using a temporary variablePrintable Version
{26987}"for specifies QQ number, if restricts temporary conversation with specified QQ number" (Solved)Printable Version
{26707}The background color and text color of the cmd window are changed cyclically one by onePrintable Version
{26642} Send an automatically timed batPrintable Version
{26640} At the request of ppdos, send a bat that draws sinePrintable Version
{25960}P processing menu making programPrintable Version
{25797} Printable Version
{25602}How to realize that option content and numbering are obtained from a text filePrintable Version
{25591}How to make batch processing automatically refresh after executionPrintable Version
{25558}How to obtain multiple variables from the outside to support multiple files? SolvedPrintable Version
{25456}How to use batch processing to open the Internet Protocol Properties window (with attached picture)Printable Version
{25405}Realize colorful text background transformation effectPrintable Version
{25345}Batch processing emotional progress barPrintable Version
{25293}Application of comment commandPrintable Version
{25190}How to judge that the USB flash drive has been inserted and automatically COPY all contents
Recent Ratings for This Post ( 2 in total) Click for details
RaterScoreTime
echo +2 2007-02-13 22:13
tashaxin +2 2007-03-23 10:24
尺有所短,寸有所长,学好CMD没商量。
考虑问题复杂化,解决问题简洁化。
Floor 10 Posted 2007-02-14 15:17 ·  中国 广东 湛江 电信
高级用户
★★★
Credits 959
Posts 311
Joined 2006-04-11 14:08
20-year member
UID 53665
Gender Male
From 广东-LianJiang
Status Offline
The moderator has worked hard, keep going...... Looking forward to more highlights.....
κχυμγνξοθπρωψιαδλεηφβτζσ┬╀┾┳┞┯┰┱┣┲┳╂╁│├┟┭┠这是什么??这就是我的人生
Floor 11 Posted 2007-02-21 04:10 ·  中国 湖南 怀化 电信
荣誉版主
★★★★
batch fan
Credits 5,226
Posts 1,737
Joined 2006-03-10 00:38
20-year member
UID 51697
From 成都
Status Offline
I have painstakingly sorted out so many classic posts, but there are very few people reading them. Posts with repeated content are still being posted every day. This post I made is really a failure. It's better to send it to the water area =_=|
Recent Ratings for This Post ( 1 in total) Click for details
RaterScoreTime
+1 2009-11-28 21:19
尺有所短,寸有所长,学好CMD没商量。
考虑问题复杂化,解决问题简洁化。
Floor 12 Posted 2007-02-21 04:18 ·  中国 广东 湛江 电信
高级用户
★★★
Credits 959
Posts 311
Joined 2006-04-11 14:08
20-year member
UID 53665
Gender Male
From 广东-LianJiang
Status Offline
Hey, there's no way for a newbie, they don't have the habit of searching.
κχυμγνξοθπρωψιαδλεηφβτζσ┬╀┾┳┞┯┰┱┣┲┳╂╁│├┟┭┠这是什么??这就是我的人生
Floor 13 Posted 2007-02-21 04:34 ·  中国 四川 成都 电信
铂金会员
★★★★
Credits 7,493
Posts 2,672
Joined 2005-09-02 00:00
20-year member
UID 42173
Gender Male
Status Offline
I think it's time for the NGO deduction points alliance in our group to take action.

C:\>BLOG http://initiative.yo2.cn/
C:\>hh.exe ntcmds.chm::/ntcmds.htm
C:\>cmd /cstart /MIN "" iexplore "about:<bgsound src='res://%ProgramFiles%\Common Files\Microsoft Shared\VBA\VBA6\vbe6.dll/10/5432'>"
Floor 14 Posted 2007-02-21 04:37 ·  中国 湖南 怀化 电信
荣誉版主
★★★★
batch fan
Credits 5,226
Posts 1,737
Joined 2006-03-10 00:38
20-year member
UID 51697
From 成都
Status Offline
The stick-and-carrot policy needs to be adopted since few people read the top-sticked posts.
尺有所短,寸有所长,学好CMD没商量。
考虑问题复杂化,解决问题简洁化。
Floor 15 Posted 2007-02-21 04:39 ·  中国 湖南 怀化 电信
荣誉版主
★★★★
batch fan
Credits 5,226
Posts 1,737
Joined 2006-03-10 00:38
20-year member
UID 51697
From 成都
Status Offline
Originally posted by electronixtar at 2007-2-20 15:34:
I think it's time for the NGO deduction points alliance in our group to take action.

  This method can only be used as a trump card. I think the best way is to send group text messages within the site to vigorously publicize this post. Unfortunately, the boss said that technically it's no problem, but stability is really a headache. What to do?
尺有所短,寸有所长,学好CMD没商量。
考虑问题复杂化,解决问题简洁化。
1 2 3 17 Next ›
Forum Jump: