On Wed, Mar 16, 2022 at 12:18 PM Brandon Taylor
<donnie126_2...@hotmail.com> wrote:
>
> Now, from what I've read in previous posts, it sounds like others have had 
> success by replacing "start" with "try," such that the line now reads "call 
> %dosdir%\bin\fdnet.bat try",

Other [psts where?

Start is a command. implemented by CMD.EXE in Windows, and can be used
to start a new process in a window from the command line. I've used it
to do that.  It does nor exist in pure MSDOS batch as implemented by
COMMAND.COM

Try/Catch is an exception handling routine, present in JavasScript and
C# (and I think in Java.)  Just what is supposed to be  handling the
try here?

I'm not surprised you are getting an error.

> Brandon Taylor
______
Dennis


_______________________________________________
Freedos-user mailing list
Freedos-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/freedos-user

Reply via email to