The default character is Ctrl+F (0x06). Use a value of a space (0x20) to disable this
feature since the space isn??™t a valid control character. This value is of type REG_DWORD.
PathCompletionChar Defines the directory completion character (see the /F:ON command
line switch for details). The default character is Ctrl+D (0x04). Use a value of a space (0x20)
to disable this feature since the space isn??™t a valid control character. This value is of type
REG_DWORD.
104 CHAPTER 5 CREATING CMD AND BAT FILES
DelayedExpansion Specifies whether the command interpreter uses delayed variable expansion.
See the /V:ON command line switch description for additional information. This value is of
type REG_DWORD. Set it to enabled using a value of 0x1 and disabled using a value of 0x0.
Understanding Command Extensions
Command extensions are additional processing that the command interpreter provides for certain
commands. The effects vary by command, but generally the commands receive additional functionality.
In some cases, such as the del (erase) command, the extensions simply change the way
the command works. The following list describes the command extension changes to each of the
affected commands.
Pages:
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293