T
tvae
Guest
I am trying to figure out how can I do this.
I can have a bat file and call that bat file to run a command.
Command: c:\Dir *.mdb /s/b > c:\database.txt
Now i need it to be more flexible that the user can enter which drive they want to search so I am not sure how can i make it more flexible that they can enter the drive letter in a form. So I can have:
[enter drive] Dir *.mdb.........
Can someone let me know what should i do.
Thanks
I can have a bat file and call that bat file to run a command.
Command: c:\Dir *.mdb /s/b > c:\database.txt
Now i need it to be more flexible that the user can enter which drive they want to search so I am not sure how can i make it more flexible that they can enter the drive letter in a form. So I can have:
[enter drive] Dir *.mdb.........
Can someone let me know what should i do.
Thanks