Minor Windows doc corrections.
git-svn-id: svn://svn.savannah.nongnu.org/avrdude/trunk@253 81a1dc3b-b13d-400b-aceb-764788c761c2
This commit is contained in:
parent
fafe392882
commit
f5d269c29a
|
@ -994,18 +994,15 @@ The directory from which the application loaded.
|
||||||
The current directory.
|
The current directory.
|
||||||
|
|
||||||
@item
|
@item
|
||||||
The Windows system directory. Use the GetSystemDirectory function to get
|
The Windows system directory. On Windows NT, the name of this directory
|
||||||
the path of this directory. On Windows NT, the name of this directory
|
|
||||||
is @code{SYSTEM32}.
|
is @code{SYSTEM32}.
|
||||||
|
|
||||||
@item
|
@item
|
||||||
Windows NT: The 16-bit Windows system directory. There is no Win32
|
Windows NT: The 16-bit Windows system directory. The name of this
|
||||||
function that obtains the path of this directory, but it is searched.
|
directory is @code{SYSTEM}.
|
||||||
The name of this directory is SYSTEM.
|
|
||||||
|
|
||||||
@item
|
@item
|
||||||
The Windows directory. Use the GetWindowsDirectory function to get
|
The Windows directory.
|
||||||
the path of this directory.
|
|
||||||
|
|
||||||
@item
|
@item
|
||||||
The directories that are listed in the PATH environment variable.
|
The directories that are listed in the PATH environment variable.
|
||||||
|
@ -1073,8 +1070,7 @@ giveio.sys is a driver that can allow user applications to set the state
|
||||||
of the parallel port pins.
|
of the parallel port pins.
|
||||||
|
|
||||||
Before using AVRDUDE, the giveio.sys driver must be loaded. The
|
Before using AVRDUDE, the giveio.sys driver must be loaded. The
|
||||||
accompanying loaddrv.exe program can do just that. loaddrv is also a
|
accompanying command-line program, loaddrv.exe, can do just that.
|
||||||
command line program.
|
|
||||||
|
|
||||||
To make things even easier there are 3 batch files that are also
|
To make things even easier there are 3 batch files that are also
|
||||||
included:
|
included:
|
||||||
|
@ -1097,8 +1093,8 @@ When you first execute install_giveio.bat, loaddrv.exe and giveio.sys
|
||||||
must be in the current directory. When install_giveio.bat is executed it
|
must be in the current directory. When install_giveio.bat is executed it
|
||||||
will copy giveio.sys from your current directory to your Windows
|
will copy giveio.sys from your current directory to your Windows
|
||||||
directory. It will then load the driver from the Windows directory. This
|
directory. It will then load the driver from the Windows directory. This
|
||||||
means that after the first time install_giveio is executed, subsequently
|
means that after the first time install_giveio is executed, you should
|
||||||
you should be able to execute the batch file from any directory and have
|
be able to subsequently execute the batch file from any directory and have
|
||||||
it successfully start the driver.
|
it successfully start the driver.
|
||||||
|
|
||||||
@node Windows 95/98, , Windows NT/2K/XP, Using the parallel port
|
@node Windows 95/98, , Windows NT/2K/XP, Using the parallel port
|
||||||
|
@ -1122,7 +1118,7 @@ Thanks to:
|
||||||
|
|
||||||
@itemize @bullet
|
@itemize @bullet
|
||||||
@item
|
@item
|
||||||
Dale Roberts for the giveio driver
|
Dale Roberts for the giveio driver.
|
||||||
|
|
||||||
@item
|
@item
|
||||||
Paula Tomlinson for the loaddrv sources.
|
Paula Tomlinson for the loaddrv sources.
|
||||||
|
|
Loading…
Reference in New Issue