home *** CD-ROM | disk | FTP | other *** search
- ┌──────────────────────┐
- │ SCR v1.1 │
- │ (c) 1993 by Hank Lee │
- └──────────────────────┘
-
- SCR is a handy utility that can convert any file into a DEBUG script.
- The script can then be run thru DEBUG to reassemble the original file. You
- might ask your self, why would I need to do that? My files are fine the
- way they are. Well, I can give you one specific example.
-
- Some networks allow you to send a file along with your message. Some
- don't. Or maybe you don't know how. That's were SCR comes into play. SCR
- can convert a binary file (any file, for that matter) into a DEBUG script,
- which is ASCII text. You can then send the text over as a message and the
- receiver can then reassemble your program with DEBUG.
-
- Security of data was not an issue when I wrote this small utility. I
- wrote it because I needed to send a file over a network, as described above.
- Then I realized, that others might benefit from it too.
-
- By using this program, you agree that I, Hank Lee, are in no way
- responsible for the possible damages, lost of security, or lost of profit,
- etc. I am also not responsible for the possible maluse of my program.
-
- SCR is strictly FreeWare. You are free to distribute it any way you see
- fit, _WITHOUT_ charging any money. Vendors can charge for shipping and
- handling and the cost of the disk.
-
- SCR is simple to use. Run it without any switches or parameters to see
- the Help Screen. The Help Screen is self-explanatory. Remeber, .EXE files
- cannot be written when you use DEBUG. So rename your .EXE file to something
- else before using SCR. Theoretically, SCR can convert a file 4,298,769,225
- bytes large, but it's never been tested.
-
-
-