Error ::- “ 'more' is not recognized as an internal or external command, operable program or batch file. “

Started by raghu ramalmost 17 years ago3 messagesgeneral
Jump to latest
#1raghu ram
raghuchennuru@gmail.com

Hi All,

Can anyone tel me what does this error mean. “ 'more' is not recognized as
an internal or external command, operable program or batch file. “

C:\Program Files\PostgresPlus\8.4\bin>psql -d postgres -p 5456 -U postgres
psql (8.4rc1)
WARNING: Console code page (437) differs from Windows code page (1252)
8-bit characters might not work correctly. See psql reference
page "Notes for Windows users" for details.
Type "help" for help.

postgres=# \l

'more' is not recognized as an internal or external command,
operable program or batch file.

#2Vibhor Kumar
vibhor.kumar@enterprisedb.com
In reply to: raghu ram (#1)
Re: Error ::- “ 'more' is not recognized as an internal or external command, operable program or batch file. “

"more" exists in C:\Windows\System32. So, please set the path in PATH
Environment Variable. and then try.
My Computer (Right Click) -> Properties -> then go to Advanced tab ->
Environment Variable -> set the path.

Thanks & Regards,
Vibhor Kumar
www.enterprisedb.com

raghu ram wrote:

Show quoted text

Hi All,

Can anyone tel me what does this error mean. � 'more' is not
recognized as an internal or external command, operable program or
batch file. �

C:\Program Files\PostgresPlus\8.4\bin>psql -d postgres -p 5456 -U postgres
psql (8.4rc1)
WARNING: Console code page (437) differs from Windows code page (1252)
8-bit characters might not work correctly. See psql reference
page "Notes for Windows users" for details.
Type "help" for help.

postgres=# \l

'more' is not recognized as an internal or external command,
operable program or batch file.

#3raghu ram
raghuchennuru@gmail.com
In reply to: Vibhor Kumar (#2)
Re: [GENERAL] Error ::- “ 'more' is not recognized as an internal or external command, operable program or batch file. “

It worked, Thaks!!!!!!!

On Wed, Jun 24, 2009 at 4:15 AM, Vibhor Kumar <vibhor.kumar@enterprisedb.com

Show quoted text

wrote:

"more" exists in C:\Windows\System32. So, please set the path in PATH
Environment Variable. and then try.
My Computer (Right Click) -> Properties -> then go to Advanced tab ->
Environment Variable -> set the path.

Thanks & Regards,
Vibhor Kumar
www.enterprisedb.com

raghu ram wrote:

Hi All,

Can anyone tel me what does this error mean. “ 'more' is not recognized as
an internal or external command, operable program or batch file. “

C:\Program Files\PostgresPlus\8.4\bin>psql -d postgres -p 5456 -U postgres
psql (8.4rc1)
WARNING: Console code page (437) differs from Windows code page (1252)
8-bit characters might not work correctly. See psql reference
page "Notes for Windows users" for details.
Type "help" for help.

postgres=# \l

'more' is not recognized as an internal or external command,
operable program or batch file.