A very beautiful DOS notepad. Since it is part of the system, the code is concise, only 4 lines of code + one test file. Before compression, it is 568 bytes, and after compression, it is only 249 bytes, and the download is fast.
Description: There are two files in the compressed file, and it is executed in a drag-and-drop manner:
Edit.bat----------------Main program, just drag and drop on it to execute and view the task.
test----------------------For testing, you can not have it, just for testing effect, drag and drop on Edit.bat to execute.
Functional highlights:
1. Built-in system, no virus.
2. Not only can view, but also can edit.
3. Although it can recognize Chinese directories, it does not support Chinese input.
4. English interface, fast running, mouse operation.
5. Suitable for: BAT, VBS programming and English records.
Download (115U): Click to jump
Update download address 2011-1-14-19:38
[ Last edited by zc99 on 2011-1-14 at 20:40 ]
cls
@echo off
echo edit.com %1|cmd.exe
exit
Description: There are two files in the compressed file, and it is executed in a drag-and-drop manner:
Edit.bat----------------Main program, just drag and drop on it to execute and view the task.
test----------------------For testing, you can not have it, just for testing effect, drag and drop on Edit.bat to execute.
Functional highlights:
1. Built-in system, no virus.
2. Not only can view, but also can edit.
3. Although it can recognize Chinese directories, it does not support Chinese input.
4. English interface, fast running, mouse operation.
5. Suitable for: BAT, VBS programming and English records.
Download (115U): Click to jump
Update download address 2011-1-14-19:38
[ Last edited by zc99 on 2011-1-14 at 20:40 ]
