Board logo

标题: [求助]哪位前辈能详细讲解一下Get的各项参数?  [打印本页]

作者: hzy     时间: 2003-7-29 00:00    标题: [求助]哪位前辈能详细讲解一下Get的各项参数? 


GET Version 2.4 - BATch File Enhancer - Copyright 1991 Bob Stephan
Syntax: GET command argument(s) /switches More Instructions: GET.DOC
Purpose Command Argument(s) Environment ErrorLevel Extended
--------- ------- ----------- --(GET=)--- --(Exit)-- -----
--------- String Handling and Screen I/O Commands --------
Get character(InKey)C Character ASCII code No Echo
Get yes/no aNswer N Character ASCII code No Echo
Get string S String Length No Echo
Put string (Zap) Z String Length StdInput
Moving Text(GetaKey)T "filespec" Character ASCII code No Echo
Key check (IsKey) I Char.Waitng Char.Waitng Get Char
Date and Time H 1=DoW 2=DoM 4=Mon 8=Yr 16=Hr 32=Min 64=Sec Sum/Cat
Keyboard BUffer U -- Length Caps/Num
''''''''Rithmetic (add) R Sum/Diff Sum/Diff Subtract
Clear (Blank) Screen B Old attribute HexAttr
Video mode/VGA border V Old mode/color VGA Border
--------- Disk and File Commands --------
Get file size (DIR=0) F filespecBytes/Hex Kilobytes Kb/10
Get disk free space K Kilobytes Kb/10 Kb/100
Get disk capacity Q Kilobytes Kb/10 Kb/100
Get volume label L Label 1=yes,0=no Match
Get current directory Y Directory Level/Drive Drive:A=0
--------- Memory and System Commands --------
Get Environment left E Bytes left Bytes left Bytes/10
Get memory free M Kilobytes Kilobytes Kb/10
Get/Set Break Flag BR Old flag None
Check for printer(PRN) P 1=yes,0=no 1=yes,0=no Initialize
Check 4DOS/Windows 4 1=yes,0=no 1=yes,0=no Windows
Get DOS version D Major Vers. MajorMinor MinorEnv
Check coprocessor/CPU 7 1=yes,0=no 1=yes,0=no CPU Type
Check ANSI.SYS/Model A 1=yes,0=no 1=yes,0=no PC Model
Warm/Cold Boot W If argument given then 1=warm, 0=cold ColdBoot
Surrogates: }=Carriage Return, ~=Escape, Alt-255=Space/Blank.
SWITCHES: /C Ctrl-Break, /U /L case, /M Master Env, /E Enhanced keys, /Vvar=
/X eXtended keys/Hex, /A prompt Attribute, /W Wait seconds/div
/B flush key Buffer, /TL /TR Trim, /~ Escape action for GET S, /V- No var
See GET.DOC for additional features and BATch programming instructions.

譬如红色那一项,我要检查e:盘的剩余空间,于是输入:
get k e: /Wdiv
却什么也没显示!不知道该怎么用?






作者: iceboy     时间: 2003-8-6 00:00
if errorlevel ...