0

fixed spacing and formatting in windows tut

This commit is contained in:
Andrew Brown
2012-06-29 17:53:50 -04:00
parent eed119d4d7
commit c79a646d10

View File

@@ -159,19 +159,20 @@ Common Pitfalls
"overviewer.exe" is not recognised as an internal or external
command, operable program, or batch file.
This is a common mistake to make, especially for people unfamiliar
with the command line. This happens if your current working directory
does not contain overviewer.exe. This is likely because you've forgot
to change the working directory to the directory you have unzipped
overviewer into. Re-read Step 4 for instructions on how to do that.
This is a common mistake to make, especially for people unfamiliar
with the command line. This happens if your current working directory
does not contain overviewer.exe. This is likely because you've forgot
to change the working directory to the directory you have unzipped
overviewer into. Re-read Step 4 for instructions on how to do that.
- Overviewer is on a different drive than C:\
You may have Overviewer located on a different partition than C:,
and for some odd reason the windows command line does not accept
"cd D:\" as a way to switch partitions. To do this, you have to just
type the drive letter followed by a colon::
You may have Overviewer located on a different partition than C:,
and for some odd reason the windows command line does not accept
"cd D:\" as a way to switch partitions. To do this, you have to just
type the drive letter followed by a colon::
D:
This should switch your current working directory to D:\
This should switch your current working directory to D:\