Anybody any idea why normal.dot will not show when Word is launched? A different template is launching when Word is started.
Where would you specify the template Word uses for Document1?
![]() |
Patch reliability is unclear. Unless you have an immediate, pressing need to install a specific patch, don't do it. |
SIGN IN | Not a member? | REGISTER | PLUS MEMBERSHIP |
-
Normal.dot not opening when launching Word
Home » Forums » AskWoody support » Productivity software by function » MS Word and word processing help » Normal.dot not opening when launching Word
- This topic has 15 replies, 7 voices, and was last updated 24 years ago.
AuthorTopicViewing 2 reply threadsAuthorReplies-
WSBob_D
AskWoody LoungerFebruary 14, 2001 at 1:31 pm #514621Please always specify the version of Word in use.
Check C:Program FilesMicrosoft OfficeOfficeSTARTUP
for a template or document. The contents of Startup are opened when Word is launched.
For Word 2000 there is a second user Startup folder under C:Windows…..
Search for it and check it’s contents too.If all startups are empty, with Word closed rename normal.dot (delete it if you have no macros, autotext, etc) then restart Word. May be a damaged normal.dot
Bob_D
-
Jmacleod
AskWoody LoungerFebruary 14, 2001 at 1:31 pm #514622If word can’t find a template called normal.dot in either your template folder or in the User Templates or Workgroup templates location it should create a template called normal.dot based on the default word setting.
Try searching for and renaming normal.dot, start Word and it should create a standard normal template.
-
Charles Kenyon
AskWoody LoungerFebruary 14, 2001 at 2:56 pm #514632You didn’t say which version of Word you are using. Where Normal.dot is stored depends on your version and operating system (among other things).
Normal.dot always loads when you start Word. Word won’t work without it and will create one if it can’t find one.
How are you starting Word? You are almost certainly using a Windows shortcut. If it is on your desktop, right-click on it and look at it’s properties. Click the second tab and look at the actual DOS command being given by Windows.
Write it down. Then click on the button that say’s “Find Target.” Note what the target file is and what folder it is in. If the target is a template rather than winwordx.exe (or something similar) that is your reason. You are using a different template to start Word. Give that shortcut a different name in case you want to create that document regularly.
Then find the winword*.exe program on your computer. Create a shortcut from that program and put it on your desktop.
If the shortcut is in your Start menu, right-click on your Start button and open that. Then trace through your folders and find the icon you use to start Word and follow the same procedure.
If the shortcut is to winword*.exe, then you almost certainly have a switch or two at the end of the DOS command in the shortcut. Write back with the full command and someone here can tell you how to change it.
See: Template Basics for more about the Normal template. It is stored in the same location as your User Templates.
Hope this helps.
-
WSchrisgreaves
AskWoody LoungerFebruary 15, 2001 at 10:59 am #514745> How are you starting Word?
This is an excuse for me to trot out my DOS batch file which is used to start Word, whether from a shortcut key (Ctrl-Alt-W), from the desktop icon, from the Start menu of from a File Association in Explorer?
OK. Thanks.
REM Word97.bat Christopher Greaves Thursday, July 1, 1999 :: Re-create the Normal.dot prior to loading Word97 if "debug%"=="" set debug=off @echo
-
WSsensi
AskWoody Lounger -
WSHubert_NY
AskWoody LoungerFebruary 15, 2001 at 2:31 pm #514774You may also want to look in the dialog box under the menu at Tools | Options. Look at the tab named “File Locations” and double-click the entry named “User Templates”. This will tell you the folder where Word stores the “normal” template for your version of Word (this location varies depending on whether or not your computer uses profiles).
-
-
-
WSPhil Rabichow
AskWoody LoungerFebruary 16, 2001 at 2:01 am #514868Hi Chris:
I know almost nothing about DOS, so forgive a few questions.
1. What does :: do in a batch file?
2. What does the debug line do?
3. What does @echo something bug% do & how do you create the something (i.e. I can’t tell what character that is)
4. Where do you get the N20001128.dot from to copy it to normal.dot?Thanks in advance.
-
WSchrisgreaves
AskWoody LoungerFebruary 16, 2001 at 3:03 am #5148781. What does :: do in a batch file?
A leading colon represents a label (as in “GOTO Label”) and thus is a non-executable line of code. A double-colon is a convention for a comment line. REM would do the same, but i think the command line processor actually tries to parse the line, or something.
2. What does the debug line do?
It checks to see if the DOS environment variable has been set. If it is not set, I set it to a default value of “off”.
I want to be able to have “echo ON” if I want to trace a problem, but “echo OFF” otherwise. “Echo OFF” suppresses display of comamnd lines as they run.
By using an environment variable “debug” I can effect the tracing of commands without having to edit the BATch file once to change the line to “echo ON” and then edit it a second time to reset it to “echo OFF”.
3. What does @echo something bug% do & how do you create the something (i.e. I can’t tell what character that is)
You can observe the effect if you issue the command “SET DEBUG=ON” before running the batch file.
I hope this helps.
4. Where do you get the N20001128.dot from to copy it to normal.dot?
-
WSPhil Rabichow
AskWoody Lounger -
WSchrisgreaves
AskWoody LoungerFebruary 16, 2001 at 9:54 am #514927I apologise; I skipped over this one.
Yes, N20011128.dot is from a previous save.
When I’m cleaning a machine, I use Windows Explorer to locate and rename all occurrences of Normal.dot. I actually rename twice. First to a file with a DOT extent, at which point I can still access the file as a template to retrieve user macros, and then I rename the extent so that Word doesn’t find it at all, ever, so to speak.
Well, after locating and renaming all the Normal.dots, I load Word. Word creates a fresh Normal.dot from scratch if it can’t find one. I exit Word so that I now have a pristine Normal.dot. This I rename (it was 28th November 2000 last time I did this!) and MOVE it to a “safe” location. I commonly mark it Read-Only.
That’s the D:GREAVESN20001128.dot you saw in my BATch file example.
Next question? What happens to macro code that gets recorded in the copy of N20001128.dot that looks like Normal.dot to Word? Well, if an experiment proves successful, I either open up N20001128.dot and use Organizer to drag a module across, or more commonly use the Export module feature of the Visual basic Editor – that way I have an ASCII text file as an audit trail.
While we’re on the subject, I also (Word97) choose Tools, Options,Save, check on PROMPT TO SAVE NORMAL. This doesn’t protect you agains nasty virus people, but it DOES remind you if you’ve made changes you’ld like to retain. (save the template anyway, reload Word and copy changes from OldNormal.dot).
I repeat myself I know: This BATch file has protected me from many a Word virus *and* allowed me to be the first to inform the sender.
-
WSPhil Rabichow
AskWoody LoungerFebruary 16, 2001 at 4:08 pm #514999Hi Chris:
Thank you very much for the thorough explanation. I’ve been extremely careful in my downloads & never got a virus on my home computer that didn’t get caught. I keep several backups of normal.dot (& have a batch file to create them). But you’re approach looks interesting & I’m always looking for new ideas.
-
WSchrisgreaves
AskWoody LoungerJune 12, 2001 at 10:24 am #529178It dawned on me late last night that if I password-protect (in VBE) my N20011128.dot then even if a Word virus disables macro protection it ought not to be able to write code in Normal.dot at all. One extra but powerful protective device.
Having to give my password to Normal.dot when I want to make the rare edit is no big deal. I have to load N20011128.dot from its own directory anyway, make the change and re-save.
-
WSchrisgreaves
AskWoody LoungerJune 15, 2001 at 12:15 pm #529629(blush) We live and learn.
My Normal.dot is still password-protected, and that works fine.
It turns out that password-protecting one’s Normal.Dot is a great way to discover just how many of one’s add-ins need/are trying to modify Normal.dot in the ordinary course of events.
Ouch!
Maybe setting a password on Normal.dot would be a very simple way of tracking down some of life’s mysteries?
-
-
-
-
WSPhil Rabichow
AskWoody Lounger -
WSchrisgreaves
AskWoody LoungerMarch 5, 2001 at 1:13 pm #517380>where X= a symbol that looks like a Greek Theta, I don’t know how to
Aaaaaaaaaaaaaaaaaaaaaaaaaaaargh! That’s a BUG (in the postingh/mailing system). The actual line is a letter “d” followed by a letter “e” followed by a letter “u” etc as in “debug”
Those two little lines are common to many of my longer batch files. They test the envirionment variable “debug” and echo (trace) each statement or not, depending on the setting.
If the setting has not been made, the two lines of code make it defaul tto “off”.
I have attached a short batch file as an example. This should get through all right.
-
Viewing 2 reply threads -

