[ TSTTOAST 1.43b, UTC diff:5, Local tijd: Tue Jun 08 15:12:59 1999 ]

Hoi!

Dit  progje maakt van .bin bestanden die je met die ascii progjes kan maken
com  bestanden...  en  die  bin bestanden gebruikt m'n tst logo patcher ook
weer dus... euh ? nix :) nuttig!  :)

Maar  het  zou  wel leuk zijn bv. om je eigen logo te converten naar com...
niet dat dit progje zo vernieuwend is maar het is wel klein (joepie!)

maak een bestand bin2com.bat en zet dit erin:

@echo off
echo.
echo NL1RRS' Bin2Com  Converts a .BIN ascii picture to a executable. v.0.0
echo.
echo.
if "%1" == "" goto help
if "%1" == "/?" goto help
if not exist %1 goto NotFound
if exist %2 goto AlreadyExists
if not exist bin2com.dat goto missing
copy bin2com.dat + %1 %2 /B >NUL
if not exist %2 goto error
echo.
echo %1 succesfully converted to %2 ...
goto end
:help
echo Usage: %CMDLINE [ infile.bin outfile.com ]
echo.
echo The infile.bin haves to be 4000 bytes, the normal size of a 80x25 .bin .
goto end
:NotFound
echo Can't find %1.
goto end
:AlreadyExist
echo %2 already exists...
goto end
:error
echo %2 was not written to disk due an unknown error...
:end
echo.
echo.

en un-7+ ditte:

 go_7+. 001 of 001 BIN2COM.DAT  0000029 0040 001 (7PLUS v2.1) {j~
69:2Y9¯YZ5y!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!>!;
 stop_7+. (BIN2COM.7PL) [26C8766B]                            Qb

En tada! Een bin naar com converter... yeah!!! :)

toei!

NL1RRS @ NL3LEI