tc45 / GetInventory

Batch Network Device Detail Collector (Cisco)
MIT License
23 stars 9 forks source link

Versioning Output Directory #10

Open yomesky2000 opened 4 years ago

yomesky2000 commented 4 years ago

After every run, I want the timestamp and initials of the user who ran the script tagged with the output directory name. Example - if Tcurtis runs the script, the output will create a new directory like “EOL-tcurtis-10-6-2020-9:00UTC"

rubengm13 commented 4 years ago

@yomesky2000

Time stamp is coming soon, try out the feature in the "interface bug" branch.

"output_%d-%m-%Y %H h %M m %S s.xlsx" will modify the following output file name. "output_05-11-2020 00 h 39 m 23 s.xlsx" Same concept for the output directory.