7 lines
200 B
Batchfile
7 lines
200 B
Batchfile
Rem
|
|
Rem Set an environment variable for the MS Office 4.3 install directory.
|
|
Rem Replace it with the directory where MS Office 4.3 installed (w/o trailing '\').
|
|
|
|
Set OFC43INST=%SystemDrive%\MSOFFICE
|
|
|