make-w32
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Passing quoted strings to bat files?


From: Paul D. Smith
Subject: Re: Passing quoted strings to bat files?
Date: Fri, 1 Jul 2005 09:32:01 -0400

%% "Angel Tsankov" <address@hidden> writes:

  at> I have a list of citations (e.g. citations = "This is citation 1"
  at> "This is citation 2" "This is citation 3") and I want to pass this
  at> variable as the first argument to a batch file. I've already tried
  at> this:

  at> var := $(shell do_smth_with_citations.bat $(citations))
  at> var := $(shell do_smth_with_citations.bat "$(citations)")

Well, the second method you show here works in UNIX with UNIX shell
scripts.  I think you need Windows-specific advice here.

-- 
-------------------------------------------------------------------------------
 Paul D. Smith <address@hidden>          Find some GNU make tips at:
 http://www.gnu.org                      http://make.paulandlesley.org
 "Please remain calm...I may be mad, but I am a professional." --Mad Scientist




reply via email to

[Prev in Thread] Current Thread [Next in Thread]