Имя пользователя:
Пароль:  
Помощь | Регистрация | Забыли пароль?  

Показать сообщение отдельно

Ветеран


Сообщения: 1758
Благодарности: 966

Профиль | Цитировать


Код: Выделить весь код
c:\>powershell -sta -c "add-type -assembly system.windows.forms; [windows.forms.clipboard]::gettext() | out-file -width 999 out.txt"
Код: Выделить весь код
> help out-file -parameter 'width'

-Width <Int32>
    Specifies the number of characters in each line of output. Any additional characters are truncated, not w
    rapped. If you omit this parameter, the width is determined by the characteristics of the host. The defau
    lt for the Windows PowerShell console is 80 (characters).

Последний раз редактировалось Foreigner, 19-12-2015 в 09:55.

Это сообщение посчитали полезным следующие участники:

Отправлено: 08:55, 19-12-2015 | #12