forums.ps2dev.org Forum Index forums.ps2dev.org
Homebrew PS2, PSP & PS3 Development Discussions
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

changing the home folder name

 
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development
View previous topic :: View next topic  
Author Message
hallo007



Joined: 13 May 2006
Posts: 36

PostPosted: Thu Apr 05, 2007 9:52 pm    Post subject: changing the home folder name Reply with quote

how do you let cygwin open another home folder???
Back to top
View user's profile Send private message
califrag



Joined: 04 Apr 2007
Posts: 30

PostPosted: Fri Apr 06, 2007 5:27 am    Post subject: Reply with quote

Not sure if it's the correct way, but it works.
Just change the batch file and add the "cd" commands to get to your desired directory.

i.e.

If your "home" folder defaults to "\home\username" and you have a folder in "\cygwin\projects" that you want it to go to:

Code:

cd ..
cd ..
cd projects


HTH
Back to top
View user's profile Send private message
hallo007



Joined: 13 May 2006
Posts: 36

PostPosted: Fri Apr 06, 2007 5:10 pm    Post subject: Reply with quote

yeah i did that , but it's a bit stupid:p

anyway i made a new windows account and reinstalled evrything and now everything works fine:)
Back to top
View user's profile Send private message
califrag



Joined: 04 Apr 2007
Posts: 30

PostPosted: Fri Apr 06, 2007 7:52 pm    Post subject: Reply with quote

glad it worked. another thing you can do is open the file bash.bashrc located in \cygwin\etc in notepad and add the cd commands there:

Code:

# base-files version 3.7-1

# WARNING
#
# IF THIS bash IS MODIFIED IT WILL NOT BE UPDATED BY THE CYGWIN
# SETUP PROGRAM.  IT BECOMES YOUR RESPONSIBILITY.
#
# The latest version as installed by the Cygwin Setup program can
# always be found at /etc/defaults/etc/bash.bashrc

# System-wide .bashrc file
cd ../../../projects
ls
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    forums.ps2dev.org Forum Index -> PSP Development All times are GMT + 10 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group