Problem with BBWin 0.12 module
list Fredbo
Hello, 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 ? Regards, Fred.
list Malcolm Hunter
▸
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
list Fredbo
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
user-095ef1c764a2@xymon.invalid
list Fredbo
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 user-095ef1c764a2@xymon.invalid
list Malcolm Hunter
sorry : Fred.
I'm not seeing any text there.
▸
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
list Malcolm Hunter
▸
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
list Richard Finegold
▸
On Wed, Jan 20, 2010 at 03:07, Malcolm Hunter <user-b3e590ffeb6d@xymon.invalid> 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")