RE: Cygwin - batch file

2008-01-29 Thread _alpine_
i have installed all python parts from cygwin setup.exe! how can i start eyeD3 in the script file? Dave Korn wrote: > > On 29 January 2008 15:51, _alpine_ wrote: > >> when i start the batch, then i get this message: >> /usr/bin/env: python: no such file or directory

Re: Cygwin - batch file

2008-01-29 Thread _alpine_
it works fine, thank u! but i have installed eyed3 on cygwin which needs python. myscript.ksh # update ID3V2.x to 2.4 eyeD3 --to-v2.4 test.mp3 # utf-8 encoding eyeD3 --set-encoding=utf8 --force-update -2 -a "ή" -A "ή" -t "ή" -G "Pop" test.mp3 to get utf8 encoded parameters u must customize

Re: Cygwin - batch file

2008-01-25 Thread _alpine_
i understand a little bit your answer but it dont works right now! my start.bat is in the folder C:\batch when i call start.bat , cygwin automatically goes into the folder C:\Documents and Settings\user . so myscript.ksh file must be in C:\Documents and Settings\user. i want to have myscript.ks

Re: Cygwin - batch file

2008-01-25 Thread _alpine_
hey, thank u for the quick answer. it works perfect, but i have to give the cygwin script under C:\Documents and Settings\user myscript.ksh! how can i make it to have a directory, for eg C:\mybatchconversion where all files are there? -- View this message in context: http://www.nabble.com/Cyg

Cygwin - batch file

2008-01-25 Thread _alpine_
Hello everybody, i'm trying to write a batch file, which open cygwin, automatically execute a script in cygwin, and then close cygwin. can somebody help me please? -- View this message in context: http://www.nabble.com/Cygwin---batch-file-tp15088393p15088393.html Sent from the Cygwin list