View Single Post
  #3 (permalink)  
Old 11th March 2004
Quietseb's Avatar
Quietseb Quietseb is offline
Senior Member
BS.Player Power User
 
Join Date: Jun 2002
Location: back in France...
Posts: 581
Rep Power: 0
Quietseb is an unknown quantity at this point
Default

I don't think you can use fonts that are not installed. I might be wrong, you never know

I thought of something, but you might think it is ugly (I do think it is ugly :roll: )

root of cd:
autorun.inf
init.cmd
bsplay.exe
bsrendv2.dll
mymovie.avi
myfont.ttf

Code:
[autorun]
open=init.cmd
icon=icon.ico
init.cmd:
Code:
copy myfont.ttf %windir%\fonts\myfont.ttf /Y
bsplay.exe mymovie.avi -eend
del %windir%\fonts\myfont.ttf
please check it and report errors if any ;) ; the last line is of course optional and you should customize the second one ;)

I guess the command window will appear, I don't remember how to avoid that (I think you can avoid a command window to appear, but not sure)
Reply With Quote
 

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20