System: Fedora 3 and Crossover Office 5.0
Assuming that you installed in win98 bottle.
gedit /home/aroberts/.cxoffice/win98/desktopdata/cxmenu/StartMenu/Programs/Microsoft+Word
Change this file (Of Course, add your paths to it)
#!/bin/sh
# clean directories of ~/ template files
# remove temporary endnote template file.
cd "/home/aroberts/.cxoffice/win98/drive_c/Windows/Application Data/Microsoft/Word/STARTUP"
rm -f "*~*.dot"
# remove residual mathtype template file.
cd "/home/aroberts/.cxoffice/win98/drive_c/Program Files/Microsoft Office/Office10/Startup"
rm -f "*~*.dot"
cd "/home/aroberts"
# open word
# run endnote in verbose mode, so that the program doesn't lock up
exec "/opt/cxoffice/bin/wine" --bottle=win98 --verbose --cx-app=endnote &
exec "/opt/cxoffice/bin/wine" --bottle "win98" --start "c:/Windows/Start Menu/Programs/Microsoft Word.lnk" "$@" &