Thread
:
Need Batch File code to copy emails
View Single Post
10-04-2004, 01:44 AM
#
4
(
permalink
)
sippin codeine
Super Techie
Join Date: Jun 2004
Posts: 312
not really genius but its a batch
cls
@echo off
copy c:\queue\*.txt c:\temp
if you want to delete the orgional files from "c:\queue\" add
del c:\queue\*.txt
__________________
**[System specs]**
Delphi Enterprise 6 - 7
VB 6.0 - 2005 EE
sippin codeine
View Public Profile
Send a private message to sippin codeine
Find More Posts by sippin codeine