After a long hiatus due to chronic illness I'm trying to pick-up a batch file project where I left off some time ago, and I'm afraid I'm pretty rusty and have forgotten most of what little I knew about batch file programming.
I'm still running MS-DOS 6.21 (Not under Windows in a DOS box, but plain MS-DOS like we used to run it back in the 90s (Ah! Those were the days!) but I digress...

I've got a DOS text editor called TSE 2.5 that has a built in macro language which allows me to run batch files from within the editor and pass variables from the text editor to the batch file as parameters.
I ran into a problem with this process this morning:
I was working on a TSE macro that would pass a bunch of path strings to a DOS batch file as parameters.
It worked OK for the first 4 path strings, but when it came to the 5th parameter (another long path string) it only passed on the first 15 characters of the path string to the batch file.
So, it seems I've run up against some kind of limit and I'm trying to figure out what it is and how to increase it. I figure it might be in the text editor itself, in MS-DOS, or in the batch file process within MS-DOS.
I'd be grateful for some help troubleshooting this problem, because I've got at least a couple, probably more, long path strings that I need to pass to the batch file.
Anyone here still remember how to configure MS-DOS?
Any ideas?
Will in Seattle
a.k.a. "Clueless