I found out some small error.

When I run some program by PaExec, LF symbol replaced by CRLF.

For example, when I run some program localy, it's output is

first stringCRLFsecond string

And when i run it by paexec:

first stringCRCRLFsecond string

Probably the source of the problem is the windows console system, which make this replacement.

PS

PsExec does not have such feature.

asked 04 Apr '14, 08:01

paraskevopulo_a's gravatar image

paraskevopulo_a
1223
accept rate: 0%

Be the first one to answer this question!
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Tags:

×60
×1

Asked: 04 Apr '14, 08:01

Seen: 157,133 times

Last updated: 04 Apr '14, 08:01