mTCP new release 27/June/2010 - now ported to Open Watcom (Announce)
> > Don't use Notepad, use something else, e.g. Wordpad
Tsk, I don't know I make a minor complaint after I spotted Mike was using the wrong text termination for DOS and you assume I was using notepad!!!
> WtF ???
What is this Wordpad anyway?
> Try FASM IDE 
heh. Can't beat programmers editors. Now hands up if you've ever been really sad and used debug as a text editor....
> If not, here's a (lame!) TP program I whipped up the other day
Thanks. Kudos for releasing yours (I never have), always good to have more source around. Still on this theme here is a similar Q&D TP cludge I wrote many years ago for fixing XML files which had a mix of line terminations:
Var
TextFile:Text;
OneLine:String;
OneChar:Char;
Begin
Assign(TextFile, paramstr(1));
Reset(TextFile);
While NOT EOF(TextFile) do
Begin
Read(TextFile, OneChar);
Case OneChar of
#10:{do nothing};
#13:{do nothing};
'>':Writeln('>');
else Write(OneChar);
end;
End;
Close(TextFile);
End.
Complete thread:
- mTCP DOS TCP/IP apps for small machines - mbbrutman, 21.01.2010, 18:06 (Announce)
![Open in board view [Board]](img/board_d.gif)
![Open in mix view [Mix]](img/mix_d.gif)
- mTCP DOS TCP/IP apps for small machines - Japheth, 22.01.2010, 09:47
- mTCP DOS TCP/IP apps for small machines - mbbrutman, 22.01.2010, 16:56
- mTCP DOS TCP/IP apps for small machines - mbbrutman, 07.02.2010, 16:35
- Forget the library .. time to open-source the code? - mbbrutman, 14.03.2010, 03:22
- Forget the library .. time to open-source the code? - Rugxulo, 14.03.2010, 03:56
- Forget the library .. time to open-source the code? - mbbrutman, 14.03.2010, 15:01
- mTCP new release 27/June/2010 - now ported to Open Watcom - Arjay, 27.06.2010, 22:27
- mTCP new release 27/June/2010 - now ported to Open Watcom - Rugxulo, 28.06.2010, 06:30
- mTCP new release 27/June/2010 - now ported to Open Watcom - DOS386, 28.06.2010, 12:05
- mTCP new release 27/June/2010 - now ported to Open Watcom - Arjay, 28.06.2010, 14:22
- mTCP new release 27/June/2010 - now ported to Open Watcom - mbbrutman, 01.07.2010, 07:08
- mTCP new release 27/June/2010 - now ported to Open Watcom - Laaca, 01.07.2010, 13:14
- mTCP new release 27/June/2010 - now ported to Open Watcom - mbbrutman, 01.07.2010, 16:06
- mTCP new release 27/June/2010 - now ported to Open Watcom - DOS386, 01.07.2010, 13:20
- mTCP new release 27/June/2010 - now ported to Open Watcom - mbbrutman, 01.07.2010, 16:03
- mTCP new release 27/June/2010 - now ported to Open Watcom - Laaca, 01.07.2010, 19:16
- mTCP new release 27/June/2010 - now ported to Open Watcom - mbbrutman, 03.07.2010, 16:04
- mTCP new release 27/June/2010 - now ported to Open Watcom - DOS386, 14.07.2010, 03:51
- mTCP new release 27/June/2010 - now ported to Open Watcom - Laaca, 01.07.2010, 19:16
- mTCP new release 27/June/2010 - now ported to Open Watcom - mbbrutman, 01.07.2010, 16:03
- mTCP new release 27/June/2010 - now ported to Open Watcom - Laaca, 01.07.2010, 13:14
- mTCP new release 27/June/2010 - now ported to Open Watcom - mbbrutman, 01.07.2010, 07:08
- mTCP new release 27/June/2010 - now ported to Open Watcom - Arjay, 28.06.2010, 14:22
- mTCP new release 27/June/2010 - now ported to Open Watcom - DOS386, 28.06.2010, 12:05
- mTCP new release 27/June/2010 - now ported to Open Watcom - Rugxulo, 28.06.2010, 06:30
- mTCP new release 27/June/2010 - now ported to Open Watcom - Arjay, 27.06.2010, 22:27
- Forget the library .. time to open-source the code? - mbbrutman, 14.03.2010, 15:01
- Forget the library .. time to open-source the code? - Rugxulo, 14.03.2010, 03:56
- mTCP DOS TCP/IP apps for small machines - mbbrutman, 22.01.2010, 16:56
- mTCP interfacing with TINY remote control for DOS? - Arjay, 20.07.2010, 12:41
- mTCP interfacing with TINY remote control for DOS? - mbbrutman, 20.07.2010, 16:09
- mTCP interfacing with TINY remote control for DOS? - Arjay, 20.07.2010, 17:49
- mTCP interfacing with TINY remote control for DOS? - mbbrutman, 20.07.2010, 16:09
- mTCP DOS - NC documentation issue (design bug)? - Arjay, 20.07.2010, 14:07
- mTCP DOS - NC documentation issue (design bug)? - mbbrutman, 20.07.2010, 15:22
- mTCP DOS - NC documentation issue (design bug)? - Arjay, 20.07.2010, 17:30
- mTCP DOS - NC documentation issue (design bug)? - mbbrutman, 20.07.2010, 19:32
- mTCP DOS - NC documentation issue (design bug)? - Arjay, 20.07.2010, 21:56
- FTP ASCII vs binary "image" - DOS386, 23.07.2010, 07:27
- FTP ASCII vs binary "image" - mbbrutman, 24.07.2010, 01:04
- FTP ASCII vs binary "image" - DOS386, 24.07.2010, 12:12
- FTP ASCII vs binary "image" - Japheth, 24.07.2010, 15:31
- FTP ASCII vs binary "image" - DOS386, 24.07.2010, 15:36
- FTP ASCII vs binary "image" - mbbrutman, 24.07.2010, 16:23
- FTP ASCII vs binary "image" - Japheth, 24.07.2010, 16:57
- FTP ASCII vs binary "image" - mbbrutman, 25.07.2010, 01:35
- FTP ASCII vs binary "image" - Rugxulo, 25.07.2010, 05:34
- FTP ASCII vs binary "image" - DOS386, 25.07.2010, 06:16
- FTP ASCII vs binary "image" - mbbrutman, 25.07.2010, 17:17
- FTP ASCII vs binary "image" | NTLFN issues - DOS386, 26.07.2010, 02:03
- FTP ASCII vs binary "image" | NTLFN issues - mbbrutman, 26.07.2010, 03:11
- FTP ASCII vs binary "image" | NTLFN issues - DOS386, 27.07.2010, 02:53
- FTP ASCII vs binary "image" | NTLFN issues - mbbrutman, 27.07.2010, 03:31
- FTP ASCII vs binary "image" | NTLFN issues - DOS386, 27.07.2010, 03:40
- FTP ASCII vs binary "image" | NTLFN issues - mbbrutman, 27.07.2010, 03:31
- FTP ASCII vs binary "image" | NTLFN issues - DOS386, 27.07.2010, 02:53
- FTP ASCII vs binary "image" | NTLFN issues - mbbrutman, 26.07.2010, 03:11
- FTP ASCII vs binary "image" | NTLFN issues - DOS386, 26.07.2010, 02:03
- FTP ASCII vs binary "image" - mbbrutman, 25.07.2010, 17:17
- FTP ASCII vs binary "image" - DOS386, 25.07.2010, 06:16
- FTP ASCII vs binary "image" - Rugxulo, 25.07.2010, 05:34
- FTP ASCII vs binary "image" - mbbrutman, 25.07.2010, 01:35
- FTP ASCII vs binary "image" - Japheth, 24.07.2010, 16:57
- FTP ASCII vs binary "image" - Japheth, 24.07.2010, 15:31
- FTP ASCII vs binary "image" - DOS386, 24.07.2010, 12:12
- FTP ASCII vs binary "image" - mbbrutman, 24.07.2010, 01:04
- mTCP DOS - NC documentation issue (design bug)? - mbbrutman, 20.07.2010, 19:32
- mTCP DOS - NC documentation issue (design bug)? - Arjay, 20.07.2010, 17:30
- mTCP DOS - NC documentation issue (design bug)? - mbbrutman, 20.07.2010, 15:22
- mTCP DOS TCP/IP apps for small machines - Japheth, 22.01.2010, 09:47
Mix view