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 [ 01 | March | 2004 ]

<< Previous Message <<


Date: Mon, 1 Mar 2004 23:20:56 PST8
From: "i-lists" <i-lists@synass.net >
Reply-To: scoug-help@scoug.com
To: scoug-help@scoug.com
Subject: SCOUG-Help: listing of hidden files

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.
=====================================================

How about "SET DIRCMD" in your AUTOEXEC.BAT and CONFIG.SYS ???

Mine look like following:
SET DIRCMD=3D/O:ge /A /P /V

Like this it displays all I really do prefer with a simple DIR from
command line ;-))

Cheers, svobi =

an479@lafn.org on 02/03/2004 04:05:46
Please respond to scoug-help@scoug.com
To: scoug-help@scoug.com
cc: =

Subject: SCOUG-Help: listing of hidden files

> From: "Dr. Jeffrey Race"
> To: "scoug-help@scoug.com"
> Subject: SCOUG-Help: listing of hidden files
> >
> >Any way in OS/2 to list hidden files from command line?
> >I was looking for some INI files and had to use a DOS
> >utility (CO.COM) to find them. I can find no DIR =

> >switch to display them.

I prefer to see all the files all the time, so I usually use a =

batch file (d.cmd) from the command line whenever I want to look =

at a directory. (I "borrowed" the "d" name from a CP/M utility I =

had been using regularly before switching to OS/2.)

Here it (the batch file) is in all its glory:

@echo off
rem /A show files with all attributes
rem /N use HPFS format for directory display
rem /O sort files (default: alpha, directories then files)
rem /V (undocumented) display file attributes in listing
rem /P pause for pages
rem %2 allows /S (subdirectories) or other added entries
IF +%1=3D=3D+/S GOTO SUBDIR
IF +%1=3D=3D+/s GOTO SUBDIR
dir %1 /A /N /O /V /P %2
GOTO END
:SUBDIR
dir /A /N /O /V /S /P %2
:END

Jack P.

************************************************
>>> Say NO to H T M L in Mail and News <<<
>>> A G A I N S T T E R R O R & W A R <<<
************************************************=

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

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 [ 01 | March | 2004 ]



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.