View Single Post
Old 10-16-2000, 04:20 PM   #6
glc
Forum Administrator
Staff
Premium Member
 
glc's Avatar
 
Join Date: May 2000
Location: Joplin MO
Posts: 37,713
From the C:\> prompt:

c:\> cd windows (enter)
c:\windows> ren win.com win.old (enter)

to rename it back:

c:\> cd windows (enter)
c:\windows> ren win.old win.com (enter)
glc is offline   Reply With Quote