start> run> cmd

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Why when i run this command does the following come up on screen?
C:\Documents and Settings\Mine>
All other examples I find of this only have "C:\" why is mine different
and does it matter?
 
It puts you at your default which is "C:\Documents and Settings\Mine".

FrankV
 
wittine said:
Why when i run this command does the following come up on screen?
C:\Documents and Settings\Mine>
All other examples I find of this only have "C:\" why is mine different
and does it matter?

Instead of relying on some inbuilt defaults, create your own
shortcut to the Command Prompt, using this command line:

cmd /k cd \ & mode con lines=50

It will start in C:\ and it will give you a much larger screen.
 
Pegasus (MVP) said:
Instead of relying on some inbuilt defaults, create your own
shortcut to the Command Prompt, using this command line:

cmd /k cd \ & mode con lines=50

It will start in C:\ and it will give you a much larger screen.


Thank you, that resolved my problem.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top