[quote="X-Zat"]
Thanks for the advice. I tried UltraEdit and saw that there were 0000 in those 2 bytes when it was acting falsely. Windows seems to be more sensible than Mainframe environment but of course this was an error that must be fixed anyway.
kale
Search found 4 matches
- 01 Nov 2009 15:22
- Forum: DOS Batch Forum
- Topic: DOS SORT EOF
- Replies: 5
- Views: 6482
DOS SORT
Hey, kale... I do not exactly understand what you are trying to: Do you want to sort an already existing .dat-file or Do you want to create a .dat-file to sort it later? Normally, you can write into any file with: echo blablabla>>blablabla.file (to add a line) or echo blablabla[b]>[/b]blablabla.fil...
- 29 Oct 2009 11:36
- Forum: DOS Batch Forum
- Topic: DOS SORT EOF
- Replies: 5
- Views: 6482
DOS SORT
I noticed that I don't have to do anything else but to open it in Notepad and save it (in ANSI, UTF-8 or UNICODE) and then it acts normally. Now I tried to do the change in the batch file so that I don't need to have any manual step but didn't succeed yet. Perhaps it's not a ANSI/UNICODE issue becau...
- 28 Oct 2009 02:48
- Forum: DOS Batch Forum
- Topic: DOS SORT EOF
- Replies: 5
- Views: 6482
DOS SORT EOF
I have a problem as I'm trying to sort a .dat file from position 1. Somehow the result will be a total mess: in the beginning there are a lot of blank lines and the the rest of lines are split into two separate lines (I have a path name in positions 30- and it will split all the path names to separa...