Community technical support mailing list was retired 2010 and replaced with a professional technical support team. For assistance please contact: Pre-sales Technical support via email to sales@march-hare.com.
I am assuming that what your trying to pass in is a specific path which contains spaces. If this is the case then I would expect you to do the following which is standard for Windows 2000 & above & if you still have it even Windows 95/98/Me with Fat32 partitions. test.bat "C:/This is a/Path which contains/Space and should/Be the first parameter" "C:/Another/Path with spaces" Therefore if test.bat contained the following echo Var1=%1 echo Var2=%2 would produce the following output Var1="C:/This is a/Path which contains/Space and should/Be the first parameter" Var2="C:/Another/Path with spaces" Cheers, Brian "Bruno de Lima Pulier" <bpulier at hotmail.com> wrote in message news:mailman.902.1139483859.17086.cvsnt at cvsnt.org... > Hi, > > > > I need to use the CVSMailer and I think that I configured all > the files that I need. But when I commit a file it look's like the program > can not find the CVSRepositoryPath. Here is the log message: > > > > 20060208 15:59:05 -------- CVSMailer Ver: 1.5.2.41 -------- > > 20060208 15:59:05 DEBUG: Parameter 1: -m1500386800 > > 20060208 15:59:05 DEBUG: Parameter 2: Bruno.Pulier > > 20060208 15:59:05 DEBUG: Parameter 3: /1256 > > 20060208 15:59:05 Mail send, but first wait for a while (10 s) > > 20060208 15:59:15 Wait over, now send email. > > 20060208 15:59:15 DEBUG: CVSNT version is: 2.5.2.2115 > > 20060208 15:59:15 DEBUG: CVS Temp dir: D:\temp_cvs > > 20060208 15:59:15 DEBUG: CVSNT temp dir for this commit: Existing=0 > > 20060208 15:59:15 DEBUG: CVSRepositoryPath: > > 20060208 15:59:15 DEBUG: CVSROOT read from command line: /1256 > > 20060208 15:59:15 DEBUG: Reading the CVSROOT for weblinks from ini file. > Using this key: > > 20060208 15:59:15 DEBUG: Could not find value in section "WebLinkRoots" , > now trying > > 20060208 15:59:15 DEBUG: Could not find value in section "WebLinkRoots", > now trying section "FileLinks" and > > 20060208 15:59:15 DEBUG: Could not find value in section "FileLinks" , now > trying > > 20060208 15:59:15 DEBUG: Root name not found in ini file, going to use > CVSROOT instead! > > 20060208 15:59:15 DEBUG: Starting delayed send > > 20060208 15:59:15 DEBUG: CVSTEMP= C:\CVSMailer\temp > > 20060208 15:59:15 DEBUG: Temp dir exists: C:\CVSMailer\temp > > 20060208 15:59:15 DEBUG: Mail temp dir= 1500386800 > > 20060208 15:59:15 DEBUG: CVS full temp dir = > C:\CVSMailer\temp\#1500386800#\ > > 20060208 15:59:15 DEBUG: CVSNT version is: 2.5.2.2115 > > 20060208 15:59:15 DEBUG: CVS Temp dir: D:\temp_cvs > > 20060208 15:59:15 DEBUG: CVSNT temp dir for this commit: Existing=0 > > 20060208 15:59:15 DEBUG: CVSRepositoryPath: > > 20060208 15:59:15 DEBUG: CVSROOT read from command line: /1256 > > 20060208 15:59:15 DEBUG: Reading the CVSROOT for weblinks from ini file. > Using this key: > > 20060208 15:59:15 DEBUG: Could not find value in section "WebLinkRoots" , > now trying > > 20060208 15:59:15 DEBUG: Could not find value in section "WebLinkRoots", > now trying section "FileLinks" and > > 20060208 15:59:15 DEBUG: Could not find value in section "FileLinks" , now > trying > > 20060208 15:59:15 DEBUG: Root name not found in ini file, going to use > CVSROOT instead! > > 20060208 15:59:15 DEBUG: CVSMailer sending mail > > 20060208 15:59:15 DEBUG: Failed loading temp files > > > > Can anybody help me??? > > > > Thanks. > > > > Bruno de Lima Pulier > >