- Basic command-line question
- Posted by Knack on November 3rd, 2005
How does one describe that the command applies not only to the subdirectory,
but all of the files within that subdirectory too? What is the code that is
tacked onto the end of the path in order to to specify that?
- Posted by GTS on November 3rd, 2005
That depends on the command. Some such as dir use /s to include
subdirectories. Some commands have no such option at all. In a command
prompt running thecommand /? shows a help screen.
--
"Knack" <zymatic@NOSPAMyahoo.com> wrote in message
news:%23jG6XwC4FHA.2600@tk2msftngp13.phx.gbl...
> How does one describe that the command applies not only to the
> subdirectory, but all of the files within that subdirectory too? What is
> the code that is tacked onto the end of the path in order to to specify
> that?
>
- Posted by Knack on November 3rd, 2005
I'm using the command ntbackup. The WinXP command-line reference doesn't
mention how to express that.
"GTS" <x> wrote in message news:OlBoq8C4FHA.820@tk2msftngp13.phx.gbl...
> That depends on the command. Some such as dir use /s to include
> subdirectories. Some commands have no such option at all. In a command
> prompt running thecommand /? shows a help screen.
> --
>
> "Knack" <zymatic@NOSPAMyahoo.com> wrote in message
> news:%23jG6XwC4FHA.2600@tk2msftngp13.phx.gbl...
>> How does one describe that the command applies not only to the
>> subdirectory, but all of the files within that subdirectory too? What is
>> the code that is tacked onto the end of the path in order to to specify
>> that?
>>
>
>
- Posted by GTS on November 3rd, 2005
When you select to backup a directory in ntbackup it will always include all
files in all subdirectories.
This isn't explicitly explained in the command line reference (probably
because it's typical of most backup software) under parameters but is
covered under Using batch files to back up data- Using ntbackup backup
command, you can back up entire folders only.....
--
"Knack" <zymatic@NOSPAMyahoo.com> wrote in message
news:ufGf3IF4FHA.2828@tk2msftngp13.phx.gbl...
> I'm using the command ntbackup. The WinXP command-line reference doesn't
> mention how to express that.
>
> "GTS" <x> wrote in message news:OlBoq8C4FHA.820@tk2msftngp13.phx.gbl...
>> That depends on the command. Some such as dir use /s to include
>> subdirectories. Some commands have no such option at all. In a command
>> prompt running thecommand /? shows a help screen.
>> --
>>
>> "Knack" <zymatic@NOSPAMyahoo.com> wrote in message
>> news:%23jG6XwC4FHA.2600@tk2msftngp13.phx.gbl...
>>> How does one describe that the command applies not only to the
>>> subdirectory, but all of the files within that subdirectory too? What is
>>> the code that is tacked onto the end of the path in order to to specify
>>> that?
>>>
>>
>>
>
>