- Error-INVALID DRIVE IN SEARCH PATH
- Posted by ankit2014@gmail.com on May 10th, 2007
Hello Friends,
Myself is Ankit Patel.I want one error's solution.i have windows Nt
server.one folder create in it's drive.this folder map in all users
systems. and give full control to all domain users.in this folder our
DOS program run.
Now problem is that when i run this program from some users system so
it's working ok.but when i run some others users system its give error
"INVALID DRIVE IN SEARCH PATH".i check script of this user map drive
is ok and its same that user in whose ststem's run this program ok.so
pls give me solution of this problem as soon as possible.
Regards,
Ankit Patel.
- Posted by Pegasus \(MVP\) on May 10th, 2007
<ankit2014@gmail.com> wrote in message
news:1178779473.692472.49230@h2g2000hsg.googlegrou ps.com...
Check your %path%. In includes a drive letter that is not currently
mapped on the user's PC.
- Posted by ankit2014@gmail.com on May 10th, 2007
On May 10, 11:53 am, "Pegasus \(MVP\)" <I...@fly.com> wrote:
I already clear that i check path is ok and ya if the path is wrong
then same user name other system open the programe.
- Posted by Pegasus \(MVP\) on May 10th, 2007
<ankit2014@gmail.com> wrote in message
news:1178796429.303577.93250@q75g2000hsh.googlegro ups.com...
Show us your path! The command echo %path% > c:\test.txt
will do it.
- Posted by ankit2014@gmail.com on May 11th, 2007
On May 10, 5:12 pm, "Pegasus \(MVP\)" <I...@fly.com> wrote:
i cant understand so write step by step procedure to do this.
- Posted by Pegasus \(MVP\) on May 11th, 2007
<ankit2014@gmail.com> wrote in message
news:1178864288.166878.26450@e65g2000hsc.googlegro ups.com...
Sorry, since you posted in a Server newsgroup, I assumed
that you were familiar with the Command Prompt and output
redirection. Here it is again:
1. Click Start / Run / cmd {OK}
2. Type these commands:
echo Path=%path% > c:\test.txt {Enter}
notepad c:\test.txt {Enter}
3. Press these keys on your keyboard:
Ctrl+A
Ctrl+C
4. Start a reply to this post.
5. Press Ctrl+V on your keyboard.