Subj : .MSG to .TXT? To : Jas Hud From : Shurato Date : Fri Dec 15 2023 12:46:00 JH> To: apam JH> Re: .MSG to .TXT? By: apam to Shurato on Fri Dec 15 2023 03:24 pm JH> > I think .msg has carriage returns, just not linefeeds, so windows would JH> put JH> > it all on one line in notepad. JH> > You'd want to replace '\r' with '\r\n' (or byte 0x0D with 0x0D 0x0A) I JH> don't JH> > know of a program that does this, but it would be fairly easy to write JH> one. JH> XCHANG32.EXE 4.1 - Binary Edit by Clay Ruth - 32-bit Console Version JH> 01/17/2005 Thanks! That's what I need! I'll look for it. JH> XCHANG32 [/i][/s] fs "[srchstrng][^[x]chr,][...]" JH> ["[replstrng][^[x]chr,][...]"] XCHANG32 [/i][/s] fs @scriptfil JH> or XCHANG32 [/i][/s] fs "srchspec" @imagefil JH> Switch /i = ignore case; /s = simple strings (use ^ and , as-is); chr = JH> ASCII. Search and replace strings can be any combination of literals JH> and ^-prefixed, comma-delimited ASCII codes (^0 through ^255 or ^x00 JH> through ^xFF). Double-up a literal ^ or , (or use /s). Quotes JH> may be omitted if there are no spaces within strings. Script file JH> has quoted search and replace string specs on one line; script JH> or image file 65,534 chars max; search string 4,095 chars max. ZIP JH> file embedded path change must include highest embedded directory JH> level, and each altered ZIP file must be fixed with PKWare's PKZIPFIX JH> before use. For ZIP modification to work, the first zipped file must JH> have the sought path. JH> Echos "Changed" or "Not Changed" to visually indicate outcome. JH> Returns errorlevel: 0 = changed, 1 = not changed, 2 = unable to JH> rewrite/del, 3 = syntax or memory error, 4 = file not found, 5 = JH> error during read/write, 6 = insufficient disk space, 7 = read-only JH> file, 8 = write-protected. When wildcards are used, highest level JH> for the file group is returned. JH> --- Synchronet 3.19b-Win32 NewsLink 1.113 JH> * bbses.info - http://bbses.info - telnet://bbses.info JH> * Origin: capitolcityonline.net * Telnet/SSH:2022/HTTP (618:250/1) --- Shurato, Sysop Shurato's Heavenly Sphere (ssh, telnet, pop3, ftp,nntp) (ports 22, 23, 110, 21, 119) (ssh: login bbs password shsbbs) *** THE READER V4.50 [freeware] --- * Origin: Shurato's Heavenly Sphere telnet://shsbbs.net (618:300/50) .