rdoc under Windows: --exclude pattern

B

Burkhard Boerner

Hello,

I need a little help:
under UNIX the pattern for the --exclude option works well
( --exclude \/base\|hidden\/ ),
but under Windows (Batch-File) ==> "hidden is not a command ..."

Can someone me help to write a correct pattern working under Windows?

regards

Burkhard
 
N

nobu

Hi,

At Fri, 20 Jan 2006 22:53:54 +0900,
Burkhard Boerner wrote in [ruby-talk:176254]:
I need a little help:
under UNIX the pattern for the --exclude option works well
( --exclude \/base\|hidden\/ ),
but under Windows (Batch-File) ==> "hidden is not a command ..."

--exclude "base|hidden"
or
--exclude base --exclude hidden
 

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

Members online

No members online now.

Forum statistics

Threads
474,202
Messages
2,571,055
Members
47,659
Latest member
salragu

Latest Threads

Top