Learn useful command prompt commands for Beginners
command prompt Beginner Tricks Every beginner programmer need to learn command prompt tricks . it will helps you to upgrade and install new packages and access files easily. Open command prompt in your system. as soon as open your prompt looks like this. once open your in default directory C:\Users\CSC> first learn how to access drive Or Jump to drives for example i am in " C Drive " i want to jump " E Drive " how to do that How to Access Drive? Jump " C Drive" to " E Drive " how to do that Type E: and hit Enter button then the prompt looks like this Now i want to see what are the Folders and files in " E: Drive ". how to do that type Dir and hit Enter it will list all the Folders and files in E Drive. in the above list how to find which is folder and which is file Which one have <DIR> i...