- Dec
- 236
- 2
There seems to be a problem with “Directory Aliases” in version 17.
I have the following:
set jps=c:\jpsoft\startup
alias jps:=%jps
In version 16:
dir jps: and dir jps:\
Volume in drive C is unlabeled Serial number is 7a68:cdf3
Directory of C:\JPSoft\StartUp\*
10/27/2014 7:59 <DIR> .
10/27/2014 7:59 <DIR> ..
9/30/2014 10:34 4,573 aliases.ini
9/12/2014 15:31 979 arclog.btm
2/13/2014 16:08 23,465 assoc.ini
2/13/2014 16:13 45,253 associate.ini
3/03/2014 10:52 577 dir.ini
12/06/2012 10:45 4,622 directorydif.txt
9/12/2014 14:31 2,857 eKHR.ini
9/19/2014 15:26 964 eKHRaliases.ini
11/29/2012 11:46 44 ftp.cfg
2/13/2014 9:13 66,325 ftype.ini
4/23/2014 8:46 688 function.ini
2/19/2014 13:09 54 jabber.btm
9/11/2014 8:12 252 monthjobs.btm
9/11/2014 8:43 278 monthlogbackup.btm
9/18/2014 8:49 2,121 Set.ini
10/27/2014 7:36 1,400 tcstart.btm
11/24/2009 14:26 89 USBConnect.btm
11/24/2009 13:30 113 USBDisconnect.btm
2/13/2014 16:12 237 user_assoc.ini
2/13/2014 16:15 665 user_associate.ini
2/13/2014 16:11 1,735 user_ftype.ini
157,291 bytes in 21 files and 2 dirs 225,280 bytes allocated
302,236,966,912 bytes free
Version 17 is identical
But when executing the following:
Call jps:\monthjobs.btm
Version 16, executes with no problems but version 17 produces:
[16] (4366264K) c:\jpsoft\startup > call jps:\monthjobs.btm
TCC: (Sys) The directory name is invalid.
"C:\JPSoft\StartUp:\monthjobs.btm"
The colon, “:”, wasn’t removed during the parsing and reconstruction of the final command line to be execute.
I have the following:
set jps=c:\jpsoft\startup
alias jps:=%jps
In version 16:
dir jps: and dir jps:\
Volume in drive C is unlabeled Serial number is 7a68:cdf3
Directory of C:\JPSoft\StartUp\*
10/27/2014 7:59 <DIR> .
10/27/2014 7:59 <DIR> ..
9/30/2014 10:34 4,573 aliases.ini
9/12/2014 15:31 979 arclog.btm
2/13/2014 16:08 23,465 assoc.ini
2/13/2014 16:13 45,253 associate.ini
3/03/2014 10:52 577 dir.ini
12/06/2012 10:45 4,622 directorydif.txt
9/12/2014 14:31 2,857 eKHR.ini
9/19/2014 15:26 964 eKHRaliases.ini
11/29/2012 11:46 44 ftp.cfg
2/13/2014 9:13 66,325 ftype.ini
4/23/2014 8:46 688 function.ini
2/19/2014 13:09 54 jabber.btm
9/11/2014 8:12 252 monthjobs.btm
9/11/2014 8:43 278 monthlogbackup.btm
9/18/2014 8:49 2,121 Set.ini
10/27/2014 7:36 1,400 tcstart.btm
11/24/2009 14:26 89 USBConnect.btm
11/24/2009 13:30 113 USBDisconnect.btm
2/13/2014 16:12 237 user_assoc.ini
2/13/2014 16:15 665 user_associate.ini
2/13/2014 16:11 1,735 user_ftype.ini
157,291 bytes in 21 files and 2 dirs 225,280 bytes allocated
302,236,966,912 bytes free
Version 17 is identical
But when executing the following:
Call jps:\monthjobs.btm
Version 16, executes with no problems but version 17 produces:
[16] (4366264K) c:\jpsoft\startup > call jps:\monthjobs.btm
TCC: (Sys) The directory name is invalid.
"C:\JPSoft\StartUp:\monthjobs.btm"
The colon, “:”, wasn’t removed during the parsing and reconstruction of the final command line to be execute.