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.

Changes between Version 26 and Version 27 of TipsForBugReports


Ignore:
Timestamp:
Jun 25, 2010, 3:23:54 PM (14 years ago)
Author:
datallah
Comment:

Update to work better on 32-bit OSes and Windows XP.

Legend:

Unmodified
Added
Removed
Modified
  • TipsForBugReports

    v26 v27  
    6363{{{
    6464SET ProgramFiles(x86)
    65 IF ERRORLEVEL 0 SET PIDGIN_INST_DIR=%ProgramFiles(x86)%\Pidgin
    66 IF NOT ERRORLEVEL 0 SET PIDGIN_INST_DIR=%ProgramFiles%\Pidgin
     65IF %ERRORLEVEL% == 0 SET PIDGIN_INST_DIR=%ProgramFiles(x86)%\Pidgin
     66IF NOT %ERRORLEVEL% == 0 SET PIDGIN_INST_DIR=%ProgramFiles%\Pidgin
    6767
    6868REM SET PIDGIN_INST_DIR=Z:\YourCustomPidginInstallationDirectory
    6969
    7070SET LOCALAPPDATA
    71 IF ERRORLEVEL 0 SET DEBUG_DIR=%LOCALAPPDATA%\.purple\debuglogs
    72 IF NOT ERRORLEVEL 0 SET DEBUG_DIR=%APPDATA%\.purple\debuglogs
     71IF %ERRORLEVEL% == 0 SET DEBUG_DIR=%LOCALAPPDATA%\.purple\debuglogs
     72IF NOT %ERRORLEVEL% == 0 SET DEBUG_DIR=%APPDATA%\.purple\debuglogs
    7373
    7474REM make sure the debug directory exists
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!