Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

Strange behavior reloading SHRALIAS sav files.

May
12,834
163
I just installed TCC on a new machine (XP SP3). A logon script does this:

Code:
if not isdir %SHRALIAS_SAVE_PATH md %SHRALIAS_SAVE_PATH
cdd %SHRALIAS_SAVE_PATH

echo Now in %_cwd

for %f in ( *.sav ) %@name[%f] /r %f

delay 2

(with a few more delays later). The dirhistory file it loaded looked OK:

Code:
ff fe 47 00 3a 00 5c 00  50 00 72 00 6f 00 6a 00  ? G : \ P r o j
65 00 63 00 74 00 73 00  5c 00 67 00 6d 00 73 00  e c t s \ g m s
74 00 65 00 73 00 74 00  5c 00 52 00 65 00 6c 00  t e s t \ R e l
65 00 61 00 73 00 65 00  0d 00 0a 00 56 00 3a 00  e a s e . . V :
5c 00 0d 00 0a 00                                 \ . .

But it doesn't look good in the dirhistory popup, there being an unprintable in front of the first line.

Code:
?G:\Projects\gmstest\Release\
 
The new machine has nothing to do with it. It happens on the old machine also.

I just installed TCC on a new machine (XP SP3). A logon script does this:

Code:
if not isdir %SHRALIAS_SAVE_PATH md %SHRALIAS_SAVE_PATH
cdd %SHRALIAS_SAVE_PATH

echo Now in %_cwd

for %f in ( *.sav ) %@name[%f] /r %f

delay 2
(with a few more delays later). The dirhistory file it loaded looked OK:

Code:
ff fe 47 00 3a 00 5c 00  50 00 72 00 6f 00 6a 00  ? G : \ P r o j
65 00 63 00 74 00 73 00  5c 00 67 00 6d 00 73 00  e c t s \ g m s
74 00 65 00 73 00 74 00  5c 00 52 00 65 00 6c 00  t e s t \ R e l
65 00 61 00 73 00 65 00  0d 00 0a 00 56 00 3a 00  e a s e . . V :
5c 00 0d 00 0a 00                                 \ . .
But it doesn't look good in the dirhistory popup, there being an unprintable in front of the first line.

Code:
?G:\Projects\gmstest\Release\
 

Similar threads

Back
Top