make-w32
[Top][All Lists]
Advanced

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

Passing quoted strings to bat files?


From: Angel Tsankov
Subject: Passing quoted strings to bat files?
Date: Fri, 1 Jul 2005 15:47:57 +0300

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

var := $(shell do_smth_with_citations.bat $(citations))     # does not work 
as desired
var := $(shell do_smth_with_citations.bat "$(citations)")   # does not work 
as desired, either

Other suggestions are welcome. 






reply via email to

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