Important Notice: Our web hosting provider recently started charging us for additional visits, which was unexpected. In response, we're seeking donations. Depending on the situation, we may explore different monetization options for our Community and Expert Contributors. It's crucial to provide more returns for their expertise and offer more Expert Validated Answers or AI Validated Answers. Learn more about our hosting issue here.

Why does the BASIC command not work outside of jsh?

BASIC Command jsh outside
0
10 Posted

Why does the BASIC command not work outside of jsh?

0
10

BASIC works from the jshell (jsh), but does not work from the command line (C:>). This is usually a problem with the environment. Specifically the PATH, LIB and INCLUDE variables. First check these values in jshell (jsh) by typing the following three statements, then do the same at the command line (c:>). To check these values type in the following commands: echo %PATH% If you use the SDK then this will include anywhere within it “C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\bin;C:\Program Files\Microsoft Visual Studio .NET 2003\Common7\IDE” echo %LIB% If you use the SDK then this will include anywhere within it “C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\lib” echo %INCLUDE% If you use the SDK then this will include anywhere within it “C:\Program Files\Microsoft Visual Studio .NET 2003\VC7\include” If any of these are not the same then use Settings >> Control Panel >> System >> Advanced >> Environment Variables and set them as shown.

Related Questions

What is your question?

*Sadly, we had to bring back ads too. Hopefully more targeted.

Experts123