Jump to content

jdobros

Member
  • Posts

    3
  • Joined

  • Last visited

  • Donations

    0.00 USD 
  • Country

    United States

About jdobros

jdobros's Achievements

0

Reputation

  1. This seemed to work...almost... I placed the video in the c:\windows directory when i ran the batch file, the player launched, but the video failed to play.... it did shutdown the player properly
  2. I want to place a batch file in the run once section on all computers to play a video once the user logs in using Windows Media Player. How do i properly have the Media Player exit once the video is played without user interaction: @echo off :start cls echo ****************************************************************** echo * A Safety Video will now be played on your desktop * echo * Please turn your speakers on at this time if you * echo * have them * echo ****************************************************************** echo. pause "C:\Program Files\Windows Media Player\wmplayer.exe" "C:\Program Files\Windows Media Player\safety.wmv" Any help would be appreciated...it's been a while in DOS world
  3. I have a program called tapeprep and i am trying to uninstall it silently. this is the uninstall string in the reg: C:\WINDOWS\uninst.exe -f"C:\Program Files\Tapeprep\DeIsL1.isu" -c"C:\Program Files\Tapeprep\_ISREG32.DLL" I have tried /q /s -s -S and have put them all over the above string... can anyone show me the proper format to uninstall this silently?
×
×
  • Create New...