Win-OS/2 Tricks: Difference between revisions

From OS2World.Com Wiki
Jump to navigation Jump to search
Created page with "Win-OS2 or Win-OS/2 is the common name of the Windows 3.1 embedded sessions that OS/2 can run. Here are some tips and tricks about. ==Boot Log== You can generate a boot log file when you run Win-OS/2 by running: win /b It will generate a txt file with some log about the booting process. For example: <pre> [boot] LoadStart = system.drv LoadSuccess = system.drv LoadStart = keyboard.drv LoadSuccess = keyboard.drv LoadStart = mouse.drv LoadSuccess = mouse.drv LoadStart =..."
 
No edit summary
Line 4: Line 4:
You can generate a boot log file when you run Win-OS/2 by running:
You can generate a boot log file when you run Win-OS/2 by running:
  win /b
  win /b
It will generate a txt file with some log about the booting process.
It will generate a BOOTLOG.TXT file with some log about the booting process.


For example:
For example:

Revision as of 16:42, 7 August 2024

Win-OS2 or Win-OS/2 is the common name of the Windows 3.1 embedded sessions that OS/2 can run. Here are some tips and tricks about.

Boot Log

You can generate a boot log file when you run Win-OS/2 by running:

win /b

It will generate a BOOTLOG.TXT file with some log about the booting process.

For example:

[boot]
LoadStart = system.drv
LoadSuccess = system.drv
LoadStart = keyboard.drv
LoadSuccess = keyboard.drv
LoadStart = mouse.drv
LoadSuccess = mouse.drv
LoadStart = ifgdi2vm.drv
LoadSuccess = ifgdi2vm.drv
LoadStart = SOUND.DRV
.....

Links