What syntax should be used to run the imexutil.bat on Windows where directory name contains space(s)?
E.g.
D:\CAWA_12\bin>imexutil.bat -h dehost -p 7500 -u user1234 -w password -c "exportcalendar -outdir d:\Export 12\ArtiFacts"
OS: MS Windows
Release: DSWAHA01300-12-Workload Automation DE-High Availability
Component:
The imexutil.bat parameters with directory name that contains space(s) need to be in double quotes.
Use double quotes around the directory name. The backslash \ is also required before the double quote.
E.g.
D:\CAWA_12\bin>imexutil.bat -h dehost -p 7500 -u user1234 -w passwrd -c "exportcalendar -outdir \"d:\Export 12\ArtiFacts\""