marcosgaming Posted February 25, 2024 Posted February 25, 2024 Hi guys, exists a way for to put a video that start when i close big box ? As startup but for close at the end. Please if yes, tell me how to do. Thanks. Quote
skizzosjt Posted February 27, 2024 Posted February 27, 2024 Make use of the startup applications feature You can select the file so it only launches if Big Box launches. This way it will not launch if LaunchBox is opened instead. But the catch is the file needs to be an AHK script that will do these basic steps due to the action must take place when Big Box closes: -Wait for Big Box to exist -Wait for Big Box to exit -Run the video file Just an example - better to run it through VLC rather than opening the video file as it will not close automatically that way without some further scripting tricks. Running through VLC you can use vlc://quit param which will close the video player at end of the video playing. and fullscreen param obviously does just that. WinWait, ahk_exe BigBox.exe WinWaitClose, ahk_exe BigBox.exe Run, \Path\To\VLC\VLC.exe "\path\to\video\file.ext" --fullscreen vlc://quit Quote
eonder87 Posted March 5, 2024 Posted March 5, 2024 VLC Player didn't open the video giving an error. I will send it tomorrow. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.