Changeset 21 for trunk/src/helpers/winh.c
- Timestamp:
- Jan 8, 2001, 6:54:48 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/helpers/winh.c
r18 r21 2469 2469 * wrapper around WinStartApp which fixes the 2470 2470 * specified PROGDETAILS to (hopefully) work 2471 * work with all executable types :2472 * 2473 * 1.This fixes the executable info to support:2474 * 2475 * 2476 * 2477 * 2478 * 2479 * 2480 * 2481 * 2. Handles and merges special and default2482 * 2483 * 2484 * 2485 * 2486 * 2487 * 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. 2488 2488 * 2489 2489 * Even though this isn't clearly said in PMREF,
Note:
See TracChangeset
for help on using the changeset viewer.