快速业务通道

bat 文件 学习使用指南

作者 佚名 来源 批处理 浏览 发布时间 2013-07-09
/?
  rem /?
  if /?
  echo /?
  goto /?
  for /?
  shift /?
  call /?
  其他需要的常用命令
  type /?
  find /?
  findstr /?
  copy /?
  下面将所有上面的帮助输出到一个文件
  echo ver >tmp.txt
  ver >>tmp.txt
  echo cmd /? >>tmp.txt
  cmd /? >>tmp.txt
  echo rem /? >>tmp.txt
  rem /? >>tmp.txt
  echo if /? >>tmp.txt
  if /? >>tmp.txt
  echo goto /? >>tmp.txt
  goto /? >>tmp.txt
  echo for /? >>tmp.txt
  for /? >>tmp.txt
  echo shift /? >>tmp.txt
  shift /? >>tmp.txt
  echo call /? >>tmp.txt
  call /? >>tmp.txt
  echo type /? >>tmp.txt
  type /? >>tmp.txt
  echo find /? >>tmp.txt
  find /? >>tmp.txt
  echo findstr /? >>tmp.txt
  findstr /? >>tmp.txt
  echo copy /? >>tmp.txt
  copy /? >>tmp.txt
  type tmp.txt
  #############################
  2. 环境变量的概念
  #############################
  C:\Program Files>set
  ALLUSERSPROFILE=C:\Documents and Settings\All Users
  CommonProgramFiles=C:\Program Files\Common Files
  COMPUTERNAME=FIRST
  ComSpec=C:\WINNT\system32\cmd.exe
  NUMBER_OF_PROCESSORS=1
  OS=Windows_NT
  Os2LibPath=C:\WINNT\system32\os2\dll;
  Path=C:\WINNT\system32;C:\WINNT;C:\WINNT\system32\WBEM
  PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH
  PROCESSOR_ARCHITECTURE=x86
  PROCESSOR_IDENTIFIER=x86 Family 6 Model 6 Stepping 5, GenuineIntel
  PROCESSOR_LEVEL=6
  PROCESSOR_REVISION=0605
  ProgramFiles=C:\Program Files
  PROMPT=$P$G
  SystemDrive=C:
  SystemRoot=C:\WINNT
  TEMP=C:\WINNT\TEMP
  TMP=C:\WINNT\TEMP
  USERPROFILE=C:\Documents and Settings\Default User
  windir=C:\WINNT
  path: 表示可执行程序的搜索路径. 我的建议是你把你的程序copy 到
  %windir%\system32\. 这个目录里面. 一般就可以自动搜索到.
  语法: copy mychenxu.exe %windir%\system32\.
  使用点(.) 便于一目了然
  对环境变量的引用使用(英文模式,半角)双引号
  %windir% 变量
  %%windir%% 二次变量引用.
  我们常用的还有
  %temp% 临时文件目录
  %windir% 系统目录
  %errorlevel% 退出代码
  输出文件到临时文件目录里面.这样便于当前目录整洁.
  对有空格的参数. 你应该学会使用双引号("") 来表示比如对porgram file文件夹操作
  C:\>dir p*
  C:\ 的目录
  2000-09-02 11:47 2,164 PDOS.DEF
  1999-01-03 00:47 <DIR> Program Files
  1 个文件 2,164 字节
  1 个目录 1,505,997,824 可用字节
  C:\>cd pro*
  C:\Program Files>
  C:\>
  C:\>cd "Program Files"
  C:\Program Files>
  ############################################
  3. 内置的特殊符号(实际使用中间注意避开)
  ############################################
  微软里面内置了下列字符不能够在创建的文件名中间使用
  con nul aux \ / | || && ^ > < *
  You can use most characters as variable values, including white space. If you use the special characters <, >, |, &, or ^, you must precede them with the

凌众科技专业提供服务器租用、服务器托管、企业邮局、虚拟主机等服务,公司网站:http://www.lingzhong.cn 为了给广大客户了解更多的技术信息,本技术文章收集来源于网络,凌众科技尊重文章作者的版权,如果有涉及你的版权有必要删除你的文章,请和我们联系。以上信息与文章正文是不可分割的一部分,如果您要转载本文章,请保留以上信息,谢谢!

分享到: 更多

Copyright ©1999-2011 厦门凌众科技有限公司 厦门优通互联科技开发有限公司 All rights reserved

地址(ADD):厦门软件园二期望海路63号701E(东南融通旁) 邮编(ZIP):361008

电话:0592-5908028 传真:0592-5908039 咨询信箱:web@lingzhong.cn 咨询OICQ:173723134

《中华人民共和国增值电信业务经营许可证》闽B2-20100024  ICP备案:闽ICP备05037997号