Thin Client Splash Screen

The ACUCOBOL-GT Thin Client displays a splash screen on startup. This screen remains in place until the application's initial window appears. You can disable the splash screen by using the --nosplash option in the acuthin command line. For example:

acuthin --nosplash myserver:5764 myprog

Another method for suppressing the splash screen is to include the following in your .atc or .acutc command file:

 atc_splash_screen off

where "off" can also be "0", "no", or "false".

You can also use a splash screen of your own design. Simply name it acuthinsplash.bmp and place it in the same directory as acuthin.exe.