Search found 4 matches

by quantuml
14 Nov 2006 11:19
Forum: DOS Batch Forum
Topic: How Can I use a list in a file as variables in a batch?
Replies: 6
Views: 16655

Ok here is what i need

Hey DosItHelp Sorry for the deley i thought i had it working but i guess i need the gurus help. ok i get a series of files everyday in a folder: ussually formated like this sdtrigger.todays_date.batchfilenumber.835.pgp so i ussually only look for the {sdtrigger.*.*.835.pgp} becasue the date and the ...
by quantuml
01 Nov 2006 16:10
Forum: DOS Batch Forum
Topic: How Can I use a list in a file as variables in a batch?
Replies: 6
Views: 16655

Well Lets See

More like file 1.... (in my script i will delete the file that i just ran the batch on)... so technically 15 min goes by and i do the same batch on the new file 1 my problem is that the file name changes every time and there might be multiple files that show up. but i do know the extension. quantuml
by quantuml
24 Oct 2006 12:45
Forum: DOS Batch Forum
Topic: How Can I use a list in a file as variables in a batch?
Replies: 6
Views: 16655

It worked Great but now how can i use only the first one

Thanks
The syntax worked great

But now i want to use only the first file it finds.

i have to make it run every 15 minutes on each file it finds.

any suggestions?

Quantuml
by quantuml
11 Oct 2006 10:42
Forum: DOS Batch Forum
Topic: How Can I use a list in a file as variables in a batch?
Replies: 6
Views: 16655

How Can I use a list in a file as variables in a batch?

Hello Dos Guru's I have a list in a txt file. i want to use each line as a different variable. i do not mind using only the first line in the file than deleting that line thus the next loop will use the first line again? i am trying to run a gpg script on only files with the gpg extension. i ported ...