Plus Membership
Donations from Plus members keep this site going. You can identify the people who support AskWoody by the Plus badge on their avatars.
AskWoody Plus members not only get access to all of the contents of this site -- including Susan Bradley's frequently updated Patch Watch listing -- they also receive weekly AskWoody Plus Newsletters (formerly Windows Secrets Newsletter) and AskWoody Plus Alerts, emails when there are important breaking developments.
Get Plus!
Welcome to our unique respite from the madness.
It's easy to post questions about Windows 11, Windows 10, Win8.1, Win7, Surface, Office, or browse through our Forums. Post anonymously or register for greater privileges. Keep it civil, please: Decorous Lounge rules strictly enforced. Questions? Contact Customer Support.
Search Newsletters
Search Forums
View the Forum
Search for Topics
Recent Topics
-
Acronis : Tracking Chaos RAT’s evolution (Windows, Linux)
by
Alex5723
57 minutes ago -
Turning off OneDrive
by
CWBillow
5 hours, 26 minutes ago -
June 2025 updates are out
by
Susan Bradley
1 hour, 2 minutes ago -
Mozilla shutting Deep Fake Detector
by
Alex5723
15 hours, 43 minutes ago -
Windows-Maintenance-Tool (.bat)
by
Alex5723
1 hour, 5 minutes ago -
Windows 11 Insider Preview build 26200.5641 released to DEV
by
joep517
18 hours, 16 minutes ago -
Windows 11 Insider Preview build 26120.4250 (24H2) released to BETA
by
joep517
18 hours, 17 minutes ago -
Install Office 365 Outlook classic on new Win11 machine
by
WSrcull999
18 hours, 15 minutes ago -
win 10 to win 11 with cpu/mb replacement
by
aquatarkus
10 hours, 7 minutes ago -
re-install Windows Security
by
CWBillow
21 hours, 32 minutes ago -
WWDC 2025 Recap: All of Apple’s NEW Features in 10 Minutes!
by
Alex5723
1 day, 1 hour ago -
macOS Tahoe 26
by
Alex5723
19 hours, 26 minutes ago -
Migrating from win10 to win11, instructions coming?
by
astro46
7 hours, 31 minutes ago -
Device Eligibility for Apple 2026 Operating Systems due this Fall
by
PKCano
9 hours, 58 minutes ago -
Recommended watching : Mountainhead movie
by
Alex5723
10 hours, 42 minutes ago -
End of support for Windows 10
by
Old enough to know better
10 hours, 39 minutes ago -
What goes on inside an LLM
by
Michael Covington
4 hours, 52 minutes ago -
The risk of remote access
by
Susan Bradley
32 minutes ago -
The cruelest month for many Office users
by
Peter Deegan
16 hours, 55 minutes ago -
Tracking protection and trade-offs in Edge
by
Mary Branscombe
14 hours, 57 minutes ago -
Supreme Court grants DOGE access to confidential Social Security records
by
Alex5723
1 day, 23 hours ago -
EaseUS Partition Master free 19.6
by
Alex5723
1 day ago -
Microsoft : Edge is better than Chrome
by
Alex5723
2 days, 12 hours ago -
The EU launched DNS4EU
by
Alex5723
3 days, 1 hour ago -
Cell Phone vs. Traditional Touchtone Phone over POTS
by
280park
2 days, 15 hours ago -
Lost access to all my networked drives (shares) listed in My Computer
by
lwerman
3 days, 7 hours ago -
Set default size for pasted photo to word
by
Cyn
3 days, 13 hours ago -
Dedoimedo tries 24H2…
by
Cybertooth
3 days, 1 hour ago -
Windows 11 Insider Preview build 27871 released to Canary
by
joep517
4 days, 11 hours ago -
Windows 11 ad from Campaign Manager in Windows 10
by
Jim McKenna
2 days, 4 hours ago
Recent blog posts
Key Links
Want to Advertise in the free newsletter? How about a gift subscription in honor of a birthday? Send an email to sb@askwoody.com to ask how.
Mastodon profile for DefConPatch
Mastodon profile for AskWoody
Home • About • FAQ • Posts & Privacy • Forums • My Account
Register • Free Newsletter • Plus Membership • Gift Certificates • MS-DEFCON Alerts
Copyright ©2004-2025 by AskWoody Tech LLC. All Rights Reserved.