DOS Shell Syntax
Posted: Wed Jun 25, 2008 1:36 pm
Hi All,
I am having a DOS Shell issue which some of you may be able to help with.
When writing the code and referencing another server within the code, can you simply use the drive letter you have mapped to or do you need the full UNC path within the script ? For example:
dir d:
or
dir \\otherserver\c$
where d is the drive letter mapping the other server to the one the script is running on.
Thanks
Ajay
I am having a DOS Shell issue which some of you may be able to help with.
When writing the code and referencing another server within the code, can you simply use the drive letter you have mapped to or do you need the full UNC path within the script ? For example:
dir d:
or
dir \\otherserver\c$
where d is the drive letter mapping the other server to the one the script is running on.
Thanks
Ajay