SCOUG Logo


Next Meeting: Sat, TBD
Meeting Directions


Be a Member
Join SCOUG

Navigation:


Help with Searching

20 Most Recent Documents
Search Archives
Index by date, title, author, category.


Features:

Mr. Know-It-All
Ink
Download!










SCOUG:

Home

Email Lists

SIGs (Internet, General Interest, Programming, Network, more..)

Online Chats

Business

Past Presentations

Credits

Submissions

Contact SCOUG

Copyright SCOUG



warp expowest
Pictures from Sept. 1999

The views expressed in articles on this site are those of their authors.

warptech
SCOUG was there!


Copyright 1998-2024, 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.

The Southern California OS/2 User Group
USA

SCOUG-HELP Mailing List Archives

Return to [ 07 | September | 2001 ]

<< Previous Message <<


Date: Fri, 7 Sep 2001 23:45:16 PDT
From: Peter Skye <pskye@peterskye.com >
Reply-To: scoug-help@scoug.com
To: scoug-help@scoug.com
Subject: SCOUG-Help: UniMaint & CDFS.IFS /W

Content Type: text/plain

=====================================================
If you are responding to someone asking for help who
may not be a member of this list, be sure to use the
REPLY TO ALL feature of your email program.
=====================================================

Steven Levine wrote:
>
> You don't need to open the Unimaint folder.

That's good, because I can't.

My system was finally free so, instead of clicking on the UniMaint
folder, I opened a command line window, switched to my UNIMAINT
subdirectory, and ran ICON.cmd (below). (ICON.cmd opens a directory
folder *from* the command line.)

UNIMAINT wouldn't open as an icon folder. I got a SYS3171 in
PMSHELL.EXE and the Workplace Shell closed and reopened.

Before I go chasing through my Desktop looking for a possible cause, is
that where I should be looking? It seems to me that the contents of the
Desktop have nothing to do with what ICON.cmd does.

How about if I try this: I could try to reinstall UniMaint, although
the SHSINST installer might bomb when it tries to write to \UNIMAINT\.
If SHSINST did bomb, I could reinstall UniMaint *but* put it in a
*different* directory so I could at least use it, and then I could
delete the contents of the original \UNIMAINT\ directory from the
command line, then remove (with rd) the UNIMAINT directory, and then run
UniMaint from its new directory to purge any old UniMaint entries in the
OS2*.INI files.

Comments?

- Peter
_____
Following is the Rexx code for ICON.cmd:

/* The ICON command file opens the named or
/ current directory as an icon folder.
/ Examples: ICON (opens the current directory)
/ ICON H:\TEMP (opens the H:\TEMP directory) */

if RxFuncQuery('SysSetObjectData') then,
call RxFuncAdd SysSetObjectData, RexxUtil, SysSetObjectData

/* Set icondir to the target directory path. */
/* - If a path was specified on the command line, use it. */
/* - Otherwise, use the current directory. */
if arg() > 0 then icondir = arg(1)
else icondir = DIRECTORY()

/* Now open the folder. */
call SysSetObjectData icondir, "OPEN=ICON"

/* End of program. */
exit

=====================================================

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
"rollin@scoug.com".

=====================================================


<< Previous Message <<

Return to [ 07 | September | 2001 ]



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.