VOICE Home Page: http://www.os2voice.org |
September 2002
[Newsletter Index]
|
We scan the Web, Usenet and the OS/2 mailing lists looking for these gems. Have you run across an interesting bit of information about OS/2 or eComStation recently? Please share it with all our readers. Send your tips to tips@os2voice.org. If you are interested in joining a particular OS/2 mailing list, check out the VOICE Mailing List page for subscribing instructions for a large variety of existing lists - http://www.os2voice.org/mailinglists.html.
Editor's note: these tips are from OS/2-eComStation users and in some cases can not be verified by myself. Please heed this as a warning that if you are not sure about something, don't do it.
The audio data is read in digital format off the CD and is sent directly to the USB "sound card" as a WAV type data stream. This requires a great deal of I/O bandwidth. Your CD must support the "Digital Transfer" feature that can be enabled from the "Multimedia Setup" program that is located in the "System setup" folder. The option checkbox is located on the second sub tab of the CD settings tab.
If you are using Jonathan de Boyne Pollard's 32 bit command interpreter, it can cause problems with MPTS and minstall unless you add the following lines to your config.sys file, save, and reboot:SET CMD_CMD_INIT=3D/AUTOSTARTVDM+ /AUTOSTARTPM+As for disabling XWP, you need to hold down the shift key before the blue screen appears and you must keep holding it down.
SET CMD_TEXTCMD_INIT=3D/AUTOSTARTVDM+ /AUTOSTARTPM+
SET CMD_COPY_INIT=3D/OLDSRCDIR+
SET CMD_DEL_INIT=3D/OLDSRCDIR+
SET CMD_DIR_INIT=3D/OLDSRCDIR+
SET CMD_ZDIR_INIT=3D/OLDSRCDIR+
SET CMD_RENAME_INIT=3D/OLDSRCDIR+
August 5, 2002 - Here's a handy tip for Desktop On-Call users submitted by Timothy F. Sipples:Desktop On-Call is the desktop remote control software included at no extra charge with eComStation. Using any Java-enabled web browser, you can control your eComStation, OS/2 Warp, or other desktop. (Versions are available for many different platforms.) You don't need any special client software to use Desktop On-Call. Desktop On-Call is somewhat similar to VNC, but it has some advantages, including built-in encryption and better support for eComStation.Desktop On-Call automatically senses which version of Java your browser uses. However, there may be reasons to force Desktop On-Call to use the older Java 1.02-compatible version. For example, I like the Java 1.02 version of the Desktop On-Call client better when using Warpzilla with Java 1.3. The Java 1.02 version is compatible with very old browsers, including Netscape Navigator 2.02 for OS/2 Warp, certain Windows 3.1 browsers, and older Macintosh browsers.
To force Desktop On-Call to use the Java 1.02 version, use this web address when accessing your PC:
http://yourpc.yourdomain.com:8080/ictrl10.htm
where yourpc.yourdomain.com is the IP address of your system (could be numeric) and 8080 is the port you've configured Desktop On-Call to listen on. (The default port is 80.)
I've tested this method with Desktop On-Call Version 5, the forthcoming release for eComStation, and it works like a charm. I believe this method works with prior versions of Desktop On-Call as well.
There's one downside to the Java 1.02 version. Network traffic between your browser and the PC you control is not encrypted. So be careful using this "flavor" of the Desktop On-Call applet over the public Internet. If you use this special URL for Desktop On-Call, you can solve the encryption problem with something like Injoy Firewall and its VPN support.
Although I have not tested it, you can likely delete (keep a backup!) the ictrl10.htm file on your PC (installed with Desktop On-Call) to prevent use of this non-encryption version, if you're particularly paranoid.
I also find that Desktop On-Call works better in a web browser window running in kiosk mode (with extraneous browser controls removed). Check your favorite web browser's documentation for details on kiosk mode. For example, many Netscape versions for OS/2 Warp have two kiosk modes, invoked using either the -k1 or -k2 command line parameters. In kiosk mode, you maximize the amount of screen "real estate" available for displaying your remote system's desktop.
Finally, there are certain keystrokes that are just darn difficult to send via Desktop On-Call. Consider installing a utility on your remote system that lets you send keystrokes using the mouse, or use a keyboard remapping utility.
I hate dealing with *nixish command lines too. I'm a CLI guy, but I'm no masochist. So I tend to write CMD files to do what I want *nixish programs to do most often.This dumps a Word doc to a postscript file named whatever.doc.ps and then opens it in GhostView. You could alter a few of the variables to convert it to plain text if you wanted that instead.
/*
* word2ps.cmd
*/PARSE ARG wordDoc
IF wordDoc = '' THEN
DOSAY 'This script accepts a MS Word document as argument,'END
SAY 'converts it to PostScript using AntiWord, and then'
SAY 'displays it in GhostView.'
EXIT/* change "ps" to "t" if you want plain text */
psDoc = wordDoc || ".ps"/* change to your favorite text editor for plain text */
gsView = 'F:\OS2_APPS\GS\GSVIEW2\GVPM.EXE'/*
* the "-p letter" option is just for postscript output;
* it sets the output to letter size paper. Leave off
* altogether for plain text
*/
aw = 'F:\util\antiword.0.32\antiword.exe -p letter'SAY 'Converting' wordDoc 'to' psDoc || '...'
/* Redirects output of antiword to a file using ">" */
aw wordDoc || '>' || psDoc/* opens the file for viewing
*/ gsView psDocEXIT
IBM have updated and added several OS/2 device drivers in the last few days.Checkout
http://www7.software.ibm.com/2bcprod.nsf/DDPakByDate?OpenView
For a list of recent changes.
Open the exe file with an editor (any will do)If you see at the first toplines something like:
PE , it's a full blown Windy9* and later program
(PE means P executive, forgotten what "P" stands for)
If there is something like
NE
at the 12th line or so, it's a regular Win31 program.
(NE stands for New Executive)
+ PMSeek *does* support AND & OR in the search-text field, though only for a single pair of choices. For example:
+
+ Fric & Frac (AND)
+
+ Tweedle Dum | Tweedle Dee (OR)
+
+ Why don't they document this stuff?
I did manage to solve this problem by adding BASEDEV=RESERVE.SYS /MEM:CB00,1000 To the beginning of my config.sys file.
Depends on the device some only show up in the Hardware Manager when a media is inserted.You should see USB Device #HC_#HUB_#Device
where#HC is the number of the USB Hostcontroller the device is onFor More information about the deive use the USB Resource Manager Package.
#HUB the Number of the Hub on that HC
#Device the USB Device Number.
The D-LINK model DSB-650TX USB ethernet adapter works quite well on my warp 4.5 system with OS/2 USB drivers/stack!
[Feature Index]
editor@os2voice.org
[Previous Page] [Newsletter Index] [Next Page]
VOICE Home Page: http://www.os2voice.org