Search found 3 matches

by certx1164
25 Jan 2016 14:45
Forum: DOS Batch Forum
Topic: Echoing paths to log file shows \\ in path names instead of \
Replies: 6
Views: 6041

Re: Echoing paths to log file shows \\ in path names instead of \

What program is executing your batch file? The only way the slashes would be getting doubled is if they were passed to the batch file that way. Maybe disregard my previous reply. I just did a few tests...using \, \\, \\\, and /\, as folder delimiters... seems those all work just fine with a windows...
by certx1164
25 Jan 2016 14:27
Forum: DOS Batch Forum
Topic: Echoing paths to log file shows \\ in path names instead of \
Replies: 6
Views: 6041

Re: Echoing paths to log file shows \\ in path names instead of \

What program is executing your batch file? The only way the slashes would be getting doubled is if they were passed to the batch file that way. It's being launched by the Axway Secure Client software. The command to do so is: x:\BatchFiles\movefile.bat %f d:\ftpdata\entkmonitor Where %f is the curr...
by certx1164
25 Jan 2016 11:39
Forum: DOS Batch Forum
Topic: Echoing paths to log file shows \\ in path names instead of \
Replies: 6
Views: 6041

Echoing paths to log file shows \\ in path names instead of \

I have a batch file that moves a downloaded file after a download in Axway Secure Client. My batch file moves the file from the download destination folder to a "hot folder" (monitored by other application) where it is immediately processed. The batch file also echo's various output into a...