|
Posted by Roy Harvey on 03/27/07 11:51
On 26 Mar 2007 18:11:09 -0700, "Amber" <guxiaobo1982@gmail.com> wrote:
> @command=N'E:
>cd E:\firefly
>copy a.txt b.txt',
If these were in a bat file and you executed the bat file that should
work.
However, you are trying to execute all three commands as one, and I
believe that is the problem. You can only execute one command.
In some versions of Windows there is an option for stacking multiple
commands on a single line. I have not used it, but you might explore
using &, or &&. If that works @command would look like
@command=N'E:&cd E:\firefly© a.txt b.txt',
Roy Harvey
Beacon Falls, CT
Navigation:
[Reply to this message]
|