[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [ns] problem installing tcl8.3.2 on win98.




The command.com file do exist in the c:\ directory.

Hao Wang


On Thu, 29 Nov 2001, Aaron D Striegel wrote:

> Are you sure that command.com is in the C:\ directory.  You may need to use
> an alternate path
>
> Aaron
>
> At 10:11 PM 11/28/2001 -0800, you wrote:
> >Hi there,
> >
> >I was trying to install ns2 on win98 (Ver. 4.10.2222). I downloaded and
> >unziped all the files. I modified the config.sys file as the web told,
> >adding a line "SHELL= C:\COMMAND.COM C:\ /E:32000 /P", so that the system
> >did no complain about limited evironment space. I run the vcvars32.bat
> >file. Then I cd into the c:\netsim\tcl8.3.2\win directory and modified
> >the mkd.bat file, changing all the "md"s into "mkdir"s. I also modified
> >the makefile.vc as shown in the fllowing lines.
> >
> >MACHINE         = IX86
> >
> >ROOT            = c:\netsim\tcl8.3.2
> >INSTALLDIR      = c:\netsim\tcl8.3.2\win\release
> ># I also tried " INSTALLDIR  = c:\progra~1\Tcl"
> >
> >!IF "$(MACHINE)" == "IA64"
> >TOOLS32         = c:\ia64sdk17
> >TOOLS32_rc      = c:\ia64sdk17
> >!ELSE
> >TOOLS32         = c:\Progra~1\micros~3\vc98
> >TOOLS32_rc      = c:\Progra~1\micros~3\common\msdev98\
> >!ENDIF
> >
> >
> >Then I run "nmake /f makefile.vc", and I got the following lines.
> >
> >Microsoft (R) Program Maintenance Utility   Version 6.00.8168
> >Copyright (C) Microsoft Corp 1988-1998. All rights reserved.
> >
> >Invalid COMMAND.COM
> >Enter correct name of Command Interpreter (eg, C:\COMMAND.COM)
> > >>
> >
> >
> >Could anyone tell me what's wrong?
> >
> >Thanks,
> >
> >Hao Wang
>
>
>