How can I use the batch process from the command line with spaces in folder path?Trying to batch convert files that exist spaces in folder path; when the path is read in DOS prompt, error "invalid argument" is displayed, as it does not recognize spaces.
Product: MicroStation V8 2004 EditionVersion: 08.05.02.35Area: Batch Processing
Quotation marks must be used and they most enclose the entire argument.
For example if test.bcnv file exist in a folder with a space (G:\Folder with space\)Use the following syntax: ustation -wabatchconvert "-iG:\Folder with space\test.bcnv"