- Aug
- 2,294
- 111
XSORT does not play well with folder names that have spaces.
Moving the file alias.lst to a folder with no spaces in the folder name works as it should with XSORT.
Joe
Code:
C:\...\TCMD33>@xsort alias.lst
TCC: (Sys) The filename, directory name, or volume label syntax is incorrect.
"C:\Program Files\JPSoft\TCMD33\alias.lst"
C:\...\TCMD33>@xsort %@truename[alias.lst]
TCC: (Sys) The system cannot find the file specified.
"C:\Program"
C:\...\TCMD33>@xsort "%@truename[alias.lst]"
TCC: (Sys) The filename, directory name, or volume label syntax is incorrect.
"C:\Program Files\JPSoft\TCMD33\alias.lst"
C:\...\TCMD33>@dir alias.lst
Volume in drive C is unlabeled Serial number is acb2:6a48
Directory of C:\Program Files\JPSoft\TCMD33\alias.lst
2024-09-22 8:54 24,240 alias.lst
24,240 bytes in 1 file and 0 dirs 24,576 bytes allocated
Moving the file alias.lst to a folder with no spaces in the folder name works as it should with XSORT.
Joe
Code:
TCC 33.00.9 x64 Windows 10 [Version 10.0.19045.4894]