Trac is being migrated to new services! Issues can be found in our new
YouTrack instance and WIKI pages can be found on our
website.
- Timestamp:
-
Aug 27, 2008, 5:43:25 PM (15 years ago)
- Author:
-
datallah
- Comment:
-
Add stderr redirection
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v16
|
v17
|
|
25 | 25 | {{{ |
26 | 26 | cd "C:\Program Files\Pidgin" |
27 | | pidgin.exe -d > debug.log |
| 27 | pidgin.exe -d 2>&1 > debug.log |
28 | 28 | }}} |
29 | 29 | This will cause the debug output to be saved in a file called `debug.log`. |
… |
… |
|
70 | 70 | |
71 | 71 | REM start pidgin without an extra command window |
72 | | START /B pidgin -d >> %logfile% |
| 72 | START /B pidgin -d 2>&1 >> %logfile% |
73 | 73 | |
74 | 74 | REM close this command window |
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!