1. DOS Box in Win2000
- Posted by "CK's FOAD Mail" <cklester at e-forms.net> Nov 10, 2000
- 399 views
------=_NextPart_000_0108_01C04B2F.74FC45D0 charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Guys 'n' Gals, I've got a Win2K box at my work and it has the same problems as the NT = box... When running a DOS EUPHORIA program (executable), it has a = problem with long filenames. Is this because the DOS emulator in NT is = buggy/incomplete? Is anybody experiencing success in a similar environment? Any help would be appreciated. Otherwise, I have to convert our company's install program to Win32, and = who knows how long THAT would take! Thanks! ck ------=_NextPart_000_0108_01C04B2F.74FC45D0 charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"> <HTML><HEAD> <META content=3D"text/html; charset=3Diso-8859-1" = http-equiv=3DContent-Type> <META content=3D"MSHTML 5.00.2920.0" name=3DGENERATOR> <STYLE></STYLE> </HEAD> <BODY bgColor=3D#ffffff> <DIV><FONT face=3DArial size=3D2>Guys 'n' Gals,</FONT></DIV> <DIV> </DIV> <DIV><FONT face=3DArial size=3D2>I've got a Win2K box at my work and it = has the same=20 problems as the NT box... When running a DOS EUPHORIA program = (executable), it=20 has a problem with long filenames. Is this because the DOS emulator in = NT is=20 buggy/incomplete?</FONT></DIV> <DIV> </DIV> <DIV><FONT face=3DArial size=3D2>Is anybody experiencing success in a = similar=20 environment?</FONT></DIV> <DIV> </DIV> <DIV><FONT face=3DArial size=3D2>Any help would be = appreciated.</FONT></DIV> <DIV> </DIV> <DIV><FONT face=3DArial size=3D2>Otherwise, I have to convert our = company's install=20 program to Win32, and who knows how long THAT would take!</FONT></DIV> <DIV> </DIV> <DIV><FONT face=3DArial size=3D2>Thanks!</FONT></DIV> <DIV><FONT face=3DArial size=3D2>ck</FONT></DIV> ------=_NextPart_000_0108_01C04B2F.74FC45D0--
2. Re: DOS Box in Win2000
- Posted by "Darth Maul, aka Matt" <uglyfish87 at HOTMAIL.COM> Nov 11, 2000
- 405 views
I dunno. Maybe CMD.EXE doesn't like long filenames. I could give you my COMMAND.COM, but who knows if NT and 2k like real-mode apps?
3. Re: DOS Box in Win2000
- Posted by Ray & Debbie Smith <smithr at IX.NET.AU> Nov 12, 2000
- 407 views
NT (and maybe Win2000) come with 2 versions of command.com. The old, dos version (command.com) with 8.3 type file names, and the new improved Windows version (cmd.exe) that has support for long file names. Just a note, if using the new cmd.exe you don't even need to put spaces around directories with spaces, eg cd \program files ... will work ok, whereas in win9x you need to type cd \"program files The "command prompt" menu item uses the new cmd.exe. Do you start a command prompt before running your program??? Maybe, somehow your application is associating itself with the old command.com? Ray Smith. ----- Original Message ----- From: Darth Maul, aka Matt <uglyfish87 at HOTMAIL.COM> To: <EUPHORIA at LISTSERV.MUOHIO.EDU> Sent: Sunday, November 12, 2000 12:38 AM Subject: Re: DOS Box in Win2000 > I dunno. Maybe CMD.EXE doesn't like long filenames. I could give you my > COMMAND.COM, but who knows if NT and 2k like real-mode apps?