home *** CD-ROM | disk | FTP | other *** search
-
- Help on 'TextPort' version 1.02 & 1.03 (c) 1995 ALT-itude software
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
- See the WARNING at the end before using this program to transfer files.
-
- This is a drag-and drop text file processor designed to simplify the
- business of moving text files between platforms, or between your own
- RISC OS system and the internal PC implimentation or other systems.
-
- There is also a command-line version, nominally labelled v 1.03, inside
- the app. shell (open with shift-double-click) which you can put in your
- library. Running the command-line TextPort with no parameters gives a
- usage summary.
-
- The file TPORT/EXE is a DOS version of the command line program, using
- the same C source code as the RISC OS version except for the system-
- specific file operations. I haven't used this much but it has proved
- reliable during reasonable tests. The only functional difference is
- that it will not let you copy/move a file onto itself (the RISC OS
- version uses a temp file to do this). If you copy this to a DOS disc
- or partition you can rename it to TEXTPORT.EXE.
-
- Explanation
- ~~~~~~~~~~~
-
- Different operating systems use different characters to indicate the
- end-of-line (EOL) in text files. These characters are usually one or
- both of &0D and &0A (these are in hexadecimal).
-
- These characters are more commonly known by their ASCII names, which are
- CR (for Carriage Return) and LF (for Line Feed) respectively. The
- standard usage is as follows:
-
- System End-of-line sequence
-
- RISC OS LF
- Unix LF
- MS-DOS CR LF
- Apple Macs CR
-
- I have found that Mac users can't read my text files, and quite often I
- can't read theirs easily. This program helps here, as well as the more
- obvious uses of moving files around on your own machine.
-
- Usage in the RISC OS desktop
- ~~~~~~~~~~~~~~~~~~~~~~~~~~~~
-
- Dropping any file onto the 'TextPort' icon will open a dialogue box where
- you can set the type of line feeds you want to give the new file. The
- program assumes that you want to turn foreign files into Acorn format, and
- Acorn files into PC format. You can just click on the required button to
- select your choice.
-
- There is one other option : 'Strip trailing spaces' will remove any
- spaces from the end of the lines.
-
- Since this is a text file processor, the file type of the output file will
- always be set to 'Text' so you can double-click on it to load it.
-
- !!!!!!!!!!!!!!!!!!!!!!!!! WARNING !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
-
- If, like me, you usually can't be bothered to shut down your PC emulator
- or co-processor card, you should be aware that you may confuse the PC
- system by writing to a drive which it thinks it has 'seen'. Try to use
- a floppy to transfer files to DOS, even 'inside' your RiscPC etc., and
- remember to dismount the disc after writing to it. This can be done
- without freezing the PC component and is usually the safest method. If,
- like me, you can't *even* be bothered to do that, then at least set up a
- very small (say 4 Mb) D: drive for your PC and NEVER write to the C:
- drive while !PC is running, even if the window is closed.
-
- Terms, Disclaimer, etc.
- ~~~~~~~~~~~~~~~~~~~~~~~
-
- This software is FREEWARE. Copy it, distribute it, keep it complete.
-
- No liability is accepted for loss or damage caused by this software.
-
- If it seems to go wrong let me know; I'll do my best to fix the problem.
-
- (c) Ian Giblin, ALT-itude, 1995.
-
- +--------------------------------------------------------------------------+
- | ALT-itude is... Dr Ian Giblin, e-mail: giblin@dm.unipi.it |
- | Dr Paddy Spencer, e-mail: spencer@pcu.helsinki.fi |
- +--------------------------------------------------------------------------+
-
- [end]
-