I am distributing a couple of compiled scripts and would like to include a version in the file properties.
Is there any way to do this?
How do you add Version to a compiled script?
Moderators: Dorian (MJT support), JRL
-
- Macro Veteran
- Posts: 267
- Joined: Mon Sep 27, 2010 8:57 pm
- Location: Seattle, WA
-
- Junior Coder
- Posts: 24
- Joined: Tue Sep 15, 2009 3:20 pm
Adding a Version Number
I'm not sure if your looking for something different, but I just open up the properties, and type in the version number on the summary tab. Revision number is under advanced on the summary tab.
Alternatively if no one really changes anything on the file you can just use the modified time/date stamp on the file to indicate the version number.
Finally if you want a final alternative you could have it be part of the macro, and send either a messagemodal or write it to a text file when the script is run.
Alternatively if no one really changes anything on the file you can just use the modified time/date stamp on the file to indicate the version number.
Finally if you want a final alternative you could have it be part of the macro, and send either a messagemodal or write it to a text file when the script is run.
I think I can automate that!