People who have studied DOS have more or less heard of batch processing. It is compact and portable, and it is a system-level source code interpretation. It runs directly without compilation and linking, which has attracted many DOS enthusiasts and programmers. The participation of many people and the emergence of countless ingenious ideas have formed the "oddities" in batch processing programming. They are not designed simply to solve some "batch processing problems", but truly treat batch processing as a language to reflect its infinite creativity.
The following are some batch processing programs I have collected. They may not be technically excellent, but they are definitely breakthroughs in conception. I will continuously update and improve this topic, and I also hope that everyone will work with me to complete this "oddity" collection.
Index
======
1st floor: This topic
2nd floor: Game (Game):
1. TicTacToe (TicTacToe)
3rd floor: Mathematics (Math):
1. Random number (Random) generation, random matrix generation, total 2
2. 2K/XP expression calculation
4th floor: Clock (Clock):
1. Pause (Pause), delay (Delay), wait (Wait) or sleep (Sleep), total 5
Declaration
======
1. To maintain the structure of this post, please try not to reply here if you are only a comrade who praises and supports;
2. Friends who have any questions and suggestions about some programs in this post, please visit the following topic
http://www.cn-dos.net/forum/viewthread.php?tid=12388
3. Friends who intend to recommend programs, please pay attention to the following selection criteria:
(1) The functions implemented by the program have certain universality and innovation;
(2) The program does not depend on any special or customized local environment (such as the path of the program);
(3) The program does not use any third-party tools or software;
(4) The program is best suitable for all Windows and DOS platforms. If there are special requirements, please note;
4. This topic adopts the elimination system, that is, for codes that complete the same or similar functions, the one with the best writing quality will be adopted. When it is impossible to distinguish the advantages and disadvantages, or list them in one post at the same time, or integrate the excellent parts of the two to change them into new codes; the eliminated ones will either be listed in a separate topic or list the reference links.
Update record
======
2004.06.20: Issue the " Oddities of Batch Processing Programming" topic and link with " Oddities of Batch Processing Programming"
2005.07.16: Update the prompt variable acquisition program on floor 7
2005.08.18: Modify floor 3 to the Mathematics (Math) topic and add random number and random array generation programs
2005.08.19: Modify floor 4 to the Clock (Clock) topic and add 5 "pause" programs
2005.09.11: The Mathematics (Math) topic on floor 3 adds "Batch Processing of 2K/XP Expression Calculation"
[ Last edited by willsort on 2005-9-11 at 13:35 ]
※ Batchinger 致 Bat Fans:请访问 批处理编程的异类 ,欢迎交流与共享批处理编程心得!

DigestI
rocDelay 200
do set start_=%%h%%i%%j%%k
