Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Splash Image #8

Open
erfg12 opened this issue Dec 20, 2018 · 2 comments
Open

Splash Image #8

erfg12 opened this issue Dec 20, 2018 · 2 comments
Labels
enhancement New feature or request

Comments

@erfg12
Copy link
Owner

erfg12 commented Dec 20, 2018

There's supposed to be a splash image upon startup.

@erfg12 erfg12 added the enhancement New feature or request label Dec 20, 2018
@larseka
Copy link

larseka commented Feb 7, 2023

AOLSpl

This is my own splash screen if a splash screen is still needed. However, here is a batch file I made to open your AOL emulator with the splash screen in the beginning:

cd c:\Program Files\AOL C# 4.0 ::Location to start.
start AOLSpl.png :: Shows the splash.
timeout /T 5 :: Shows splash for 5 seconds and closes.
taskkill/im dllhost.exe :: Ends the program that shows the splash screen.
start aol.exe & exit :: Opens up the AOL emulator and command prompt exits.

Once this is typed in notepad, saved as a batch file and opened the splash screen will show before the program opens. Hope this helps.

@larseka
Copy link

larseka commented Feb 8, 2023

Update to the batch file:

cd c:\Program Files\AOL C# 4.0 ::Location to start.
start AOLSpl.png :: Shows the splash.
timeout /T 5 :: Shows splash for 5 seconds and closes.
taskkill/im dllhost.exe :: Ends the program that shows the splash screen This will only work with Windows 7.
taskkill /f /im Microsoft.Photos.exe /t :: This is how the splash screen will disappear in Windows 10.
start aol.exe & exit :: Opens up the AOL emulator and command prompt exits.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants