View Single Post
Old 10-04-2004, 01:44 AM   #4 (permalink)
sippin codeine
 
Super Techie

Join Date: Jun 2004

Posts: 312

sippin codeine

Send a message via Yahoo to sippin codeine
Default

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 is offline