VOGONS

Common searches


Search results

Display options

Re: SUBST command

this works: mount f e:\tools\vb mount g e:\tools.vb\temp Not in my DOSbox.exe nor according to the manual. I finally got mine working ... PATH was and is the problem. I need more directories in the PATH so added them. With these dir.s added DOSbox wont work as w/o the extra dir.s, why? DOSbox isn't …

Re: SUBST command

mount g e:\tools\vb\temp This wont fly ... it would be the second MOUNT. SUBST g: e:\tools.vb\temp Works sometimes ... found my PATH stmt was pointing to %winDir%\system32 ... changed that to %winDir%\system and it worked for a few runs. Now its back to saying 'Illegal MOUNT'. Checked my PATH, its …

Re: SUBST command

I'm having problems with the SUBST cmd in DOSbox (SVN-Daum version). My ABC program tries to write output to the G: drive, so how does one make one? I have tried the following: Outside DOSbox: 1. Subst g: e:\tools.vb\temp 2. run DOSbox 3. ABC program runs ... creating write stmts. to G-drv. DOSbox …

Re: Batch "If ... Else" Statement?

But that does NOT answer my question on how or does the if ... else ... stmt. works. Here is a large example that does NOT show any ECHO responses, why? if %FCext%X == fcX ( echo getName.bat ok 1 ) else if %FCext%X == expX ( echo getName.bat ok 2 ) else if %FCext%X == exeX ( echo getName.bat ok 3 ) …

Page 1 of 2