I am trying to build a process that effectively changes an SSID WEP key on a weekly basis. I have created a .vbs file that writes to a .txt file a 16 character ascii key and inputs it into a formatted IOS command line (configure terminal, ...., wr mem, etc). I have created a scheduled job within NCM (an 'execute a command script' job) that will execute the commands within the imported .txt file, however NCM imports the .txt file data only during the creation of the job - not each time the job is set to run. When the NCM job is ran each week, the key within the file will change but the NCM job fails to see it because it does not dynamically read the file each time.
Is there a method to require the NCM job to read the content of the .txt file each time the job is ran?
Thanks in advance for your help!