I run a bulletin board also. I have this program running as a door database. I use Marshall Dudley's program called doorway.exe. Look for it as DRWY212.ZIP. I think its a great program. Doorway takes about 64k and the logger database program takes another 105k. You shouldn't run into a ram crunch. My batch file looks like this: -------------------------------- @echo off rem this is 'logger3' for node 1 d: cd\logger3 share set netdrive=j:\logger3\ doorway com1 /i:logger.wel /k:255 /o:t /r:^K /b:z /s:c:\pcb /v:D /p:L3NP /NPT c: cd\pcb board.bat ---------------------------------- If you shell out of your bbs to run your door, you rem out the last line of the batch file.