http://bugs.winehq.org/show_bug.cgi?id=18316 Summary: Word Pro: dashed "-" in parameters not resolved in command line Product: Wine Version: 1.1.20 Platform: PC OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: P3 Component: -unknown AssignedTo: wine-bugs(a)winehq.org ReportedBy: ToddAndMargo(a)verizon.net Hi All, If I have a directory name with dashes in it ("a-b-c"), I can not get Word Pro to recognize it as a valid parameter. This does not work: sh -c "/bin/mount /mnt/TripStick; cd /home/wine/drive_c/lotus/wordpro; /usr/local/bin/wine ./wordpro.exe 'z:\home\a-b-c\Test.lwp'" This also does not work: sh -c "/bin/mount /mnt/TripStick; cd /home/wine/drive_c/lotus/wordpro; /usr/local/bin/wine ./wordpro.exe z:\\home\\a-b-c\\Test.lwp'" Or this: sh -c "/bin/mount /mnt/TripStick; cd /home/wine/drive_c/lotus/wordpro; /usr/local/bin/wine ./wordpro.exe z:\\home\\a\-b\-c\\Test.lwp" But this does work: $ ln -s /home/a-b-c /home/abc sh -c "/bin/mount /mnt/TripStick; cd /home/wine/drive_c/lotus/wordpro; /usr/local/bin/wine ./wordpro.exe 'z:\home\abc\Test.lwp'" -- Configure bugmail: http://bugs.winehq.org/userprefs.cgi?tab=email Do not reply to this email, post in Bugzilla using the above URL to reply. ------- You are receiving this mail because: ------- You are watching all bug changes.