Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Append Text Files

by NetWallah (Canon)
on Oct 09, 2009 at 20:51 UTC ( [id://800378]=note: print w/replies, xml ) Need Help??


in reply to Append Text Files

Here is a BAT file that should do the job for you:
setlocal ENABLEDELAYEDEXPANSION Set SOURCELIST=X for /f %%f in ('dir /b \\testserver\dir\*') do set SOURCELIST=%%f+!SOU +RCELIST! set SOURCELIST=%SOURCELIST:~0,-2% echo ==%SOURCELIST%== copy %SOURCELIST% dest\testrpt.txt

     Potentia vobiscum ! (Si hoc legere scis nimium eruditionis habes)

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://800378]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others perusing the Monastery: (7)
As of 2024-04-19 11:27 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found