said:
>but I don't know if that's the document I'm seeing because Assistance
It's not.
>Center -> Information -> Help Index -> Search doesn't tell you what file
>it's displaying.
That's what we are doing different. Now I see it. Thanks. The file it's
displaying is wphelp.hlp.
> for %f in (*.inf) do view %f redirecting
>I tried the same for \OS2\HELP .. (*.hlp) and got "Topic not found"
>messages.
FWIW/2. Inf/hlp indexes are stupid. Searching for less is usually
better. Try:
G:
cd \OS2\HELP
for %f in (*.inf) do view %f redirect
To solve your problem, you might try something like:
( xcopy & if errorlevel 1 pause ) | tee filename
I have no clue if cmd.exe will handle it, but it's syntactically correct.
Steven
--
----------------------------------------------------------------
"Steven Levine" MR2/ICE 2.28a #10183 Warp4/FP11
www.scoug.com irc.webbnet.org #scoug (Wed 7pm PST)
----------------------------------------------------------------
=====================================================
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 [ 26 |
May |
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.