Обсуждение: Error ::- “ 'more' is not recognized as an internal or external command, operable program or batch file. “

Поиск
Список
Период
Сортировка
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.

"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.
>


It worked, Thaks!!!!!!!

On Wed, Jun 24, 2009 at 4:15 AM, Vibhor Kumar <vibhor.kumar@enterprisedb.com> 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.