The script support files are rudimentary "friendly" configurators and resource files used by several of my scripts.
Ecliptic.txt - a file containing the RA, Dec of the ecliptic at fixed intervals around the sky. This was originally programmed 'soft,' so that the position of the ecliptic could be found simply by converting ecliptic coordinates to equatorial coordinates, but a persistent bug in that routine motivated me to "make it work" by shifting it to an explicit lookup, and I've not gone back to fix things yet.
YearDatFile.txt - the yearly data file. This is valid for places around Sierra Vista, Arizona. It contains the time of the beginning and end of astronomical twilight, the RA of the sun, and the number of minutes of dark time during the night, for dates twice monthly. The script uses this to compute the stationary points, schedule targeting, and close down the scope when it gets too light to observe. You will have to substitute values for your own observatory for this file, or else things probably won't work right!
Both of these files qualify as kluges or worse. I use them only because I have been spending most of my time on scope control projects, and haven't had time to "do the right thing."
AcquireConfig and TLMaker are two very simple VB programs that I put together to allow non-computer-savvy users operate 701's robotic telescope with a minimum of fuss. AcquireConfig manages various preference settings for the Acquire script and other scripts available on this site, such as exposure times and behavior around the moon. TLMaker allows the user to enter a series of targets; this target list is then written to a file (you will find it on the root directory of the hard drive of the machine you ran TLMaker on - this need not be the same machine as is running the script.)
Note that you should put your targets into TLMaker in the order you want them observed, if you are using this with Acquire. For GetPhot, it doesn't matter what order you use.