Search found 4 matches

by stickandrock
17 May 2011 12:07
Forum: DOS Batch Forum
Topic: Copy all records but first in .txt file
Replies: 4
Views: 5069

Copy all records but first in .txt file

I have a txt file that I want to copy and in the resulting output file I do not want to include the first record of the original file.

Much Appreciated,
Don
by stickandrock
28 Mar 2011 09:42
Forum: DOS Batch Forum
Topic: Concatenate Current Date in Batch Script FTP output filename
Replies: 3
Views: 4939

Concatenate Current Date in Batch Script FTP output filename

I have a batch file that I execute each day. It calls a FTP step to transfer some data from our host systems onto a local server for processing. The FTP step is utilizing a GET statement to transfer the data. In my output file I would like to concatenate the current date to final output file name. T...
by stickandrock
22 Dec 2009 08:45
Forum: DOS Batch Forum
Topic: Path and Filename in Parameter
Replies: 2
Views: 4695

Thank You... That worked justed fine... It's makes sense now, when you know the correct answer. I figured out he % item, but forgot about the impact of spaces in the directory chain.

Once again, Thank You
by stickandrock
18 Dec 2009 08:19
Forum: DOS Batch Forum
Topic: Path and Filename in Parameter
Replies: 2
Views: 4695

Path and Filename in Parameter

Well this is my first post on the Forum and I hope that you will be able to help me out. I have used DOS batch files in the past to run MS-Access macros for scheduled reports. I want to create a log file out of my batch run in order to track when each step is Started and Completed. I am using an Ech...