Is there a way to change the default folder Icepak looks in when unpacking a packed (tzr) file?


Open the Icepak batch file located in the Icepak installation directory.
Add the path in the line just below the last line in the batch file. In the example below `C:models` has been set as the location

e.g.
@echo off
set ICEPAK_INSTALL_LOCATION=%~dp0..
set ICEPAK_ROOT=%ICEPAK_INSTALL_LOCATION%icepak4.4.8
set FLUENT_INC=%ICEPAK_ROOT%Fluent.Inc
set FLUENT_ARCH=ntx86
set FLUENT_LICENSE_PATH=%ICEPAK_ROOT%..licensentx86
set PATH=%ICEPAK_ROOT%bin.ntx86;%PATH%
cd C:models
%ICEPAK_ROOT%bin.ntx86icepak %*





Show Form
No comments yet. Be the first to add a comment!