Search found 3 matches

by dewviking
24 Apr 2013 13:33
Forum: DOS Batch Forum
Topic: Batch file needed to copy and delete original files
Replies: 5
Views: 13605

Re: Batch file needed to copy and delete original files

I would like to thank everyone for the quick and helpful replies. With a very small amount of manipulation, abc's code exactly met my needs. Thanks again! Here is the final code for reference: @Echo OFF chdir /C %~dp0 SET "USER=root" SET "PASS=1234" SET "Remote=123.456.7.890...
by dewviking
23 Apr 2013 10:38
Forum: DOS Batch Forum
Topic: Batch file needed to copy and delete original files
Replies: 5
Views: 13605

Re: Batch file needed to copy and delete original files

Thanks for the quick replies. I believe one piece of information was left out of my original post on accident. The remote device is a linux based system which requires a user name and password upon initializing an ftp connection. How would I incorporate this into the code? Here is the device locatio...
by dewviking
22 Apr 2013 10:12
Forum: DOS Batch Forum
Topic: Batch file needed to copy and delete original files
Replies: 5
Views: 13605

Batch file needed to copy and delete original files

Let me start by saying I have never written a batch file, or ever really worked with dos. My thought was to have windows task scheduler run a batch file each morning to open the network drive, copy all files ending in "_3" to a folder on the local computer (C:\Panel) and delete the origina...