Cojafoji
June 12th, 2009, 07:33 PM
sup dudes,
having a problem with a batch file that i made. whenever i go fullscreen in vlc, occasionally i'll mess up the pop up tool bar. you know the one you get when you move your mouse around. anyway, whenever i do that, and it doesn't come back when i restart vlc, i have to delete the vlc-qt-interface.ini file in the vlc directory under application data. so this is the .bat file that i wrote.
cls
@ECHO OFF
del /q C:\Documents and Settings\CoughlinJ\Application Data\vlc\vlc-qt-interface.ini
cls
EXIT
long story short, it won't fucking work. i use the same exact script wording for other things, and it works great. does anyone see anything wrong with what i'm doing? i've tried *.ini, vlc-qt-interface.*, but it just won't work.
halp.
having a problem with a batch file that i made. whenever i go fullscreen in vlc, occasionally i'll mess up the pop up tool bar. you know the one you get when you move your mouse around. anyway, whenever i do that, and it doesn't come back when i restart vlc, i have to delete the vlc-qt-interface.ini file in the vlc directory under application data. so this is the .bat file that i wrote.
cls
@ECHO OFF
del /q C:\Documents and Settings\CoughlinJ\Application Data\vlc\vlc-qt-interface.ini
cls
EXIT
long story short, it won't fucking work. i use the same exact script wording for other things, and it works great. does anyone see anything wrong with what i'm doing? i've tried *.ini, vlc-qt-interface.*, but it just won't work.
halp.