Tech Support > Operating Systems > Windows 98 SE > Install Accessibility Options
Install Accessibility Options
Posted by rabbitkillrun on February 20th, 2007


Is it possible to install accessibility options from a floppy? i have the
disk etc. but i can only start windows in safe mode until i have
Accessibility Options installed, but i can't use my cd drive in safe mode, so
i'm stuck.

Can i install it from a floppy by copying the files from the cd or is there
an installer i can download from somewhere?

Thanks

Sean

Posted by Gary S. Terhune on February 20th, 2007


Why can you only get into Safe Mode until Accessibility Options are
installed?

--

Gary S. Terhune
MS-MVP Shell/User

"rabbitkillrun" <rabbitkillrun@discussions.microsoft.com> wrote in message
news:332ED13E-BC6A-4BE1-BE30-15D063BF0F42@microsoft.com...


Posted by Don Phillipson on February 20th, 2007


"rabbitkillrun" <rabbitkillrun@discussions.microsoft.com> wrote in message
news:332ED13E-BC6A-4BE1-BE30-15D063BF0F42@microsoft.com...

Boot DOS from your startup (instal) floppy.
This includes DOS drivers to enable CD access.

You can then use the DOS commands
C: ; C and colon logs you to C:
MD WINSET ; = Make Directory WINSET
XCOPY X:/WIN98/*.* C:/WIN ; copies subdir /WIN98 to C:/WINSET
; supposing X = letter for your CD drive

Other subdirectories on the CD that you may need are
/DRIVERS and /TOOLS

When you use /Add/Remove Programs /Windows Setup
to instal Accessibility options, you just use the
Browse button to redirect the software to
C:\WINSET\WIN98 to find the components.
(Half completed installation may start looking
at drive X which is unavailable in Safe Mode.)

--
Don Phillipson
Carlsbad Springs
(Ottawa, Canada)



Posted by Don Phillipson on February 20th, 2007


Correction to post below:
"Don Phillipson" <d.phillipsonSPAMBLOCK@rogers.com> wrote in message
news:OMQpkYQVHHA.4404@TK2MSFTNGP03.phx.gbl...


Posted by rabbitkillrun on February 21st, 2007


the xcopy command didn't work so i made 2 seperate folders called drivers and
win98 in the winset folder and used copy E:/win98/*.* C:/winset/win98
is there a reason xcopy didn't work?

"Don Phillipson" wrote:

Posted by Don Phillipson on February 22nd, 2007


"rabbitkillrun" <rabbitkillrun@discussions.microsoft.com> wrote in message
news:7287FC6C-942F-451D-9AF0-0389EB3D7A73@microsoft.com...

COPY is a DOS command function (i.e. part of
COMMAND.COM.) XCOPY.EXE is a standalone
programme. In your case XCOPY.EXE was not in
your DOS "environment" or filepath. If so we would
expect the DOS error message
"Bad command or file name."

--
Don Phillipson
Carlsbad Springs
(Ottawa, Canada)



Posted by rabbitkillrun on February 22nd, 2007


Thanks, i was wondering why it didn't work.

"Don Phillipson" wrote:


Similar Posts