amikey / winff

Automatically exported from code.google.com/p/winff
0 stars 0 forks source link

Titile command in script needs a space in win32 #6

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

1. In winff on win32,select display command line
2. choose a video to convert
3. click convert

in the script window you should see as the first two lines of the script:

chcp 1252 | PROMPT
title Converting test.avi (1/1)

Instead it produces:

chcp 1252 | PROMPT
titleConverting test.avi (1/1)

Original issue reported on code.google.com by bgg...@gmail.com on 27 Apr 2008 at 3:37

GoogleCodeExporter commented 9 years ago
Fixed in svn

Original comment by bgg...@gmail.com on 27 Apr 2008 at 3:42