SCOUG-HELP Mailing List Archives
Return to [ 16 |
January |
2007 ]
>> Next Message >>
Content Type: text/plain
Being of the "Numlock on" persuasion, I just installed a program that
I hope will make "Numlock on" the default on my machine. It's a REXX
routine with a good-sized DLL file, and is called from Startup.CMD
during booting.
It works just fine so far; but now the Startup.CMD window no longer
closes after execution. It stops with a C:\ prompt displayed, and I
have to click in the window and then type in "exit" to close it. Not
a big deal, but bothersome. Anybody got a clue to what might be
causing that?
Details:
The Startup.CMD file: md r:\util
md r:\cache
D:\RELISH\STARTNOW
D:\NUMLOCK\NUMLOCK
exit
The Numlock.CMD file: /* NumLock.DLL */
CALL RxFuncAdd "NumLock","NumLock","NumLock"
If NumLock()=0 THEN SAY 'NumLock activated.'
EXIT
Source:
Archive: rxnumlock.zip [on Hobbes]
Length Method Size Ratio Date Time CRC-32 Name
------ ------ ----- ----- ---- ---- ------ ----
125 Defl:N 86 31% 06-29-02 22:58 06e1b454 NUMLOCK.CMD
41028 Defl:N 22395 45% 06-29-02 22:57 3434d0f6 NUMLOCK.DLL
----- ----- --- -------
41153 22481 45% 2 files
I found that the program could not see NUMLOCK.DLL if it was just in
the same directory with NUMLOCK.CMD, so it is now with other DLL files
in an on-path directory that I created some years ago for such
circumstances. That part works fine.
Jack P.
=====================================================
To unsubscribe from this list, send an email message
to "steward@scoug.com". In the body of the message,
put the command "unsubscribe scoug-help".
For problems, contact the list owner at
"postmaster@scoug.com".
=====================================================
>> Next Message >>
Return to [ 16 |
January |
2007 ]
The Southern California OS/2 User Group
P.O. Box 26904
Santa Ana, CA 92799-6904, USA
Copyright 2001 the Southern California OS/2 User Group. ALL RIGHTS
RESERVED.
SCOUG, Warp Expo West, and Warpfest are trademarks of the Southern California OS/2 User Group.
OS/2, Workplace Shell, and IBM are registered trademarks of International
Business Machines Corporation.
All other trademarks remain the property of their respective owners.
|