I have a script that opens a file, performs a file > save as routine and closes the file.
I would like to run my save as routine, then part way through call a separate VBS script that will change my locale / region setting on the PC (this script is in another vbs file), then my script will continue and do the save as routine, and finally call another script that will reset my locale /region.
I could just paste the code into one big script, but in the interest of keeping it clean, my preference would be to call it when needed.