Ignore:
Timestamp:
Jan 8, 2001, 6:54:48 PM (25 years ago)
Author:
umoeller
Message:

Final changes for 0.9.7, i hope...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/helpers/winh.c

    r18 r21  
    24692469 *      wrapper around WinStartApp which fixes the
    24702470 *      specified PROGDETAILS to (hopefully) work
    2471  *      work with all executable types:
    2472  *
    2473  *      1.  This fixes the executable info to support:
    2474  *
    2475  *          -- starting "*" executables (command prompts
    2476  *             for OS/2, DOS, Win-OS/2);
    2477  *
    2478  *          -- starting ".CMD" and ".BAT" files as
    2479  *             PROGDETAILS.pszExecutable.
    2480  *
    2481  *      2.  Handles and merges special and default
    2482  *          environments for the app to be started.
    2483  *          If PROGDETAILS.pszEnvironment is empty
    2484  *          and the application is a Win-OS/2 app,
    2485  *          this uses the default Win-OS/2 settings
    2486  *          as specified in the "Win-OS/2" WPS settings
    2487  *          object.
     2471 *      work with all executable types.
     2472 *
     2473 *      This fixes the executable info to support:
     2474 *
     2475 *      -- starting "*" executables (command prompts
     2476 *         for OS/2, DOS, Win-OS/2);
     2477 *
     2478 *      -- starting ".CMD" and ".BAT" files as
     2479 *         PROGDETAILS.pszExecutable.
     2480 *
     2481 *      This also handles and merges special and default
     2482 *      environments for the app to be started.
     2483 *      If PROGDETAILS.pszEnvironment is empty
     2484 *      and the application is a Win-OS/2 app,
     2485 *      this uses the default Win-OS/2 settings
     2486 *      as specified in the "Win-OS/2" WPS settings
     2487 *      object.
    24882488 *
    24892489 *      Even though this isn't clearly said in PMREF,
Note: See TracChangeset for help on using the changeset viewer.