Handy Nulib Batch File On a PC, the utility Nulib (v3.24) lets you view the contents of most kinds of .SHK files. Here is a simple one-line batch (text) file program for easily viewing the contents of .shk files you download to a PC (just double-click on the file name): c:\nulib\nulib v %1 |more To create the batch file, start Notepad or Wordpad and type in the above. (It assumes Nulib.exe is located in folder c:\nulib .) SaveAs nulibv.bat as a Text file in c:\nulib . For the batch file to execute when you double-click on a .shk file name in Windows, you must tell Windows to use c:\nulib\nulibv.bat as the 'application to perform action' for doing an Open. You do this by selecting View--Options in the My Computer window and editing the file type info for .shk files. Rubywand