Nucleus Posted October 5, 2005 Posted October 5, 2005 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?
MHz Posted October 6, 2005 Posted October 6, 2005 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?
Nucleus Posted October 6, 2005 Author Posted October 6, 2005 Ok i'll try that. I though it was a corruption or something
Nucleus Posted October 13, 2005 Author Posted October 13, 2005 I have tried this:RunOnceEx.cmdREG ADD %KEY%\003 /VE /D "MS Proofing Tools 2003" /fREG ADD %KEY%\003 /V 1 /D "%CDROM%\Software\Office2003\PROOFINGTOOLS\PTKSETUP.exe TRANSFORMS=Unattended.MST /qb-" /fREG ADD %KEY%\003 /V 2 /D "%CDROM%\Software\Office2003\PROOFINGTOOLS\Dictionary.cmd" /fand in Dictionary.cmdmkdir "%APPDATA%\Microsoft\Proof"copy CUSTOM.DIC "%APPDATA%\Microsoft\Proof"CUSTOM.DIC is in the same folder as Dictionary.cmdStill doesn't copy the file in "%APPDATA%\Microsoft\Proof"What I'm I doing wrong here?Is there a better way of fixing this?
MHz Posted October 20, 2005 Posted October 20, 2005 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.
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now