in reply to Re: Access a particular drive on windows server
in thread Access a particular drive on windows server

Thanks for the reply monk. Sorry, I am using the server : AX-RISCVMCRYS02

When i ran the command dir \\AX-RISCVMCRYS02\C$\CALC on the command prompt.
I am getting the same error

Same error as the perl file:

The system cannot find the file specified.
\\AX-RISCVMCRYS02\C$\CALC

  • Comment on Re^2: Access a particular drive on windows server

Replies are listed 'Best First'.
Re^3: Access a particular drive on windows server
by Anonymous Monk on Apr 24, 2014 at 14:50 UTC

    Then the error you're seeing in Perl is actually coming from your OS, and you need to solve that problem first. Since we don't know anything about your network setup, your network administrator will likely be of much more help. (Just an idea, you may need to supply login credentials and/or mount the network share via something like net use.)