Jump to content

Recommended Posts

Posted

This is the error message i get, first time i try to run spellcheck in MS Word. Why is that file missing? And how do i fix this?

There is no custom dictionary C:\Documents and Settings\Windows XP\Application Data\Microsoft\Proof\CUSTOM.DIC. Do you want to create it now?

post-44055-1128523453_thumb.jpg


Posted

That is not an error msgbox, that is a question msgbox. You could try to create one and copy it over when you install office?

Posted

I have tried this:

RunOnceEx.cmd

REG ADD %KEY%\003 /VE /D "MS Proofing Tools 2003" /f
REG ADD %KEY%\003 /V 1 /D "%CDROM%\Software\Office2003\PROOFINGTOOLS\PTKSETUP.exe TRANSFORMS=Unattended.MST /qb-" /f
REG ADD %KEY%\003 /V 2 /D "%CDROM%\Software\Office2003\PROOFINGTOOLS\Dictionary.cmd" /f

and in Dictionary.cmd

mkdir "%APPDATA%\Microsoft\Proof"
copy CUSTOM.DIC "%APPDATA%\Microsoft\Proof"

CUSTOM.DIC is in the same folder as Dictionary.cmd

Still doesn't copy the file in "%APPDATA%\Microsoft\Proof"

What I'm I doing wrong here?

Is there a better way of fixing this?

Posted

Try this. It should use the full address for the source file.

copy /y "%~dp0CUSTOM.DIC" "%APPDATA%\Microsoft\Proof"

If it fails then you may need to add a pause in the script to find out what the error returned is.

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...