This page (revision-7) was last changed on 03-Feb-2023 15:21 by Stefan Haubenthal 

This page was created on 09-Mar-2010 15:49 by Carsten Strotmann

Only authorized users are allowed to rename pages.

Only authorized users are allowed to delete pages.

Page revision history

Version Date Modified Size Author Changes ... Change note
7 03-Feb-2023 15:21 53 KB Stefan Haubenthal to previous wikify
6 20-Feb-2012 11:56 53 KB Stefan Haubenthal to previous | to last backslashes removed
5 16-Feb-2012 15:57 53 KB Stefan Haubenthal to previous | to last wikify
4 26-Dec-2010 13:27 53 KB Carsten Strotmann to previous | to last
3 09-Mar-2010 15:57 53 KB Carsten Strotmann to previous | to last
2 09-Mar-2010 15:51 53 KB Carsten Strotmann to previous | to last
1 09-Mar-2010 15:49 53 KB Carsten Strotmann to last

Page References

Incoming links Outgoing links

Version management

Difference between version and

At line 70 changed one line
There are two wildcard characters which may be used within file names (both the primary and the extender): the question mark "?" and the star "\*".
There are two wildcard characters which may be used within file names (both the primary and the extender): the question mark "?" and the star "*".
At line 76 changed one line
The star "\*" is equivalent to padding the rest of the field (primary or extender) with question marks.
The star "*" is equivalent to padding the rest of the field (primary or extender) with question marks.
At line 78 changed one line
Example, "D:WH\*" will match "D:WHO" and "D:WHEN" but not "D:WAVE".
Example, "D:WH*" will match "D:WHO" and "D:WHEN" but not "D:WAVE".
At line 80 changed one line
filespec "D:\*.BAS" will match all file names with extender ".BAS", and "D:\*.\*" will match anything.
filespec "D:*.BAS" will match all file names with extender ".BAS", and "D:*.*" will match anything.
At line 323 changed one line
rules: an extender which contains a wildcard will not match an extender of ".SYS" or ".COM". For example, "\*.\*" refers to all files except those ending in ".SYS" or ".COM", while "\*.COM" refers to all files whose names end in ".COM". When you have done this, the duplicate operation will proceed. If you specify the same drive as both source and destination, the DUP informs you that swapping is required and asks how many copies you want to make. Respond with a number from 1 to (The number defaults to 1 if you press RETURN.) When you specify the number of copies, you may place the option "/R" after the number (for example, you may type "3/R"). The /R option specifies that the drive is to be reconfigured each time disks are swapped. This makes it possible to move files between disks of different types (e.g., between single- and double-density disks) even if you have only one disk drive. If you choose the /R option, the DUP asks you to specify the drive configuration to be used for the source disk and the configuration to be used for the destination disk(s). Each time, DUP displays a menu of configurations to choose from. Next, the DUP asks for the names of the files to be copied. Respond by entering one or more file names, separated by commas, as previously described. The DUP then asks you to insert the source disk. When you have done so, it reads in as many of the specified source files as will fit into memory and then asks you insert the destination disk. Once you've done that, the data in memory is written out. If you requested more than one copy, the DUP asks you to insert the second destination disk and again the data in memory is written out. The DUP continues to ask for destination disks until it has written onto each of them. At this point, if all of the specified source disk files have been written then the operation ends. If not, the DUP asks you to reinsert the source disk, and the above steps are repeated until all of the specified files have been written onto each destination disk.
rules: an extender which contains a wildcard will not match an extender of ".SYS" or ".COM". For example, "*.*" refers to all files except those ending in ".SYS" or ".COM", while "*.COM" refers to all files whose names end in ".COM". When you have done this, the duplicate operation will proceed. If you specify the same drive as both source and destination, the DUP informs you that swapping is required and asks how many copies you want to make. Respond with a number from 1 to (The number defaults to 1 if you press RETURN.) When you specify the number of copies, you may place the option "/R" after the number (for example, you may type "3/R"). The /R option specifies that the drive is to be reconfigured each time disks are swapped. This makes it possible to move files between disks of different types (e.g., between single- and double-density disks) even if you have only one disk drive. If you choose the /R option, the DUP asks you to specify the drive configuration to be used for the source disk and the configuration to be used for the destination disk(s). Each time, DUP displays a menu of configurations to choose from. Next, the DUP asks for the names of the files to be copied. Respond by entering one or more file names, separated by commas, as previously described. The DUP then asks you to insert the source disk. When you have done so, it reads in as many of the specified source files as will fit into memory and then asks you insert the destination disk. Once you've done that, the data in memory is written out. If you requested more than one copy, the DUP asks you to insert the second destination disk and again the data in memory is written out. The DUP continues to ask for destination disks until it has written onto each of them. At this point, if all of the specified source disk files have been written then the operation ends. If not, the DUP asks you to reinsert the source disk, and the above steps are repeated until all of the specified files have been written onto each destination disk.
At line 506 changed one line
# In response to the prompt "GIVE NAME(S) OF FILE(S) TO MOVE", type "\*.COM,\*.\*" and press RETURN.
# In response to the prompt "GIVE NAME(S) OF FILE(S) TO MOVE", type "*.COM,*.*" and press RETURN.