1
Graphics and Window Design / Re: Bigicons
« Last post by David Graser on June 14, 2025, 06:31:46 am »New folder scheme with other icons used from various other themes. Calling this Hodgepodge2.
OS2World.com Forum is back !!!
Remember to visit OS2World at:
http://www.os2world.com
[c:\OS2]
c:\Home
c:\IBMCOM
c:\MPTNxxx
DosQueryFSInfo error: return code = 15
Success.
OS/2 Doctor
Version: 2025-04-06
Homepage: http://os2.guru/os2doctor
Author: eCo Software
=== Description ===
OS/2 Doctor is a collection of utilities aimed to test the integrity of OS/2. OS/2 Doctor consists in two components, the agent (dr-agent.exe) and the main utility (os2doctor.exe).
The idea is to take first an snapshot on your working system and later you can compare it with your future system with an HTML report this tool provides. This report will help troubleshoot any problems.
=== How to use: ===
1) Taking the Capsule (Snapshot):
On an OS/2 working system run "dr-agent.exe" and click once the "Collect info" button that will show up on the screen.
A procedure starts that will scan your hard drive files and collect the information on the C:\HOME\OS2DOCTOR directory.
For example: x:\HOME\OS2DOCTOR\20250613-085625\crcdata.csv
2) Analyzing Changes
If an problem occurs on your OS/2 system you can analyze the changes from the latest capsule (snapshot) with the following command.
os2doctor.exe x:
Where x: is the drive to analyze.
It will start to compare the capsule (snapshot) with the current drive:
▓▓▓OS/2 Doctor, collect analysis about system / version: Q0405
c:
Found: 1 capsules (= savings, sessions)
Going to compare current state with the latest one..
Press any key to Start. Press Ctrl-Break to Exit
Press any key to start the scanning. You will see on the command line the scanning procedure.
Once the procedure is completed, a new directory will be created with the HTML report of the changes. For example:
x:\....\Doctor-report-20250613-095322
Open "report.html" with the browser to see the report of changes in your system.
=== Restrictions ===
1) You can manually edit the list of capsules (snapshot) located in:
x:\Home\OS2DOCTOR\os2doctor.list
Names should be longer than 8 characters.
=== License ===
Shareware. License cost: 500 rubles.
sqlite3 seems to use special syntax
OS/2 Command Interpreter version 4.5
[D:\PROGRAMS\DRDIALOG\WRD2NLV]sqlite3 en2sv.db3
SQLite version 3.28.0 2019-04-16 19:49:53
Enter ".help" for usage hints.
sqlite> SELECT
...> *
...> FROM
...> CLASSIFICATION
...> LIMIT 3;
1||Substantiv|152
2||Adjektiv|152
3||Räkneord|152
sqlite>
National characters such as ä above appear as UTF-8 characters and not as ä in codepage 850.ok, this pipe info out of the application into the script (WIN),
how do one send instructions out from the script (WIO) into the application (applications stdin)?