May I copy a file AND all his path?

V

Vincent

I try to explain - I have some files, say

Readme.txt
france.dbf
list.csv

in C:\dbf\recipes\Europe\France

I want to copy readme.txt and list .csv in A:\, but saving automatically
also its path, so the file will be put in

A:\dbf\recipes\Europe\France

Is it possible? I've only found a program to copy the path to the
clipoboard ... Thanks
 
B

Bob Adkins

I try to explain - I have some files, say

Readme.txt
france.dbf
list.csv

in C:\dbf\recipes\Europe\France

I want to copy readme.txt and list .csv in A:\, but saving automatically
also its path, so the file will be put in

A:\dbf\recipes\Europe\France

Is it possible? I've only found a program to copy the path to the
clipoboard ... Thanks


Use the Windows Explorer, create folders, drag and drop.

Bob
 
D

dszady

Path: news3.news.adelphia.net!router3.news.adelphia.net!feed.100proofnews.com.MISMATCH!in.100proofnews.com!tdsnet-transit!newspeer.tds.net!diablo.voicenet.com!proxad.net!news.tele.dk!news.tele.dk!small.news.tele.dk!irazu.switch.ch!switch.ch!newsmi-eu.news.garr.it!newsmi-us.news.garr.it!newsbo.news.garr.it!NewsITBone-GARR!newsfeed.cineca.it!not-for-mail
From: Vincent <[email protected]>
Newsgroups: alt.comp.freeware
Subject: May I copy a file AND all his path?
Date: Mon, 19 Jan 2004 11:40:31 +0000 (UTC)
Organization: CINECA
Lines: 19
Message-ID: <[email protected]>
NNTP-Posting-Host: nat-75-158.casaccia.enea.it
X-Trace: newsfeed.cineca.it 1074512431 19429 192.107.75.158 (19 Jan 2004 11:40:31 GMT)
X-Complaints-To: (e-mail address removed)
NNTP-Posting-Date: Mon, 19 Jan 2004 11:40:31 +0000 (UTC)
User-Agent: Xnews/L5
Xref: router3.news.adelphia.net alt.comp.freeware:215378

I try to explain - I have some files, say

Readme.txt
france.dbf
list.csv

in C:\dbf\recipes\Europe\France

I want to copy readme.txt and list .csv in A:\, but saving automatically
also its path, so the file will be put in

A:\dbf\recipes\Europe\France

Is it possible? I've only found a program to copy the path to the
clipoboard ... Thanks

Bob's idea is good.
Or if it is more complicated than you have indicated go to: alt.msdos.batch
 
R

Richard Steven Hack

I want to copy readme.txt and list .csv in A:\, but saving automatically
also its path, so the file will be put in

A:\dbf\recipes\Europe\France

The /T option of xxcopy will copy a directory structure including
empty directories. Then you can copy the files directly. I'm not
sure if it has an option to create intervening directories during a
copy operation. Linux/UNIX cp command can do that.

Find xxcopy here: www.xxcopy.com
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top