I had a bunch of junk, at least I thought it was junk, in my
C:\Windows\Temp folder that could not be sent to the
Trash, so I did what I have done on previous occasions and that was to
delete the Temp Folder. Now when I boot the system, I get a MSDOS window
that lists 3 lines
C:\> Del c:\windows\cookies\index.dat
" " " " History\ " "
" " " " Temp " "
The computer is a Gateway 233Mhz/P-II/320Mb Ram\W98SE w/all updates
installed
Will someone please help me rid my machine of this? Thanks
Jeff Richards - 05 Sep 2007 10:53 GMT
Do Start \ Run \ Sysedit. Look in AUTOEXEC.BAT and if these three lines are
listed just delete them or REM them out and close and save the file..
You shouldn't be running without a TEMP folder. Or do you men you deleted
the contents of the TEMP folder?

Signature
Jeff Richards
MS MVP (Windows - Shell/User)
>I had a bunch of junk, at least I thought it was junk, in my
> C:\Windows\Temp folder that could not be sent to the
[quoted text clipped - 7 lines]
> installed
> Will someone please help me rid my machine of this? Thanks
Tom - 05 Sep 2007 16:56 GMT
Thanks for your response. No I deleted the whole (freakin-Saprano's) folder.
In the past just rebooting the system restored the Temp folder. This time I
got something for which I did not bargain. Checked "sysedit" nothing there
to REM out.
> Do Start \ Run \ Sysedit. Look in AUTOEXEC.BAT and if these three lines are
> listed just delete them or REM them out and close and save the file..
[quoted text clipped - 15 lines]
> > installed
> > Will someone please help me rid my machine of this? Thanks
Don Phillipson - 05 Sep 2007 12:59 GMT
> I had a bunch of junk, at least I thought it was junk, in my
> C:\Windows\Temp folder that could not be sent to the
[quoted text clipped - 7 lines]
> installed
> Will someone please help me rid my machine of this? Thanks
DOS messages displayed at boot (before Windows loads)
are echos from AUTOEXEC.BAT or CONFIG.SYS. But
Win98 does not need these two files. Your problem may
be solved simply by renaming both so they do not load
themselves at reboot.

Signature
Don Phillipson
Carlsbad Springs
(Ottawa, Canada)
Tom - 05 Sep 2007 17:25 GMT
I'm not clever enough to know the consequences of doing what you suggest. I
have occasion to use MS-DOS for the DOS Genealogy software program I have
used since the days of my Tandy 1000EX. I found nothing in sysedit to help
me-T
> > I had a bunch of junk, at least I thought it was junk, in my
> > C:\Windows\Temp folder that could not be sent to the
[quoted text clipped - 18 lines]
> Carlsbad Springs
> (Ottawa, Canada)
Don Phillipson - 12 Sep 2007 00:54 GMT
> > DOS messages displayed at boot (before Windows loads)
> > are echos from AUTOEXEC.BAT or CONFIG.SYS. But
> > Win98 does not need these two files. Your problem may
> > be solved simply by renaming both so they do not load
> > themselves at reboot.
> I'm not clever enough to know the consequences of doing what you suggest. I
> have occasion to use MS-DOS for the DOS Genealogy software program I have
> used since the days of my Tandy 1000EX. I found nothing in sysedit to help
> me-T
You want to be logged (addressing) in DOS to the root
directory e.g. C:\
and then issue the right DOS commands to REName
files. For information, most DOS commands are sef-
documenting via
/?
Thus keystrokes
REN /?
give you information about REName. Keystrokes
CD /?
give information about CD = Change Directory.
To rename AUTOEXEC.BAT and CONFIG.SYS (which
are in the C:\ directory you key:
C:
CD..
REN AUTOEXEC.BAT AUTOEXEC.BAK
REN CONFIG.SYS CONFIG.BAK
Then reboot and see if Windows starts faster.
If you want things the way they were, you can
REName these files back using the REName command.
/ start / run / MSCONFIG.EXE
is another way of altering or customising these
files and their use.
In Windows, there are usually several different ways of
doing the DOS procedures you prefer, e.g. selecting the
icon of your DOS application and right clicking on
/Properties. The panels then invite you to write
custom versions of AUTOEXEC.BAT and CONFIG.SYS
that automatically run in a DOS box under Windows
and set up your old Tandy program the way you want.
Simplicity and convenience should guide you. What
is simplest for you may seem the long way round to
someone else, but that is normal in Windows . . .

Signature
Don Phillipson
Carlsbad Springs
(Ottawa, Canada)
At a DOS prompt key
C:
CD..
This shoul
thecreator - 12 Sep 2007 01:32 GMT
Hi Tom,
Use your Windows 98 SE Startup Diskette and just MKDir at C:\Windows
Prompt
C:\Windows>Mkdir or md temp

Signature
thecreator
>I had a bunch of junk, at least I thought it was junk, in my
> C:\Windows\Temp folder that could not be sent to the
[quoted text clipped - 7 lines]
> installed
> Will someone please help me rid my machine of this? Thanks