Kbase 19974: Running Published Applications Within Win2000/MetaFrame 1.8
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  11/06/2002 |
|
Status: Unverified
FACT(s) (Environment):
Windows 2000
Citrix Metaframe 1.8
SYMPTOM(s):
Second session is not using defined working directory.
Second session inherts the first sessions working directory, even when another working directory is specified.
CAUSE:
A "." in the PROPATH is the cause of the problem. The PROPATH may vary depending on the already open sessions.
FIX:
Avoid using "." in the PROPATH. A possible work around is not to publish the application with target
%DLC%\bin\prowin32 ..... -p start.p
and with "start in" set to working directory. Instead, create a CMD file that sets the working directory first and then runs the application.
For example:
REM Progress Application startup script
M:
CD \MYAPP
START %Dlc%\bin\Prowin32.exe ..... -p start.p