Microsoft KB Archive/103286

From BetaArchive Wiki
< Microsoft KB Archive
Revision as of 09:14, 20 July 2020 by X010 (talk | contribs) (Text replacement - "<" to "<")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Article ID: 103286

Article Last Modified on 8/16/2005



APPLIES TO

  • Microsoft Publisher 2.0 Standard Edition
  • Microsoft Publisher 2.0a
  • Microsoft Publisher 3.0 Standard Edition



This article was previously published under Q103286


SUMMARY

There are several Command Line parameters you can use to avoid the Start Up dialog box when you start Publisher. The Start Up dialog box gives you a choice of using a PageWizard design assistant, using a template, starting from scratch, opening an existing publication, or getting instructions about how to use the Start Up dialog box.

MORE INFORMATION

For Microsoft Publisher 97:

  1. In Publisher click Tools, Options
  2. Remove the check mark from "Use Startup Dialog Box"

For Microsoft Publisher 3.0 or Publisher 97, follow these steps:

  1. Create a shortcut for Publisher (version 2.0 or 3.0).
  2. With the right mouse button, click the shortcut and choose Properties.
  3. Click the Shortcut tab.
  4. Append either "/b" or "/t <filename>" (without the quotation marks, and where filename is the name of the template) on the end of the Target line. Be sure to place the switch to the right of the ending quotation mark on the target line, for example:

    "C:\Program Files\Microsoft Publisher\MSPUB.EXE" /b

    -or-

    "C:\Program Files\Microsoft Publisher\MSPUB.EXE" /t \Program Files\Microsoft Publisher\Template\MyTemplate.PUB

    Note: The /w PageWizard switch available in Publisher 2.0 does not apply to version 3.0 because the wizards are DLLs.

To change the Command Line parameter for Publisher 2.0 and Windows 3.x:

  1. Click the Publisher icon once.
  2. From the File menu in Program Manager, choose Properties.
  3. Type the parameter in the Command Line box.

    To bypass the Start Up dialog box and open a blank publication, use the following command line:

    mspub.exe /b

    To have Publisher open a specified template every time it is opened, use

    mspub.exe /t <filename>

    where <filename> is the name of your template.

    To have Publisher open and start a specific PageWizard design assistant, use

    mspub.exe /w <filename>

    where <filename> is the name of one of the PageWizard design assistant files in the MSPUB\PAGEWIZ directory.

For Windows NT 3.51, follow the above outlined procedures except that "/w" does not apply to Publisher version 3.0 and will not work.


Additional query words: 2.00 2.00a pub20 pub3 pub95 mspub start ear start_up dlg win31 blank startup scratch empty

Keywords: kbhowto kbusage KB103286