All : whereis.exe

c = /ah/o/x/g3;

Keytrap.Obj :: Keytrap.Asm
 Tasm /t Keytrap;

whereis.obj :: whereis.bas
 bc whereis$c
whereis.exe :: whereis.obj
 link whereis.obj+keytrap,whereis.exe,Nul,vbdos.lib/e;
