Make Batch Files是一款批处理BAT文件编辑制作工具。如果你要删除或者移动文件:你只要点选相关命令并制定需要删除或者移动的文件和路径即可,无需写命令,点击鼠标就能完成了。
自带命令:
Copy files (COPY)
Delete files (DELETE)
Move file(s) (MOVE)
Rename file (RENAME)
Replace files (REPLACE)
Set file attributes (ATTRIB)
Simple search for a string (FIND)
Extended search for a string (FINDSTR)
Print a text file (PRINT)
File write verification (VERIFY)
Compare two files (simple) (COMP)
Compare two files (extended) (FC)
Robust copy files (ROBOCOPY)
Copy files and directory trees (XCOPY)
Sort lines in a file or standard input (SO
Write text/variable to file (ECHO)
Create a directory (MKDIR, MD)
Rename directory (REN)
Delete directory (DEL)
Change current directory (CD)
Set exe search path (PATH)
Display current date and time (DATE,TI
Display a message (ECHO)
Ask user
User choice
Enable/disable output (ECHO)
Clear screen (CLS)
Set color (COLOR)
Press any key… (PAUSE)
Change command prompt (PROMPT)
Display a text file (TYPE)
Display Windows version (VER)
Set window title (TITLE)
Display folder structure (TREE)
Display a list of files and subdirectories
Comment (REM)
Parameter
Set variable value (SET)
Declare a variable
Declare a variable
Check batch file parameters