|
From: Tim S. <sta...@ve...> - 2007-06-19 16:15:30
|
Andrzej Ziarkowski wrote: > Hallo, > > i'm totally newbie with sed/MSYS. I tried to madofy one simply batch file, but i got problems with path convertion. > > I have "small problem" with sed in my windows batch file: the output file is not included any slash in the file path. > I mean that from my variable UNLOADFILE "C:\Temp\biblio.001" sed is making "C:Tempbiblio.001". > I suggest these things to try instead of "C:\Temp\biblio.001" 1. "C:\\Temp\\biblio.001" 2. "C:/Temp/biblio.001" 3. "/C/Temp/biblio.001" 4. "/C:/Temp/biblio.001" Tim S |