Skip to content
  • Categories
  • Recent
  • Tags
  • Popular
  • World
  • Users
  • Groups
Skins
  • Light
  • Cerulean
  • Cosmo
  • Flatly
  • Journal
  • Litera
  • Lumen
  • Lux
  • Materia
  • Minty
  • Morph
  • Pulse
  • Sandstone
  • Simplex
  • Sketchy
  • Spacelab
  • United
  • Yeti
  • Zephyr
  • Dark
  • Cyborg
  • Darkly
  • Quartz
  • Slate
  • Solar
  • Superhero
  • Vapor

  • Default (No Skin)
  • No Skin
Collapse
Code Project
  1. Home
  2. General Programming
  3. C / C++ / MFC
  4. Shared Folder Access

Shared Folder Access

Scheduled Pinned Locked Moved C / C++ / MFC
tutorial
3 Posts 3 Posters 0 Views 1 Watching
  • Oldest to Newest
  • Newest to Oldest
  • Most Votes
Reply
  • Reply as topic
Log in to reply
This topic has been deleted. Only users with topic management privileges can see it.
  • A Offline
    A Offline
    ashtwin
    wrote on last edited by
    #1

    How to access shared folder in a LAN

    A R 2 Replies Last reply
    0
    • A ashtwin

      How to access shared folder in a LAN

      A Offline
      A Offline
      Antony M Kancidrowski
      wrote on last edited by
      #2

      The folder will be accessable through its UNC name (Universal Naming Convention). If you have a computer called MyComputer and a shared windows directory called MyWindowsShare: \\MyComputer\MyWindowsShare Ant. I'm hard, yet soft.
      I'm coloured, yet clear.
      I'm fruity and sweet.
      I'm jelly, what am I? Muse on it further, I shall return!
      - David Walliams (Little Britain)

      1 Reply Last reply
      0
      • A ashtwin

        How to access shared folder in a LAN

        R Offline
        R Offline
        Rick Crone
        wrote on last edited by
        #3

        You could use the NET USE comand line utillity to assign a drive letter to the folder then access it just like you would a local drive. C:\Documents and Settings\rick>net use New connections will be remembered. Status Local Remote Network ----------------------------------------------------------------------------- OK J: \\MCL002\PCACE Microsoft Windows Network OK L: \\MCL001\LIS Microsoft Windows Network OK M: \\MCL002NT\NTDATA Microsoft Windows Network OK N: \\MCL001\LISDATA Microsoft Windows Network OK S: \\MCL001\SHARED Microsoft Windows Network OK W: \\MCL001\PROGRAMMING Microsoft Windows Network The command completed successfully.

        1 Reply Last reply
        0
        Reply
        • Reply as topic
        Log in to reply
        • Oldest to Newest
        • Newest to Oldest
        • Most Votes


        • Login

        • Don't have an account? Register

        • Login or register to search.
        • First post
          Last post
        0
        • Categories
        • Recent
        • Tags
        • Popular
        • World
        • Users
        • Groups