Problems with spaces in command line file names

Post your bug reports here.
Post Reply
Rulonv

Problems with spaces in command line file names

Post by Rulonv »

When using the following command line syntax

wincmp3.exe [ first_file second_file [result_file] /i=UserName] [options]

CompareIt cannot determine the correct file name if either 'first_file' or 'second_file' has a space character in its filename.

Is there a fix for this?

grigsoft
Site Admin
Posts: 1673
Joined: Tue Sep 23, 2003 7:37 pm
Contact:

Post by grigsoft »

Have you tried using quotes:
wincmp3.exe "long file name" "another one"

Post Reply