From: Jonathan W. <jon...@gm...> - 2007-06-20 08:03:19
|
Well that's interesting :D So I asked 'cd' what it's got to say for its self: 'cd /?' the help option for most commands in windows, and apparently (plus I tested) 'cd /d d:\mysourcecode' should take you directly to the right place in one go (useful for scripting maybe) You'll probably notice that the current folder is stored per volume: if you go from c:\whatever to d:\ and then back to c:\ by using 'C:', you will end up in c:\whatever again. Using 'cd /d c:' will have the same effect, but 'cd /d c:\' will take you to c:\ Jonathan On 6/20/07, brent lambert <bre...@ya...> wrote: > > just typing "D:" is going to do the trick. But, also you can use the "/D" > switch associated with the "cd" command. Here is an example; if you are on > the "C:" drive in command prompt, type "cd /d d:" and that should also take > you to the "d:" drive > > Brent > > ----- Original Message ---- > From: Jonathan Winterflood <jon...@gm...> > To: Jamiil <jal...@gm...> > Cc: Dev-Cpp Mailing List <dev...@li...>; > Rei...@at... > Sent: Tuesday, June 19, 2007 6:01:11 PM > Subject: Re: [Dev-C++] Gtkmm/Dev-Cpp problem > > hi again, > > Just type "D:", nothing more > that will change drive > as you noticed, "CD something" only changes folder inside a drive > "letter:" switches to drive 'letter' > > Jonathan > > On 6/20/07, Jamiil <jal...@gm...> wrote: > > > > I tried this: > > 'cd D:\MySourceCode\' > > But it did not change directory, it stayed in the original directory. > > What am I doing wrong?! > > > > ----- Original Message ----- > > *From:* Jonathan Winterflood <jon...@gm...> > > *To:* Jamiil <jal...@gm...> > > *Cc:* Rei...@at... ; Dev-Cpp Mailing List<dev...@li...> > > *Sent:* Tuesday, June 19, 2007 1:28 PM > > *Subject:* Re: [Dev-C++] Gtkmm/Dev-Cpp problem > > > > Hi, > > > > That's just how windows (DOS) works..... never mind how barmey it is, it > > probably won't change anytime soon... > > > > type [Drive Letter]: instead (eg.: D: ) > > > > Jonathan > > > > On 6/20/07, Jamiil <jal...@gm... > wrote: > > > > > > You know I tried that, but... OK, here is another issue. > > > I have one hard drive, which is partitioned in two. When I type 'cd: > > > d' the > > > OS does not even change from the subdirectory I am in, why is this? > > > > > > Thanks man! > > > ----- Original Message ----- > > > From: "Reid Thompson" <Rei...@at... > > > > To: "Jamiil" <jal...@gm... <jal...@gm...+>> > > > Cc: "Dev-Cpp Mailing List" < dev...@li...> > > > Sent: Tuesday, June 19, 2007 10:04 AM > > > Subject: Re: [Dev-C++] Gtkmm/Dev-Cpp problem > > > > > > > > > > On Tue, 2007-06-19 at 12:56 -0700, Jamiil wrote: > > > >> My program compiles, but it has a runtime error. > > > >> I would like to backtrace the bug, but don't know how. After F8ing > > > I > > > >> don't get any output in Backtrace window. So, I guess it does not > > > does > > > >> it automatically. How can I get the backtrace displayed. > > > >> Thanks! > > > >> > > > >> > > > ------------------------------------------------------------------------- > > > >> This SF.net email is sponsored by DB2 Express > > > >> Download DB2 Express C - the FREE version of DB2 express and take > > > >> control of your XML. No limits. Just data. Click to get it now. > > > >> http://sourceforge.net/powerbar/db2/ > > > >> _______________________________________________ Dev-cpp-users > > > mailing > > > >> list Dev...@li... TO UNSUBSCRIBE: > > > >> http://www23.brinkster.com/noicys/devcpp/ub.htm > > > >> https://lists.sourceforge.net/lists/listinfo/dev-cpp-users > > > > > > > > open a cmd window, cd to dir containing your exe, > > > > > > > > run > > > > gdb your.exe > > > > > > > > > > > > ------------------------------------------------------------------------- > > > This SF.net email is sponsored by DB2 Express > > > Download DB2 Express C - the FREE version of DB2 express and take > > > control of your XML. No limits. Just data. Click to get it now. > > > http://sourceforge.net/powerbar/db2/ > > > _______________________________________________ > > > Dev-cpp-users mailing list > > > Dev...@li... > > > TO UNSUBSCRIBE: http://www23.brinkster.com/noicys/devcpp/ub.htm > > > https://lists.sourceforge.net/lists/listinfo/dev-cpp-users > > > > > > > > > > > -- > > <Morpheus> linux, c'est une question de VI ou de MORE > > > > > > > -- > <Morpheus> linux, c'est une question de VI ou de MORE > ------------------------------------------------------------------------- > This SF.net email is sponsored by DB2 Express > Download DB2 Express C - the FREE version of DB2 express and take > control of your XML. No limits. Just data. Click to get it now. > http://sourceforge.net/powerbar/db2/ > _______________________________________________ > Dev-cpp-users mailing list > Dev...@li... > TO UNSUBSCRIBE: http://www23.brinkster.com/noicys/devcpp/ub.htm > https://lists.sourceforge.net/lists/listinfo/dev-cpp-users > > > ------------------------------ > Now that's room service! Choose from over 150,000 hotels > in 45,000 destinations on Yahoo! Travel<http://travel.yahoo.com/hotelsearchpage;_ylc=X3oDMTFtaTIzNXVjBF9TAzk3NDA3NTg5BF9zAzI3MTk0ODEEcG9zAzIEc2VjA21haWx0YWdsaW5lBHNsawNxMS0wNw--%0A>to find your fit. > -- <Morpheus> linux, c'est une question de VI ou de MORE |