从网络中拷贝文件xcopy
    
            
摘要:@echo offecho 终止ccop:taskkill /IM CIP.CCOP.EXE /F /Tnet use * /del /yecho 正在连接10.112.17.217......net use \\10.112.17.217\IPC$ "Password" /user:userNameecho 开始更新:xcopy \\10.112.17.217\程序发布\测试环境前端更新 C:\CPCSystem\ClientSolution\output\bin\Debug /s /e /h /y /rnet use * /del /ypause
        
阅读全文
摘要:Explorer /root, C:\Windows\Cursorshttp://www.cnblogs.com/TianFang/archive/2008/05/26/1207203.html
        
阅读全文
摘要:利用wget.exe文件在命令行下下载文件,用的windos版本的wget http://users.ugent.be/~bpuype/cgi-bin/fetch.pl?dl=wget/wget.exe下载以及说明http://users.ugent.be/~bpuype/wget/用法参考http://www.cnblogs.com/analyzer/archive/2010/05/04/1727438.html
        
阅读全文
摘要:echo 当前bat文件运行短路径:%~sdp0参考:http://hi.baidu.com/sunsee/blog/item/4f5510ad78c310024b36d6bd.html
        
阅读全文
摘要:start C:\Users\Administrator\AppData\Local\Google\Chrome\Application\chrome.exe http://www.google.com.hk/search?q=%*然后把该命令行加入到环境变量中
        
阅读全文
摘要:随意建立一个bat文件,在文件中输入一下内容,对应的文件列表。 批处理语句@echo offcd.>MovieList.txtfor /r %%i in (*.asf;*.avi;*.iso;*.mp3;*.mpeg;*.mpg;*.mpga;*.ra;*.rm;*.rmvb;*.tar;*.wma;*.wmp;*.wmv;*.mov;*.3gp;*.chm;*.mdf;*.torrent) do...
        
阅读全文