Before I moved to 64-bit O/S, I had a simple file scanner list.com. It was a simple file viewer that could view a group of files, say *.f95 Although it had a number of commands, all I need is: <Page Up> and <Page Down> scrolls the text of the file in the viewing window. <ctl><Page Up> and <Ctl><Page Down> went to the next or last file, updating the file name in the window caption. <home> and <end> keys also went to the top and bottom of the file. The Q key was also for next file. The X key was for exit. (I've forgotten the other commands)
It was a simple 16-bit program that responded to single key strokes that would let me quickly view all the .f95 files in a single directory. The files are expected to be fortran source code, so not large files, say < 64k. With 64 bit OS, none of my old .com utilities work anymore. I had a quick look in the clearwin examples but I can't find the file viewer example. The change I am also looking for is to also respond to a single key stroke. Remember the simple old DOS days, without the pest (mouse)
Does anyone have a simple clearwin+ program that can do just that?