Search found 1 match

by miraqi
15 Aug 2007 15:11
Forum: DOS Batch Forum
Topic: Quotes problem
Replies: 2
Views: 8351

Quotes problem

Hi, I am troubled with this problem, please help. let s assume the batch file called cityear.bat contains the following: :::start of file @ECHO OFF SET cn=Nabeul FOR %%Y IN (0203 0304 0405 0506) DO ( ECHO "define !ville () '%cn%' !enddefine."> cityear_%%Y.sps ECHO "define !annee () '%...