Hidden features of Windows batch files -
what of lesser know, important , useful features of windows batch files?
guidelines:
- one feature per answer
- give both short description of feature , example, not link documentation
- limit answers native funtionality, i.e., not require additional software, windows resource kit
clarification: refer here scripts processed cmd.exe, default on winnt variants.
(see also: windows batch files: .bat vs .cmd?)
line continuation:
call c:\windows\system32\ntbackup.exe ^ backup ^ /v:yes ^ /r:no ^ /rs:no ^ /hc:off ^ /m normal ^ /l:s ^ @daily.bks ^ /f daily.bkf
Comments
Post a Comment