|
From: dmccunney <den...@gm...> - 2022-03-16 18:03:37
|
On Wed, Mar 16, 2022 at 12:18 PM Brandon Taylor <don...@ho...> 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 |