There is a very old program that a client uses that was written in paradox for DOS. It runs on the paradox runtime version 4.0 in DOS for the whole program. Right now, it is run in a virtualized instance of Windows 98, that runs it from the command prompt. The client is interested in migrating the code to something that will run on modern hardware.
The problem that I am having is in being able to actually read the underlying code. These are especially the files with the extension ".sc" or ".sc2". There are, of course, the database files, themselves, but they aren't really a problem for me. According to another answer on the question: Paradox database file, the ".sc" files are script files, which is what I would expect as you launch the program by opening one of them in the paradox runtime.
Does anyone have any insight as to how I can open/read these script files? They won't read in any kind of text editor that I can find, even after trying numerous encoding options.