Originally Posted By: NTDOC
That's going to suck for people with LARGE hard drives and thousands of folders and files if it runs every time they logon.


Well I ain't that dumb :]

 Quote:


IF INGROUP("PST_SEARCH")
GOTO "PST_SEARCH"
ELSE
GOTO "END"
ENDIF

;---------------------------------------------------

:PST_SEARCH

IF EXIST("\\cgi-ahwd1\logs$\pst_by_username\@USERID---@WKSTA.txt")
GOTO "END"
ENDIF

Break on

;Enumerate all .pst files and the C drive.
.
.
.

:end



 Quote:
Shell to DIR was the fastest method to enumerate a large structure and get a list of files


Where do you find that? What is that?