FC

J

Jean Pierre Daviau

Hi gurus,

I have created 2 directories with the same files.txt in it.

Then I have typed >FC G G2

I receive a file not found error.
The files are there.

--
Thanks for your attention.

Jean Pierre Daviau
--
Easyphp1.8 with Apache1.3.24
Server version: Apache/2.0.55
Server built: Oct 9 2005 19:16:56
DEVC++, borland 5.5
windows Xp
asus p4 s533/333/133
Intel(R) Celeron (R) CPU 2.00 GHz
Processor Radeon7000 0x5159 agp
http://www.jeanpierredaviau.com
 
F

foxidrive

Hi gurus,

I have created 2 directories with the same files.txt in it.

Then I have typed >FC G G2

I receive a file not found error.
The files are there.

FC G\*.* G2\*.*
 
B

billious

Jean Pierre Daviau said:
Hi gurus,

I have created 2 directories with the same files.txt in it.

Then I have typed >FC G G2

I receive a file not found error.
The files are there.

--
Thanks for your attention.

Jean Pierre Daviau
--

Well, assuming that "G" and "G2" are your directories and you typed

FC G G2

at the prompt

then FC will give you the misleading error "FC: cannot open G - No such file
or folder" (where G is a directory.)

If you ask for FC's syntax with

FC /?

from the prompt, then you'll find that FC REQUIRES two filenames or
filemasks.

Perhaps you meant

FC G\* G2\*
OR
FC .\G\* .\G2\*

which specifies which Files to Compare
 

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

Similar Threads


Top