G
Girod Marc
Hello!
I am using IBM/Rational ClearCase on a Windows 2000 server.
This application has a scheduler which runs bat files actually feeding
themselves to perl.
One such "task" reports errors like:
"The system cannot find the path specified"
Running it in verbose mode, I get the following transcript excerpt:
C:\apps\atria\config\scheduler\tasks>.\sync_receive.bat -trace
entering DoCmd(cd)
in GetTmpdir() NT EVs:
TMP: C:\DOCUME~1\ccvobadmin_imn\Local Settings\Temp\2
TEMP: C:\DOCUME~1\ccvobadmin_imn\Local Settings\Temp\2
TMPDIR:
TEMPDIR:
The system cannot find the path specified.
[...]
If I set TMP and TEMP to D:\tmp, the error disappears.
So, my guess is that either the batch interpretor or perl is not happy
with the paths containing spaces and long names.
Is there some configuration setting to enable an automatic conversion
of Windows paths to DOS ones (partly in use with the "\DOCUME~1" part
above)?
Thanks for any assistance!
I am using IBM/Rational ClearCase on a Windows 2000 server.
This application has a scheduler which runs bat files actually feeding
themselves to perl.
One such "task" reports errors like:
"The system cannot find the path specified"
Running it in verbose mode, I get the following transcript excerpt:
C:\apps\atria\config\scheduler\tasks>.\sync_receive.bat -trace
entering DoCmd(cd)
in GetTmpdir() NT EVs:
TMP: C:\DOCUME~1\ccvobadmin_imn\Local Settings\Temp\2
TEMP: C:\DOCUME~1\ccvobadmin_imn\Local Settings\Temp\2
TMPDIR:
TEMPDIR:
The system cannot find the path specified.
[...]
If I set TMP and TEMP to D:\tmp, the error disappears.
So, my guess is that either the batch interpretor or perl is not happy
with the paths containing spaces and long names.
Is there some configuration setting to enable an automatic conversion
of Windows paths to DOS ones (partly in use with the "\DOCUME~1" part
above)?
Thanks for any assistance!