【原创--学习整理】学习bat和dos的相关资料整理--汇总

好论坛

stackoverflow

https://www.computerhope.com/forum/

https://www.computerhope.com/msdos.htm

 

 

 

DOS和bat论坛

中国dos联盟论坛

http://cndos.fam.cx/forum/

非常多的新手资料,主论坛注册有问题

http://cndos.fam.cx/forum/forumdisplay.php?fid=12

 

批处理之家

里面还有VB区,Python区

http://www.bathome.net/

新手区
http://www.bathome.net/forum-33-1.html

 

脚本之家

https://www.jb51.net/ 有很多各种语言区

BAT专栏

https://www.jb51.net/list/list_106_1.htm

 

美好DOS时代

http://cndos.fam.cx/newdos/dosuse.htm

bat吧

 

 

最近的

https://wsgzao.github.io/post/windows-batch/

http://xstarcd.github.io/wiki/windows/windows_cmd_summary.html

https://docs.microsoft.com/en-us/previous-versions/tn-archive/cc722477(v=technet.10)

https://www.computerhope.com/batch.htm

https://code.google.com/archive/p/flappy-bird-batch/

https://en.wikipedia.org/wiki/Windows_Script_Host

https://en.wikipedia.org/wiki/AutoHotkey

https://ss64.com/nt/syntax.html

 

 

 


教程(记得用google搜索bat!)
 

官方CMD教程

https://docs.microsoft.com/en-us/windows-server/administration/windows-commands/windows-commands

https://ss64.com/nt/syntax.html
powershell微软官方手册

https://docs.microsoft.com/zh-cn/powershell/scripting/getting-started/fundamental/using-familiar-command-names?view=powershell-6

微软官方:https://docs.microsoft.com/en-us/powershell/

微软官方中文:https://docs.microsoft.com/zh-cn/previous-versions/technet-magazine/hh551144(v=msdn.10)

微软官方office:https://docs.microsoft.com/zh-cn/office/

 

 

W3C的系统性教程1

https://www.w3cschool.cn/dosmlxxsc1/wvqyr9.html

w3c教程2

http://www.hechaku.com/arcitle/201810398.html

 

 

 

------------以下内容还未在整理

 

 

 

 

 

https://www.zhihu.com/question/34941855

http://www.hechaku.com/p/DOS_BAT/

http://www.hechaku.com/arcitle/201810398.html

https://www.cnblogs.com/glaivelee/archive/2009/10/07/1578737.html

https://andylin02.iteye.com/blog/420598

 

https://blog.csdn.net/huwei2003/article/details/66968001

https://wenku.baidu.com/view/305089f1a48da0116c175f0e7cd184254b351bfb.html

https://www.jianshu.com/p/57d2f9b4ad0d

https://my.oschina.net/mzhs/blog/136236

https://www.sohu.com/a/209601922_785296

 

https://blog.csdn.net/huwei2003/article/details/66968001

https://www.jianshu.com/p/57d2f9b4ad0d

 

参考文档--各种coder写的教程
https://blog.csdn.net/happydecai/article/details/78794948

https://www.cnblogs.com/laislabonita/p/7145731.html

https://www.cnblogs.com/aspirant/p/7233893.html

https://www.jb51.net/article/97204.htm

https://www.jb51.net/article/5828.htm

 
https://blog.csdn.net/daoming1112/article/details/77197558

https://blog.csdn.net/qq826364410/article/details/79323351

 

百度贴吧的精华帖部分

http://www.hechaku.com/arcitle/201810398.html

http://tieba.baidu.com/p/5718910144

http://tieba.baidu.com/p/5544554801   有人写的图形处理

for函数 http://tieba.baidu.com/p/4572390855

重定向 http://tieba.baidu.com/p/3535724353

教程 http://tieba.baidu.com/p/3528806494

笔记和例子 http://tieba.baidu.com/p/3366663551

新概念 bat http://tieba.baidu.com/p/2858539403

教程http://tieba.baidu.com/p/2492998831

     http://tieba.baidu.com/p/2438526862

http://tieba.baidu.com/p/2435184748

http://tieba.baidu.com/p/2166696131

http://tieba.baidu.com/p/767587793

http://tieba.baidu.com/p/736251849

http://tieba.baidu.com/p/565897908

http://tieba.baidu.com/p/550048314

http://tieba.baidu.com/p/546799752

http://tieba.baidu.com/p/546776098

常用集合 http://tieba.baidu.com/p/724867609

http://tieba.baidu.com/p/715396549

速查手册?http://tieba.baidu.com/p/710191996

教程例子http://tieba.baidu.com/p/2467655576

http://tieba.baidu.com/p/644045831

http://tieba.baidu.com/p/2166112161

应用程序教程http://tieba.baidu.com/p/2426544678

for教程 http://tieba.baidu.com/p/834053206

http://tieba.baidu.com/p/2404720631

ping教程 http://tieba.baidu.com/p/769155416

choice http://tieba.baidu.com/p/2219162127

 

 

一些中文参考文档

https://www.cnblogs.com/lavender000/p/6935589.html

https://www.pstips.net/powershell-online-tutorials

http://www.pstips.net/powershell-v3-basic-tutorial.html

http://www.pstips.net/windows-powershell-v3-language-specification.html

 

看了下官方手册,好多内容,好强大

比如还有好多有用的命令,在windows操作系统的机器上,估计编程很多时候还需要用到这些命令。。。。

比如cls  (clear screen) 

 shutdown.exe -1

stop-computer

restart-computer
 

 

 

https://zhuanlan.zhihu.com/p/25194940

cd

dir 

ipconfig

ping 

等等常用命令得学

 

 

七  学习cmd还需要教程吗?(一般教程不是没入门或入门时看的!你懂的)

一般教程不是没入门或入门时看的!先去解决当前的问题即可

互联网时代资料很可能是负担!

如果需要,确实有

 

一些中文参考文档

https://www.cnblogs.com/lavender000/p/6935589.html

https://www.pstips.net/powershell-online-tutorials

http://www.pstips.net/powershell-v3-basic-tutorial.html

http://www.pstips.net/windows-powershell-v3-language-specification.html
 

参考文档
https://blog.csdn.net/happydecai/article/details/78794948

https://www.cnblogs.com/laislabonita/p/7145731.html

https://www.cnblogs.com/aspirant/p/7233893.html

https://www.jb51.net/article/97204.htm

https://www.jb51.net/article/5828.htm

 

 

百度经验里的,好吃的bat

https://jingyan.baidu.com/article/4b52d7028fcfcefc5d774b55.html

他的系列教程

https://jingyan.baidu.com/user/npublic?uid=4a43c8ea8cf09cb96453faca

 

for /l %%i in (1,1,%times%) do (

   echo %%i%

/L表示循环1次加上N,N由IN (0,1,%time%)中的第二个数字决定,此处为加上1%%i IN (1,1,%time%)表示从1开始,每次加1,直到10

 
 

 

常用命令是得学的,否则提问都不知道从哪儿提

常用命令学习
https://zhuanlan.zhihu.com/p/25194940

cd

dir 

ipconfig

ping 

等等常用命令得学

rem

echo

 

常用BAT命令
    @echo off           不显示后续命令行及当前命令行
    dir c:\*.* >a.txt       将c盘文件列表写入a.txt 
    call c:\ucdos\ucdos.bat    调用ucdos 
    echo 你好            显示"你好" 
    pause              暂停,等待按键继续 
    rem 准备运行wps         注释:准备运行wps 
    cd ucdos            进入ucdos目录 
    wps               运行wps  

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值