Re: Help with Selfold! It eats all my diskspace!

From: Lemire Dave (LEMIRED@bah.com)
Date: Sat, 01 Mar 1997 14:50 -0500

>Well, in the doc that comes with YarnUtils (yarnutil), the author does
>mention that this app is the least tested of all of them. Perhaps, he
>did not test it under 4dos.
>
>I tried running selfold from an MS-DOS prompt, and it worked. I run
>Win95, and I only use DOS. You might want to try this, and see if it
>solves the problem.

4DOS is only a command processor and makes no fundamental changes to DOS.
In 10+ years of beta testing & using 4DOS, I have VERY rarely come across a
compability problem related to it. Those I have found are 99% to do with
batch files, not executables. One place I have occasionally found to be an
issue is path length: 4DOS permits the path (and environment variables in
general) to be longer than the 127 character limit imposed by MS-DOS. Some
compilers, as part of their standard start-up code, place a copy of the
environment on the stack and overlong variables do occasionally cause
problems. Ray, you should check your PATH to see if it exceeds 127
characters and, if so, try running selfold with a shorter path to see if
that fixes the problem.

- DaveL