1

I'm having situation like this:

I have a machine, whitch uses MS-DOS to get data how to build things and so on. I Have installed TCP/IP client, drivers for network card and other stuff required to use TCP. My goal that that MS-DOS machine can reach and get data from Server 2003 R2 over TCP/IP

My problem:

When I try to map a disk form 2003 R2 server is says access denied and I can't find any configurations for this. Maybe you know how to give access for it?

I can ping Server 2003 R2 and reach

user9517
  • 115,471
  • 20
  • 215
  • 297
gedO
  • 267
  • 1
  • 4
  • 12

1 Answers1

3

Maybe try using net use and include the credentials. Something like this.

Net use F: \\Address\To\Folder Password /user:Domain\Username
Jesse Paxson
  • 148
  • 5
  • No luck, says /user:... option unknown – gedO May 22 '12 at 08:29
  • If you type "net use /?" What does it display? Any reference to /user:? Also, try mapping to the share only and not to a folder inside the share... See if you get the same results. – Jesse Paxson May 22 '12 at 15:56
  • I created a DOS 6.22 VM to test with and it appears as though NET.EXE in 6.22 does not support the /user option... Looking for an alternative though. – Jesse Paxson May 22 '12 at 20:10
  • Yes, it dosn't understand /user in DOS 6.22 – gedO May 24 '12 at 05:53