Tony Parker wrote:
Can you put the parameters, addresses and other info in the sstools.ini file, and then rename the "sstools.ini" file to "5sp.ini" and run it as part of your BAT file?
What parameters can go into the sstools.ini file?
If that is possible, what would be the correct command line syntax for such an approach?
Would it go something like "fractint 5sp.ini........"?
From Chapter 5 of fractint.doc ("Command Line Parameters, Parameter Files, Batch Mode"): ------------- 5.1 Using the DOS Command Line You can specify parameters when you start Fractint from DOS by using a command like: FRACTINT SOUND=OFF FILENAME=MYIMAGE.GIF The individual parameters are separated by one or more spaces (an parameter itself may not include spaces). Upper or lower case may be used, and parameters can be in any order. Since DOS commands are limited to 128 characters, Fractint has a special command you can use when you have a lot of startup parameters (or have a set of parameters you use frequently): FRACTINT @MYFILE When @filename is specified on the command line, Fractint reads parameters from the specified file as if they were keyed on the command line. You can create the file with a text editor, putting one "keyword=value" parameter on each line. -------------