|
| ||||||||||
| Tags: command prompt, folder |
![]() |
| | Thread Tools | Search this Thread |
|
#1
| ||||
| ||||
| Access a shared folder with command prompt?
I want to access a shared folder on my network with cmd console, I tried : Quote:
any help? |
|
#2
| ||||
| ||||
| Re: Access a shared folder with command prompt?
1. In your command prompt, a Quote:
Quote:
|
|
#3
| ||||
| ||||
| Re: Access a shared folder with command prompt?
I do not think you can directly access your shared folder from the command prompt. What you can do is create a network drive pointing to the shared resource. You can then access the shared folder via the network drive letter. To create a network drive with X: drive letter as: Code: net use x: \\192.168.1.198\documents Code: net help use |
|
#4
| ||||
| ||||
| Re: Access a shared folder with command prompt?
good evening, ok thank you for your help. another question: I have a folder structure that contains subfolders and each folder | Sub folder contains files. what I want to do is copy the architecture of the file but without copying their contents. example, if I Code: folder1> subfolder1 | subfolder2 .... folder2> subfolder22 .... File ... |
|
#5
| ||||
| ||||
| Re: Access a shared folder with command prompt?
Try the xcopy command with the / T. Code: xcopy source destination / T Code: xcopy /? |
![]() |
|
| Thread Tools | Search this Thread |
| |
Similar Threads for: "Access a shared folder with command prompt?" | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| how to access to a shared folder on a NAS server | Manik | Active Directory | 2 | 06-05-2010 04:26 PM |
| Command prompt not working and Folder options not showing | efyuze | Operating Systems | 1 | 25-01-2010 09:23 AM |
| Access Denied in Win Vista's command prompt | Salome | Operating Systems | 2 | 23-02-2009 06:02 PM |
| Block Access to Command Prompt in windows xp | pushpendra | Operating Systems | 3 | 12-01-2009 09:30 AM |
| How to delete folder from the command prompt? | Jack | Vista Help | 7 | 07-03-2008 10:13 AM |