473,671 Members | 2,252 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Error:: 'more' is not recognized as an internal or external command

40 New Member
Hai,
can anyone tel me what dose this error mean.
'more' is not recognized as an internal or external command,
operable program or batch file.
Jul 31 '07 #1
8 22292
michaelb
534 Recognized Expert Contributor
Where and how are you trying to execute the "more" command?
You don't give enough details to answer the question you posted.
Aug 1 '07 #2
crs27
40 New Member
Hai,
find the below...

C:\Program Files\PostgreSQ L\8.2\bin>psql testDB xyz
Password for user xyz:
Welcome to psql 8.2.4, the PostgreSQL interactive terminal.

Type: \copyright for distribution terms
\h for help with SQL commands
\? for help with psql commands
\g or terminate with semicolon to execute query
\q to quit

Warning: Console code page (437) differs from Windows code page (1252)
8-bit characters may not work correctly. See psql reference
page "Notes for Windows users" for details.

testDB=> select * from test;
'more' is not recognized as an internal or external command,
operable program or batch file.
testDB=>

I unable to resolve this,Im very new to PostgreSQL.
Kindly revert back.

Thank you
Aug 2 '07 #3
crs27
40 New Member
Hai,

one more thing is,i have instaled PostgreSQl directly on Windows.From postgresql.com ,from FTP mirrors.
But i have doubt is the installation some where wrong,as i have come across the forums that PostgreSQL has to be installed through Cygwin.Im confused.
Right now im able to create DB,tables and import data through PGAdmin.
am I wrong anywere,im confused.
Aug 2 '07 #4
michaelb
534 Recognized Expert Contributor
Let's try to gather some information:

Open the DOS window and at the prompt type this command:
more abc
Hit the Enter key. What happens?

What version of Windows you are currently using?
Was it a fresh install, or did you upgrade from some previous version?
Aug 2 '07 #5
crs27
40 New Member
Let's try to gather some information:

Open the DOS window and at the prompt type this command:
more abc
Hit the Enter key. What happens?

What version of Windows you are currently using?
Was it a fresh install, or did you upgrade from some previous version?
Yup,this is wht i get..
Im using Windows XP

C:\Program Files\PostgreSQ L\8.2\bin>more
'more' is not recognized as an internal or external command,
operable program or batch file.

C:\Program Files\PostgreSQ L\8.2\bin>psql testDB sindhu
Password for user sindhu:
Welcome to psql 8.2.4, the PostgreSQL interactive terminal.

Type: \copyright for distribution terms
\h for help with SQL commands
\? for help with psql commands
\g or terminate with semicolon to execute query
\q to quit

Warning: Console code page (437) differs from Windows code page (1252)
8-bit characters may not work correctly. See psql reference
page "Notes for Windows users" for details.

testDB=> \h;
'more' is not recognized as an internal or external command,
operable program or batch file.
Aug 6 '07 #6
michaelb
534 Recognized Expert Contributor
Typically you should have the more command (file more.com) in your Windows\system3 2 directory.
If you don't have it - install it. If it's there make sure that path C:\WINDOWS\syst em32 (or whatever the path is in your computer) is in the PATH variable.
You can take a quick look at your path settings using the set command at the DOS prompt.

Expand|Select|Wrap|Line Numbers
  1. C:\>set path
  2. Path=C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\SecureCRT3.0;C:\Program Files\PostgreSQL\8.2\bin
  3.  
Aug 6 '07 #7
crs27
40 New Member
Typically you should have the more command (file more.com) in your Windows\system3 2 directory.
If you don't have it - install it. If it's there make sure that path C:\WINDOWS\syst em32 (or whatever the path is in your computer) is in the PATH variable.
You can take a quick look at your path settings using the set command at the DOS prompt.

Expand|Select|Wrap|Line Numbers
  1. C:\>set path
  2. Path=C:\WINDOWS\system32;C:\WINDOWS;C:\Program Files\SecureCRT3.0;C:\Program Files\PostgreSQL\8.2\bin
  3.  

Thanks a lotttt michaelb..
Its working fine..

Kindly look into my other error too..
org.postgresql. util.PSQLExcept ion: ERROR: relation "gistl_new_requ est" does not exist
Even though i have the table by name "gistl_new_requ est",im getting this error.
Plz michaelb look into it..

Thank you once again..
Aug 7 '07 #8
michaelb
534 Recognized Expert Contributor
You're welcome.

The other problem you mentioned is being discussed here
Aug 7 '07 #9

Sign in to post your reply or Sign up for a free account.

Similar topics

1
5102
by: errorQuest | last post by:
Hi There, I have a problem with the IIS running. Whenever I try to ru http://localhost/aaa.asp i got this error "HTTP 500-Internal Serve Error". I use very simple code in aaa.asp. I try to look for the Sho Friendly http error messages, but it doesn't give me another othe error beside "HTTP 500-Internal Server Error". Does anyone know what i happening here? I use Window XP with IIS 5.1 -
4
2534
by: Cris Ding | last post by:
Hi, everyone, Now I need to execute an external command in my C program. For example, the dos command is "lp_solve -p < LP1.txt". I want to execute this command in my C program so as to obtain certain result, and then continue to execute the C codes. But I have no idea how to manage it. Could anyone please give me some hints one this problem? Thanks in advance! VB
1
1892
by: D A H | last post by:
I have gotten the same exception in multiple projects. I have solved the underlying problem. My question is if anyone knew of a setting that would cause this exception to be thrown. A codeveloper on the same project can get a copy of the project from VSS and does not get this exception, ever. I do. We both have the code that causes this exception to be thrown. We do NOT checkin our
2
1191
by: jason | last post by:
I'm trying to run an external command-line file using user create C:\DLL\*.dll files as following code Process.Start("c:\test.exe" The test.exe has no problem when I run on the dos prompt as I se path, C:\DLL, on system variable Thanks for your hel
4
10522
by: Ê÷Éϲä»Ò | last post by:
'rar' is not recognized as an internal or external command, operable program or batch file. import os import time source = target_dir = r'e:\temp\bak' target = target_dir+time.strftime('%Y%m%d%H%M%S')+'.rar' rar_cmd = "rar a -idcdp %s %s" % (target,' '.join(source))
1
1912
by: snitu | last post by:
Hi Plz. Help me Can we link more than one external css file in single html. If yes then how . Thanks.
2
3286
savanm
by: savanm | last post by:
i downloaded modules from cpan.... when i type perl -V:make i get make= 'nmake' bt if i type nmake There is a error occured like this: 'nmask' is not recognized as an internal or external command,
1
3771
by: =?Utf-8?B?SlA=?= | last post by:
Im posting this in both the .NET general group and SQL group since several other post mention that this may be a problem with ASP.NET and not SQL Out of the blue, any SQL 2005 SPs we have that execute dynamic SQL generate the following error: A severe error occurred on the current command. Results if any should be discarded. All other SPs appear to be working properly. After going though Google and
1
9514
by: Anonymous | last post by:
My code has suddenly stopped compiling after some refactoring I carried out last week. I am using VC8 on W2K professional I get the following cryptic error: Error 77 fatal error C1001: An internal error has occurred in the compiler. c:\program files\microsoft visual studio 8\vc\include\xmemory 155
0
8476
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8917
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8598
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
8670
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
7437
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6229
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5696
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
2
2051
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
2
1809
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.