₦airaland Forum

Welcome, Guest: RegisterLoginWith GoogleTrendingRecentNew

Stats: 3,329,638 members, 8,441,627 topics. Date: Wednesday, 08 July 2026 at 08:13 PM

Toggle theme

Please Help Fix My Command Line - Programming - Nairaland

Nairaland ForumScience/TechnologyProgrammingPlease Help Fix My Command Line (1249 Views)

1 Reply (Go Down)

Please Help Fix My Command Line by seunzone(op): 1:20pm On Oct 31, 2016
Hello fam, thanks for the help so far. but I have this issue, I'm currently using laravel 5 php frame work, so I need to run some stuffs using composer/cmd.
the path I intend to access is c:\wamp\www\blabla, but anytime I open my cmd by default c:\users\users> is on display. So how do I go up two directories to get only c: to display anytime I run my cmd. Thanks

Re: Please Help Fix My Command Line by FrankLampard: 1:33pm On Oct 31, 2016
Use the following commands.

Type cd \

You will be taking to your directory.

in you C directory

Type
cd wamp/www/blabla

Or you do it like this.

cd wamp,
cd www,
cd blabla

You can always use a dir command to see all the folders in a directory.
Re: Please Help Fix My Command Line by alexisSr(f): 1:42pm On Oct 31, 2016
You cant change the command line default directory in windows.
You can however:
1. Everytime you open your terminal type in : cd C:/

or
2. Create a file "file_name.bat" and save it to your desktop.
- type this into the file : cd C:/
- save
- so whenever you want to go to your root directory you just double click the batch file to run it instead...hope this helps.
Re: Please Help Fix My Command Line by olyjosh(m): 3:08pm On Oct 31, 2016
Hold Shift key(if it's not shift then alt key should work) while you right click an empty space of a directory, then you will have an option for opening command line in that directory.
Re: Please Help Fix My Command Line by larisoft: 6:46pm On Oct 31, 2016
to go to your parent folder type

cd ..

to go into a folder

cd folder_name

you can use this info to navigate to any folder of your choice
Re: Please Help Fix My Command Line by Nobody: 8:08pm On Nov 03, 2016
Stop using Windows tongue
1 Reply

How Important Is Learning About The Command Line!?Every Windows Developer Needs Scoop: A Command-line Installer For WindowsCommand Line Application, API And HTTP Client Library234

SQL Table ProblemHybrid Application Using Ionic And Angulas Js Problem.Wordpress Homepage Not Displaying Menus