Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Perl
Perl Misc
Beginner needs help with script :)
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
Reply to thread
Message
[QUOTE="gnari, post: 4763562"] assuming those Z's were ^Z's, i have no idea what is going on. it looks like your shell is not honoring the CTRL-Z's. let's take perl out of the equation. try the command copy CON: blah.txt enter a few lines of junk, ending with a line consisting solely of CTRL-Z<enter>. does it say '1 file(s) copied.' at that point? this test might give us clues. this is how it looks with me: == C:\perlcode>copy CON: blah.txt oiuoiu sdfsdf ^Z 1 file(s) copied. C:\perlcode>more blah.txt oiuoiu sdfsdf C:\perlcode> == gnari [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Perl
Perl Misc
Beginner needs help with script :)
Top