Differences
This shows you the differences between the selected revisions of the page.
| 2013-05-15 | 2013-05-15 | ||
| library_powershell (martin) | bool syntax in powershell (martin) | ||
| Line 22: | Line 22: | ||
| It also means that with .NET assembly, you always start with default [[transfer_settings|transfer settings]], default [[ui_pref_resume|resume/endurance settings]], etc. | It also means that with .NET assembly, you always start with default [[transfer_settings|transfer settings]], default [[ui_pref_resume|resume/endurance settings]], etc. | ||
| - | Alternatively, you can force the .NET assembly to share configuration with graphical/scripting mode, by setting ''[[library_session|Session.DefaultConfiguration]]'' to ''false''. Though this is not recommended practise. | + | Alternatively, you can force the .NET assembly to share configuration with graphical/scripting mode, by setting ''[[library_session|Session.DefaultConfiguration]]'' to ''false'' (''$False'' in PowerShell). Though this is not recommended practise. |
| ==== [[paths]] Relative/Absolute Paths ==== | ==== [[paths]] Relative/Absolute Paths ==== | ||