Dqkata
|
2008-05-28
, 10:54
|
|
Posts: 40 |
Thanked: 3 times |
Joined on Mar 2008
@ Bulgaria
|
#1
|
|
2008-05-28
, 12:56
|
|
Posts: 296 |
Thanked: 80 times |
Joined on Dec 2007
|
#2
|
echo 'subcp=cp1251' >> .mplayer/config
|
2008-05-28
, 13:40
|
|
Posts: 40 |
Thanked: 3 times |
Joined on Mar 2008
@ Bulgaria
|
#3
|
Here's one way:
Open a terminal
runThe echo command just repeats the text you give it, ">> file" instructs the terminal to append that text to the given file instead of displaying it.Code:echo 'subcp=cp1251' >> .mplayer/config