I need to create a simple utility to make my life a little easier. It creates a folder that gets name generated from the next Monday date with DateJS library. I am obviously to use this utility locally in Windows. What are the ways to include this DateJS library to my utility JS file?
Share
I assume you’re using WSH – in other words, putting some script in a
.jsfile and running it. Your options:eval()it. I would not recommend this method.wsfformat, a simple XML format which allows you to reference external scripts. This is probably your best route.myscript.wsf: