Computing.Net > Forums > Windows 95/98 > Windows 9x Install Script

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.

Windows 9x Install Script

Reply to Message Icon

Name: Mushi
Date: January 31, 2000 at 06:56:48 Pacific
Comment:

Hello, Could someone please tell me how to create a Windows 9x install script? I am constantly having to re-install windows on various computers, and it would be helpfuul if it were automated...



Sponsored Link
Ads by Google

Response Number 1
Name: Davy
Date: January 31, 2000 at 08:17:16 Pacific
Reply:

Format a floppy disk, and make it bootable with the "sys A:" command ... then create a batch file called autoexec.bat with the relevant DOS commands in. When you boot off the floppy disk, the autoexec.bat file will automatically be initiated. Here is an example of the autoexec.bat that I use to install Windows on a new PC :

echo off
format C: /q
C:\
md windows
cd windows
md options
cd options
md cabs
cd cabs
copy D:\WIN95\*.* .
SETUP /C /im /id/is /iq

Hope this helps


0

Response Number 2
Name: matt
Date: January 31, 2000 at 13:46:07 Pacific
Reply:

I'd recommend a program like Ghost (acquired by Norton at some point). Install a fresh copy of windows, remove everything from device manager and make a partition image. You end up with a file, around 100 megs, that you can restore to any size hard disk in around one minute, full automated.
Even if you only use this thing once I'd say it is worth it.


0

Sponsored Link
Ads by Google
Reply to Message Icon

Related Posts

See More







Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Windows 95/98 Forum Home


Sponsored links

Ads by Google


Results for: Windows 9x Install Script

windows 9x installation www.computing.net/answers/windows-95/windows-9x-installation/130412.html

windows 9x installation www.computing.net/answers/windows-95/windows-9x-installation/130410.html

windows 9X step by step installs www.computing.net/answers/windows-95/windows-9x-step-by-step-installs/56248.html