View Full Version : where are cedegas games located?
dabear
May 20th, 2005, 08:01 PM
Ok, so I installed steam through cedega, and it seems to work well. But when I restart my computer, where can I now find steam?
sethmahoney
May 20th, 2005, 08:02 PM
At the terminal, type
cd ~/.transgaming/c_drive/"Program Files"
Don't forget the quotes!
pdk001
May 21st, 2005, 01:29 AM
how does directory has blank(like program files) move there?
sethmahoney
May 22nd, 2005, 09:42 PM
how does directory has blank(like program files) move there?
Surround it in quotes. Instead of typing
cd Program Files
type
cd "Program Files"
Alternatively, you can do something like
cd Pr*
and if it is the only directory there, it will cd to Program Files.
JonahRowley
May 23rd, 2005, 12:39 AM
Surround it with quotes or escape it, either way, prevent the shell from interpreting it as two arguments. Tab completion is very useful here, Pr<tab> will complete it and escape the space for you.
pdk001
May 23rd, 2005, 01:06 AM
awesome thanks you guys bunchs for advice
"tab" key is really useful
im feeling good to solve about worry
joele
May 25th, 2005, 12:44 AM
can also do cd Program\ Files
pdk001
May 25th, 2005, 01:06 AM
can also do
it doesnt work at all
mike998
May 25th, 2005, 12:12 PM
Surround it with quotes or escape it, either way, prevent the shell from interpreting it as two arguments. Tab completion is very useful here, Pr<tab> will complete it and escape the space for you.
Ahh tab completion. One of the best features of Bash!
MaX
May 31st, 2005, 11:34 AM
it doesnt work at all
Yes it does. :)
vBulletin® v3.8.7, Copyright ©2000-2012, vBulletin Solutions, Inc.