• How to Access My Local Drive While in Remote Deskt

    Home » Forums » Networking – routers, firewalls, network configuration » How to Access My Local Drive While in Remote Deskt

    Author
    Topic
    #407800

    XP SP-1 Prof

    I have an XP computer that is configured with a Remote Desktop Connections via the Internet to connect to a Windows Server 2003 Standard Edition computer.

    When I make my connection as administrator to the Windows Server 2003 computer and go to a cmd.exe prompt and type net use I see the following:

    OK F: col1Vol1 Microsoft Windows Network
    OK R: col1Assessor Microsoft Windows Network
    OK Z: col1Public Microsoft Windows Network

    I want to be able to copy files back and forth with copy command while at a cmd.exe prompt.

    How do I configure the connection so I can see my C: drive when I

    Viewing 5 reply threads
    Author
    Replies
    • #863991

      Is this question in the correct forum?

    • #863992

      Is this question in the correct forum?

    • #864300

      What is your computer name? Is it the “col1” you have stated?

      • #864435

        The names in the list are what’s available on the server, my computer name is WinXPSer1 and is not in the list.

        My question is how do I get my computer name WinXPSer1 in the list so I can map a see my local C & D drives on client computer?

        John

        • #864653

          You should be able to use the command

          net use h: WinXPSer1c$

          Of course, replacing whatever drive letter you need on the remote box for the “H:”. In a similar fashion, use d$ for the d drive when mapping.

          • #864710

            Hi Chris

            I’m getting the following:

            C:Documents and SettingsAdministrator>net use v: winxpser1c$
            System error 67 has occurred.

            The network name cannot be found.

            Any other thoughts?

            John

          • #864711

            Hi Chris

            I’m getting the following:

            C:Documents and SettingsAdministrator>net use v: winxpser1c$
            System error 67 has occurred.

            The network name cannot be found.

            Any other thoughts?

            John

        • #864654

          You should be able to use the command

          net use h: WinXPSer1c$

          Of course, replacing whatever drive letter you need on the remote box for the “H:”. In a similar fashion, use d$ for the d drive when mapping.

      • #864436

        The names in the list are what’s available on the server, my computer name is WinXPSer1 and is not in the list.

        My question is how do I get my computer name WinXPSer1 in the list so I can map a see my local C & D drives on client computer?

        John

    • #864301

      What is your computer name? Is it the “col1” you have stated?

    • #864712

      We would need to know a lot more about how both of these computers connect to the internet to help you. Are you using some kind of VPN connectivity, or do both computers simply connect directly to the Internet? What types of firewall are in use at both ends?

      StuartR

      • #866624

        Stuart

        The only way I can see my local F: drive is to perform the following:

        1. Connect to the Internet, AOL, modem dialup

        2. Click Start, Settings, Network Connections, VPN connection City of Lackawanna, Connect – Connecting to, Verifying,
        Registering

        3. Click Start, Programs, Accessories, Communications, Remote Desktop Connection, Select Remote Connection,
        Connect

        4. Go to a Command Prompt on Remote Desktop

        5. Type NetNbs.bat

        H:>Net Use /Yes V: WinXpSer1F
        The command completed successfully.

        Is there any way to streamline this process?

        Thanks, John

        • #866630

          John,

          I have a feeling I’m being a bit slow today. Can I summarise what I think you are asking…

          • You have a local PC called WinXPSer1
          • You have a server called col1
          • WinXPSer1 connects to the internet and then, via VPN to the network where col1 is
          • The user on WinXPSer1 establishes a remote desktop connection to col1, over the VPN link
          • You run a BAT file on col1 to connect the F: drive on WinXPSer1 as network drive V: on col1
            [/list]If I am correct then I can’t see any obvious way to “streamline” this. You should be able to set up your VPN connection so that it automatically dials the AOL dialup connection when it needs to connect, which might save a few seconds, but that’s about all.

            Does everything work the way it should when you have connected or is there a problem (other than a desire to have a streamlined process)?

            StuartR

            Edited to add
            If the only reason for the Remote Desktop connection is to run the BAT file then you may be able to do something with the AT command instead, if this is enabled on the server.

          • #866675

            Stuart

            Your right on.

            What I am trying to accomplish is run apps from the remote desktop. Then go to a cmd prompt.

            Then run a batch file that zips some files on remote server, then copies them back to my local hard drive.

            My prior experience is with Citrix, after making a one click Citrix connection to its desktop (everythings mapped) I can run apps and transfer file back and forth.

            To accomplish same with Remote Desktop it looks like I have to make a VPN connection first then run Remote Desktop, then manually map my local drive to accomplish same.

            Everything works fine after jumping through the extra hoops

            Thanks, John

          • #866676

            Stuart

            Your right on.

            What I am trying to accomplish is run apps from the remote desktop. Then go to a cmd prompt.

            Then run a batch file that zips some files on remote server, then copies them back to my local hard drive.

            My prior experience is with Citrix, after making a one click Citrix connection to its desktop (everythings mapped) I can run apps and transfer file back and forth.

            To accomplish same with Remote Desktop it looks like I have to make a VPN connection first then run Remote Desktop, then manually map my local drive to accomplish same.

            Everything works fine after jumping through the extra hoops

            Thanks, John

        • #866631

          John,

          I have a feeling I’m being a bit slow today. Can I summarise what I think you are asking…

          • You have a local PC called WinXPSer1
          • You have a server called col1
          • WinXPSer1 connects to the internet and then, via VPN to the network where col1 is
          • The user on WinXPSer1 establishes a remote desktop connection to col1, over the VPN link
          • You run a BAT file on col1 to connect the F: drive on WinXPSer1 as network drive V: on col1
            [/list]If I am correct then I can’t see any obvious way to “streamline” this. You should be able to set up your VPN connection so that it automatically dials the AOL dialup connection when it needs to connect, which might save a few seconds, but that’s about all.

            Does everything work the way it should when you have connected or is there a problem (other than a desire to have a streamlined process)?

            StuartR

            Edited to add
            If the only reason for the Remote Desktop connection is to run the BAT file then you may be able to do something with the AT command instead, if this is enabled on the server.

      • #866625

        Stuart

        The only way I can see my local F: drive is to perform the following:

        1. Connect to the Internet, AOL, modem dialup

        2. Click Start, Settings, Network Connections, VPN connection City of Lackawanna, Connect – Connecting to, Verifying,
        Registering

        3. Click Start, Programs, Accessories, Communications, Remote Desktop Connection, Select Remote Connection,
        Connect

        4. Go to a Command Prompt on Remote Desktop

        5. Type NetNbs.bat

        H:>Net Use /Yes V: WinXpSer1F
        The command completed successfully.

        Is there any way to streamline this process?

        Thanks, John

    • #864713

      We would need to know a lot more about how both of these computers connect to the internet to help you. Are you using some kind of VPN connectivity, or do both computers simply connect directly to the Internet? What types of firewall are in use at both ends?

      StuartR

    Viewing 5 reply threads
    Reply To: How to Access My Local Drive While in Remote Deskt

    You can use BBCodes to format your content.
    Your account can't use all available BBCodes, they will be stripped before saving.

    Your information: