Error - template LAYOUT-DATA-WRAPPER not found

A configuration error was detected in the CGI script; the LAYOUT-DATA-WRAPPER template could not be found.

Error - template STYLE-SHEET not found

A configuration error was detected in the CGI script; the STYLE-SHEET template could not be found.

Error - template SUB-TOP-BANNER not found

A configuration error was detected in the CGI script; the SUB-TOP-BANNER template could not be found.
Subject:
From:
Reply To:
PCSOFT - Personal Computer software discussion list <[log in to unmask]>
Date:
Sat, 12 Jan 2002 10:40:11 -0500
Content-Type:
text/plain
Parts/Attachments:
text/plain (33 lines)
----- Original Message -----
From: "Stephen Lo" <[log in to unmask]>
To: <[log in to unmask]>
Sent: Thursday, January 10, 2002 10:46 PM
Subject: [PCSOFT] Questiion in MS DOS batch file


> I use the following lines in a batch file to delete all files in a folder:
>
> @echo off
> Echo Y| del c:\temp\*.* > Nul
>
> IF folder 'temp' is empty a line "file not found" returns. How could I
> eliminate this feedback?
>
> THank you!!
>
> SLo

Try this:

@echo off
rem >c:\temp\tmp.$$$
Echo Y| del c:\temp\*.* > Nul

The "rem" will guarantee at least one file in the directory.

Winston Pike

                         PCSOFT's List Owner's:
                      Bob Wright<[log in to unmask]>
                       Drew Dunn<[log in to unmask]>

ATOM RSS1 RSS2

LISTSERV.ICORS.ORG Secured by F-Secure Anti-Virus CataList Email List Search Powered by LISTSERV