Main Restorations Software Audio/Jukebox/MP3 Everything Else Buy/Sell/Trade
Project Announcements Monitor/Video GroovyMAME Merit/JVL Touchscreen Meet Up Retail Vendors
Driving & Racing Woodworking Software Support Forums Consoles Project Arcade Reviews
Automated Projects Artwork Frontend Support Forums Pinball Forum Discussion Old Boards
Raspberry Pi & Dev Board controls.dat Linux Miscellaneous Arcade Wiki Discussion Old Archives
Lightguns Arcade1Up Try the site in https mode Site News

Unread posts | New Replies | Recent posts | Rules | Chatroom | Wiki | File Repository | RSS | Submit news

  

Author Topic: Play video on startup (winxp pro)  (Read 2273 times)

0 Members and 1 Guest are viewing this topic.

electricd

  • Trade Count: (0)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 501
  • Last login:February 14, 2025, 07:59:10 pm
  • I'm not a llama!
Play video on startup (winxp pro)
« on: May 17, 2003, 09:38:45 am »
Ok here is what I want to do.  I want to boot my MAME cab, when windows starts up, I want to pay a video file full screen.  When the file is finshed playing, I want it to automatically quit, and start up my launcher program (which I can not change...it has to stay arcade@home).  Can anyone help me with this project??

ED7

SirPeale

  • Green Mountain Man
  • Global Moderator
  • Trade Count: (+23)
  • Full Member
  • *****
  • Offline Offline
  • Posts: 12963
  • Last login:August 04, 2023, 09:51:57 am
  • Arcade Repair in New England
    • Arcade Game and Other Coin-Op Projects
Re:Play video on startup (winxp pro)
« Reply #1 on: May 17, 2003, 10:38:09 am »
I could if you were using DOS, but I don't know of a tool like that for Windows.

Howard_Casto

  • Idiot Police
  • Trade Count: (+1)
  • Full Member
  • ***
  • Offline Offline
  • Posts: 19427
  • Last login:July 13, 2025, 11:38:27 am
  • Your Post's Soul is MINE!!! .......Again??
    • The Dragon King
Re:Play video on startup (winxp pro)
« Reply #2 on: May 17, 2003, 04:44:13 pm »
make a bat file and inside it type.....

start mplayer2.exe "c:\path\to\file\filename.mpeg" /play /fullscreen /quit


(all on one line, the message board is screwing it up)

stick the bat in your startup folder and your all set for the video....

to have it launch a@h as well simply add:

start "c:\path\to\a@h.exe" on the next line of the bat