There are two files given - into.safe and into.fast
Into.safe is compiled with a run-time debugger, so if it dies it will die
nicely and probly not crash your machine.
Into.fast is not compiled with the debugger, so is smaller and faster.
If it dies your in deep shit.
To use INTO, just select which you want to use (I use the fast one), and
copy it to the file

   c:into

, i.e.

   copy into.safe c:into

         or

   copy into.fast c:into

then just use it like the docs say.

Also, quit is default to 1, to turn it of use QUIT=0
