Aliens vs Predator 2 through wine, comand line question

I installed this game, and all seems to work fine, I can even join online servers.

There seems to be a weird issue though. When playing the single player missions, save game does not work, although the game says its saving the game.

After some google searching I found this:

https://wiki.winehq.org/Wine_User's_Guide#How_to_run_Windows_programs_from_the_command_line

Example:

cd '.wine/drive_c/Games/Tron'
wine tron.exe 

So I opened up the command-line and try to get to the AvP2 folder, to see if I can get any hints by starting it from the commandline, but:

guus@linux-2ls4:~> cd .wine
guus@linux-2ls4:~/.wine> ls
dosdevices  drive_c  system.reg  userdef.reg  user.reg
guus@linux-2ls4:~/.wine> cd drive_c/
guus@linux-2ls4:~/.wine/drive_c> ls
ProgramData  Program Files  Program Files (x86)  users  windows
guus@linux-2ls4:~/.wine/drive_c> cd Program Files (x86)
bash: syntaxfout nabij onverwacht symbool '('
guus@linux-2ls4:~/.wine/drive_c> cd Program Files x86
bash: cd: te veel argumenten
guus@linux-2ls4:~/.wine/drive_c> cd Program Files
bash: cd: te veel argumenten
guus@linux-2ls4:~/.wine/drive_c> ls
ProgramData  Program Files  Program Files (x86)  users  windows
guus@linux-2ls4:~/.wine/drive_c> cd Program Files(x86)
bash: syntaxfout nabij onverwacht symbool '('
guus@linux-2ls4:~/.wine/drive_c> ls
ProgramData  Program Files  Program Files (x86)  users  windows
guus@linux-2ls4:~/.wine/drive_c> cdProgram Files (x86)
bash: syntaxfout nabij onverwacht symbool '('
guus@linux-2ls4:~/.wine/drive_c> cd Program Files (x86)
bash: syntaxfout nabij onverwacht symbool '('
guus@linux-2ls4:~/.wine/drive_c> cd Program Files
bash: cd: te veel argumenten
guus@linux-2ls4:~/.wine/drive_c> cd Program Files (x86)
bash: syntaxfout nabij onverwacht symbool '('
guus@linux-2ls4:~/.wine/drive_c> cd Program Files x86
bash: cd: te veel argumenten
guus@linux-2ls4:~/.wine/drive_c> 

What am I doing wrong?

It seems it does not like the x86 between brackets ?

I found an solution :open_mouth:

Through google.

Instead of

cd  Program Files (x86) 

Do:

cd "Program Files (x86)"