[hobbit] Problem with BBWin 0.12 module
Sorry my webmail sux :
sorry :
Fred.
I have a problem using BBWin with "externals" With this parameter in bbwin.cfg BBwin starts but not working : Without eit works well ! The DOS / Cywin script works fine under DOS prompt Did someone already have this problem ?
What is the line in your BBWin.cfg?
Malcolm
-- Technical copy-editor & proofreader
KDE Proofreading Team KDE British English Translation Team
http://l10n.kde.org/team-infos.php?teamcode=en_GB
Facebook: http://www.facebook.com/FriendlyAtheist
Preisknaller: GMX DSL Flatrate für nur 16,99 Euro/mtl.! http://portal.gmx.net/de/go/dsl02
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
To unsubscribe from the hobbit list, send an e-mail to hobbit-unsubscribe at hswn.dk
I have a problem using BBWin with "externals" With this parameter in bbwin.cfg BBwin starts but not working : Without eit works well ! The DOS / Cywin script works fine under DOS prompt Did someone already have this problem ?
<externals> <load name="nida" value="c:\monitoring\cygwin\bin\sh.exe "C:\Program Files\BBWin\ext\nida.nocr" timer="90s"/> </externals> The problem is the quotes around the script name - the quote before C:\Program Files closes the string. Try using the shortname:
value="c:\monitoring\cygwin\bin\sh.exe C:\PROGRA~1\BBWin\ext\nida.nocr"
Malcolm
-- Technical copy-editor & proofreader
KDE Proofreading Team KDE British English Translation Team
http://l10n.kde.org/team-infos.php?teamcode=en_GB
Facebook: http://www.facebook.com/FriendlyAtheist
Jetzt kostenlos herunterladen: Internet Explorer 8 und Mozilla Firefox 3.5 - sicherer, schneller und einfacher! http://portal.gmx.net/de/go/atbrowser
On Wed, Jan 20, 2010 at 03:07, Malcolm Hunter <malcolm.hunter at gmx.co.uk> wrote:
<externals> <load name="nida" value="c:\monitoring\cygwin\bin\sh.exe "C:\Program Files\BBWin\ext\nida.nocr" timer="90s"/> </externals> The problem is the quotes around the script name - the quote before C:\Program Files closes the string. Try using the shortname:
value="c:\monitoring\cygwin\bin\sh.exe C:\PROGRA~1\BBWin\ext\nida.nocr"
Malcolm
Alternatively, since bbwin runs externals from BBWin\bin, you could use a relative path (works here): value="c:\monitoring\cygwin\bin\sh.exe ..\ext\nida.nocr" (You can similarly set the logpath relative, e.g. value="..\logs\BBWin.log")
participants (3)
-
fredbo@club-internet.fr
-
goldfndr@gmail.com
-
malcolm.hunter@gmx.co.uk