OS/2, eCS & ArcaOS - Technical > Applications
Experiment: Moving OS/2 Graphic/MM Resources
Dave Yeo:
After unpacking, preferably a copy of the DLL, you can run strings on it, piping the results through less,
--- Code: ---strings WPCONFIG.DLL | less
--- End code ---
And see all text in the DLL. Strings is not perfect so you do get some garbage mixed in. There's a lot of strings in this DLL.
Or if you know what you are looking for, use grep,
--- Code: ---H:\tmp>strings WPCONFIG.DLL | grep "POINTERS"
NAMEFILTER=*;CLASSLIST=WPPointer;STARTFOLDER=?:\OS2\POINTERS;DEFAULTCRITERIA=YES
NAMEFILTER=*;CLASSLIST=WPFolder;STARTFOLDER=?:\OS2\POINTERS;DEFAULTCRITERIA=YES DIALOG=NO
--- End code ---
Navigation
[0] Message Index
[*] Previous page
Go to full version