Note... the previous comment shows the @ symbol... the actual symbol is the symbol for "male"... a circle with a cross dangling straight down from it. You can see that symbol in a command prompt if you hold down the ALT key and press the 1 key on the numeric keypad, release the 1, then press the 2, then release all keys.
Main Topics
Browse All Topics





by: JesterTooPosted on 2008-05-15 at 09:26:46ID: 21575416
Look for a Windows port of the *nix utility SED. It is extremely easy to use for this. If you could post a fragment (large enough to include the "new page" character) I could give you an example.
The sample is necessary because "mainframe" doesn't necessarily signify exactly how the data might look in the actual file.
If the "new page" character is x'0C' (decimal 12) = @, then this should work...
sed "s/\x0C//g <oldfile >newfile
construct a bat file that can loop through each of your files and substitute their filenames into this command.