Search found 5 matches

by seanm
09 Sep 2020 08:02
Forum: DOS Batch Forum
Topic: Making a program process multipe files and........can I ask for assitance
Replies: 8
Views: 6429

Re: Making a program process multipe files and........can I ask for assitance

From my perspective, as a numpty, it was perhaps because of the pages I found it had the most understandable or best explained help pages etc. Meaning no offense but I don't speak computer and I get the impression that some help pages are written for those who are fluent in speaking computer, so whe...
by seanm
08 Sep 2020 16:59
Forum: DOS Batch Forum
Topic: Making a program process multipe files and........can I ask for assitance
Replies: 8
Views: 6429

Re: Making a program process multipe files and........can I ask for assitance

Yes!!!!!!!!!!!! in 8 minutes this

FORFILES /m *.txt /C "TXTlogToCSVtool /c @file @fname.csv"

processed 846 flight logs, absolutely incredible
by seanm
08 Sep 2020 15:21
Forum: DOS Batch Forum
Topic: Making a program process multipe files and........can I ask for assitance
Replies: 8
Views: 6429

Re: Making a program process multipe files and........can I ask for assitance

Penpen, :D :D :D :D major happy dance, I don't know how many times I have looked at that page on Phantompilots and not realised the significance of what I was seeing. What is the J I G ? From memory there is a bit of the film Armageddon where Michael Clarke Duncan goes "thankyou, thankyou, thank you...
by seanm
05 Sep 2020 08:37
Forum: DOS Batch Forum
Topic: Making a program process multipe files and........can I ask for assitance
Replies: 8
Views: 6429

Re: Making a program process multipe files and........can I ask for assitance

Ok and thanks, can you suggest any forums where this sort of thing might be covered?
by seanm
05 Sep 2020 06:03
Forum: DOS Batch Forum
Topic: Making a program process multipe files and........can I ask for assitance
Replies: 8
Views: 6429

Making a program process multipe files and........can I ask for assitance

Hello. Background. I have several drones, each creates flight logs in the form of a .txt file and a .DAT file. I have these stored on computer and wish to go 'through' them. In their raw form they are not human readable and so a program "CsvView" and or "TXTlogToCSVtool_general" is used to 'translat...