? "Save this small Basic EXEC file seperatly from the" ? "SHRCON segment. After EXECing all three" ? "SHRCON*.EXE files you should EXEC this short text" ? "file. It will glue all three speperate files into" ? "a single large file ending with .BQY. You can then" ? "use BLU to unpack the .BQY file. I recommend" ? "putting all of the files on a large RAM disk while" ? "going through this entire process but a blank 3.5"" ? "disk or a Hard Drive would do the trick (just a" ? "little more slowly)." NEW 10?CHR$(4);"bload shrcon1" 20?CHR$(4);"bsave shrconv2.1.bqy,a4096,l30000" 30?CHR$(4);"bload shrcon2" 40?CHR$(4);"bsave shrconv2.1.bqy,a4096,l30000,b30000" 50?CHR$(4);"bload shrcon3" 60?CHR$(4);"bsave shrconv2.1.bqy,a4096,l30368,b60000" 70NEW RUN