I have an NT server report which logs all dates when files are created.
This file is modified every night. It produces output in the following
format:-
Directory of E:\DATA\ITINFO\DIR02
08/20/00 09:38a <DIR> .
08/20/00 09:38a <DIR> ..
08/25/00 09:57a 53,760 Guide.xls
08/25/00 10:48a 41,984 Guide2000.xls
08/23/00 08:26a 20,480 referential data.xls
08/24/00 08:07a 180,736 Referential.xls
6 File(s) 296,960 bytes
I wish to write a program (VBA or VB or any suitable language) to parse
this text file into a more useable format for import into MS Access. Such
a format would be:-
File Size Date created
===========================================
E:\DATA\ITINFO\DIR02\Guide.xls 53,760 08/25/00
E:\DATA\ITINFO\DIR02\Guide2000.xls 41,984 08/25/00
E:\DATA\ITINFO\DIR02\referential data.xls 20,480 08/23/00
E:\DATA\ITINFO\DIR02\Referential.xls 180,736 08/24/00
I've not written anything of this kind before am not sure how to start.
Cheers, JimmyL
This file is modified every night. It produces output in the following
format:-
Directory of E:\DATA\ITINFO\DIR02
08/20/00 09:38a <DIR> .
08/20/00 09:38a <DIR> ..
08/25/00 09:57a 53,760 Guide.xls
08/25/00 10:48a 41,984 Guide2000.xls
08/23/00 08:26a 20,480 referential data.xls
08/24/00 08:07a 180,736 Referential.xls
6 File(s) 296,960 bytes
I wish to write a program (VBA or VB or any suitable language) to parse
this text file into a more useable format for import into MS Access. Such
a format would be:-
File Size Date created
===========================================
E:\DATA\ITINFO\DIR02\Guide.xls 53,760 08/25/00
E:\DATA\ITINFO\DIR02\Guide2000.xls 41,984 08/25/00
E:\DATA\ITINFO\DIR02\referential data.xls 20,480 08/23/00
E:\DATA\ITINFO\DIR02\Referential.xls 180,736 08/24/00
I've not written anything of this kind before am not sure how to start.
Cheers, JimmyL