Skip to content

2980077544/Batch-file-sharing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 

Repository files navigation

批处理文件共享(Batch-file-sharing)

由2980077544制作

注:此文章由简体中文为主体编写!

Note: this article is written in simplified Chinese!


如果共享的文件中违反了你的权利或者利益,请通过下面的邮箱地址联系我!

联系我

If the shared file violates your rights or interests, please contact me at the following email address!

contact me


什么是批处理?

批处理就是Windows系统里一段经过特殊标记的代码使用记事本等文本编辑器保存为后缀名为*.bat或*.cmd的脚本文件

A batch is a specially marked piece of code in a Windows system that is saved as a script file with the suffix * .bat or * .cmd using a text editor such as notepad

示例:

@echo off
echo Hello,world!
pause

Example:

@echo off
echo Hello,world!
pause

这里分享各种批处理有趣的小程序,欢迎大家下载!

Here to share all kinds of batch interesting Mini Programs, welcome to download!


2019.03.02

About

共享程序(有时候也分享源代码)

Resources

Stars

Watchers

Forks

Releases

Packages

Contributors