Article ID: 117693
Article Last Modified on 10/30/2006
119591 How to Obtain Microsoft Support Files from Online Services
VMB.386 ( 9,273 bytes, dated 02-24-92, 3:54 P.M.) DEMILAYR.DLL ( 48,304 bytes, dated 07-01-93, 12:20 P.M.) MAILMGR.DLL ( 51,632 bytes, dated 07-01-93, 1:12 P.M.) STORE.DLL (231,264 bytes, dated 02-01-94, 2:40 P.M.) MMFCLEAN.EXE ( 43,520 bytes, dated 10-12-94, 3:48 P.M.) WX.EXE ( 14,215 bytes, dated 03-03-92, 5:57 A.M.) WXSRVR.EXE ( 17,920 bytes, dated 03-03-92, 5:57 A.M.) MMFCLEAN.INI ( 1,398 bytes, dated 12-13-93, 10:54 A.M.) README.TXT
mkdir <drive>:\mmfclean
copy <srcdrive>:\*.dll <destdrive>:\mmfclean
copy d:\test\*.dll c:\mmfclean
copy <srcdrive>:\mmfclean.exe <destdrive>:\mmfclean
copy d:\test\mmfclean.exe c:\mmfclean
copy <srcdrive>:\mmfclean.ini <destdrive>:\<windowsdir>
copy d:\test\mmfclean.ini c:\windows
Parameter | Example/description
--------------------------------------------------------------------
Drive=<drive and path to | Drive=m:\testpo
postoffice> | -or-
| Drive=\\<server>\<share>\<path>
| -or-
| Drive=<server>/<share>:<path>
|
Name=<administrator's mailbox name> | Name=Admin
|
Password=<administrator's password> | Password=password
|
MailAge=<default mail age days> | MailAge=30
|
MsgSize=<default message size | MsgSize=20
in kilobytes> |
|
MsgPriority=<default message | MsgPriority=3
priority> |
| Here is how the numeric priorities
| relate to the Mail for Windows
| priorities: Priorities 1 & 2=Low,
| priority 3=Medium, and priorities
| 4 & 5=High.
|
MMFSize=<minimum MMF size | MMFSize=45
in kilobytes> |
| MMFs smaller than the specified size
| are ignored. A value of zero means
| to accept all.
|
OnlyReadMail=<delete only read | OnlyReadMail=1
mail 0/1> |
| 0 = Unread and Read
| 1 = Read mail only
|
AllFolders=<0/1/2> | AllFolders=0
|
| Which folders should be searched:
|
| 0 = All folders
| 1 = Inbox, Sent mail, and Wastebasket
| folders only
| 2 = Sent mail and Wastebasket
| folders only
|
LogFile=<path & name of log file> | LogFile=c:\mmfclean\mmfclean.log
|
JustLogUsers=<0/1> | JustLogUsers=0
|
| 1 = Only log user statistics to log
| file-no cleaning or compression.
|
JustCompress=<0/1> | JustCompress=0
|
| 1 = Only Compress MMFs-no cleaning.
|
SkipBad=<0/1> | SkipBad=0
|
| Skip bad MMFs when processing-useful
| for overnight runs. Bad MMFs are
| logged for later interactive rebuild.
|
| SkipBad is ignored when WorkLocal=1.
|
| 0 = Do not skip bad MMFs, but bring
| up a repair dialog box.
| 1 = Skip bad MMFs.
|
WorkLocal=<0/1> | WorkLocal=0
|
| Copy MMFs to a local drive for
| processing. Useful if servers and
| networks are slow and you need
| increased performance.
|
| 0 = Don't copy, work off the server.
| 1 = Copy to local drive.
|
LocalPath=<path> | LocalPath=c:\temp
| Destination path for MMFs that are
| being copied locally. Presence of
| this entry does not imply that
| WorkLocal=1. This is so you can have
| a path entry in your .INI file, but
| turn local processing on and off
| from the command line.
MMFCLEAN Command-Line Options
-----------------------------
Usage: mmfclean [command-line options]
Options | Description
--------------------------------------------------------------------
/P:<password> | Admin password.
|
/N:<username> | Admin user name.
|
/D:<drive> | Postoffice path.
|
/A:<days> | Mail age.
|
/G:<msgsize> | All messages greater than.
|
/O:<1-5> | Mail priority less than or equal to.
|
/S:<mmfsize> | Users with MMF size greater than.
|
/R | Only read mail.
|
/U | Both read and unread mail.
|
/F | Search all folders.
|
/I | Search Inbox, Sent Mail, Wastebasket only.
|
/W | Search Sent Mail and Wastebasket only.
|
/L:<logfilename> | Log file.
|
/J | Log users-don't compress.
|
/C | Just compress-no cleaning.
|
/B | Batch mode-run immediately and exit after.
|
/K | Skip bad MMFs when processing.
|
/H | Copy files to local drive for processing; use
| of this switch without /T or a corresponding
| .INI file entry file causes MMFCLEAN to
| default to the Windows directory.
|
/T:<path> | Local path to which MMF files should be
| copied for processing (/H switch); use of
| this switch implies /H.
[386Enh] Device=vmb.386The VMB.386 file will allow you to run a Windows-based application from the MS-DOS prompt.
Options | Description /A | Run program asynchronously. /H[ELP] | Call QuickHelp. /N[OLOGO] | Suppress copyright message. /W | Assume virtual machine (VM) is windowed. /? | Display summary help.Example: wx /w mmfclean.exe /a:20 /n:admin /p:password /u /b
Additional query words: 3.20 wga
Keywords: kbdownload kbgraphxlinkcritical KB117693