|
Download
Import Text Plus
2 (3208KB)
Import Text Plus is undergoing some major
overhaul of the UI (user interface). Most obvious will be the controls
used to navigate to files. This area has been rewritten to more mimic
Corel's look and feel, with a few new goodies. Please spend some time in
this area and try out the icon buttons across the top. I think the drop
down list of previous folder locations should be helpful. Installation Unzip
the downloaded file, and run setup. For now, install it in a different
folder than you did the old ITP. Now,
find in your \Ventura\Scripts folder, ImportTextPlus.csc. Open this in
Notepad or CorelScript Editor and change the paths as shown to the left |
|
ImportTextPlus.csc modifications
SetCurrFolder "F:\ImportTextPlus\"
ExecProcess = "F:\ImportTextPlus\ImportTextPlus.exe"
Ret% = STARTPROCESS(ExecProcess)
Change to:
SetCurrFolder - place within the quotes
the folder of your new installation. ExecProcess
- again, within quotes - the full path and file name of the new
executable. Remember the new one is - Importtextpluspro.exe Save
the file. When you choose Import Text Plus under your File menu, you'll
get the new version. To revert to the old, just undo the changes you've
made above. |