Vadim Lou

Results 11 comments of Vadim Lou

210314: C:\3;\a.cmd 'C:\3' is not recognized as an internal or external command, operable program or batch file. C:\3.\a.cmd The system cannot find the path specified. С точкой и проводник не...

210422: C:\3;\a.cmd 'C:\3' is not recognized as an internal or external command, operable program or batch file.

Для ";" проблемы только у новых ConEmu. Пример: папка C:\3;\ Поэтому сижу пока на 210112, там нет такой проблемы.

210620: - Проблема остаётся, примеры: C:\1\2=\a.cmd 'C:\2' is not recognized as an internal or external command, operable program or batch file. C:\1\3;\a.cmd 'C:\3' is not recognized as an internal or...

210624 - Thanks: запуск работает. Но передача параметров не работает, ошибка такая же. Пример: cd C:\1\2=\ c.cmd hello 'C:\1\2' is not recognized as an internal or external command, operable program...

210627 - Ура! Ошибок не нашёл. Thanks!!!

В 10-ке с голым Фар и новой консолью курсор криво рисуется - не видно или слабо видно.

cnPack 1.1.8.983 Failed formatting code (showing error dialog): ``` type {$DEFINE TEST} {$IFDEF TEST} TMyStrings = class(TStrings) {$ELSE} TMyStrings = class(TStringList) {$ENDIF} public end; // of: TTestClass ```

It looks like there is an effect of the **font** used. An example of 2 configurations with the same font: ``` // common // Error // Fine ``` Full settings...

Only api here, no examples. You can find examples: google: libssh2 tunnel. For example, this "C" example https://github.com/libssh2/libssh2/blob/master/example/tcpip-forward.c https://github.com/marianafranco/libssh2-tunnel-example/blob/master/libssh2-tunnel-example.c google: libssh2 tunnel delphi Delphi ssh library wrapping libssh2: https://github.com/pyscripter/Ssh-Pascal/blob/master/Source/SshTunnel.pas