How to reference a JScript file from another one?

前端 未结 3 1766
囚心锁ツ
囚心锁ツ 2020-12-15 09:56

I am writing some server-side scripts using JScript and WSH. The scripts are getting quite long, and some common functions and variables would fit better in a general librar

3条回答
  •  暖寄归人
    2020-12-15 10:30

    Try using a Windows Script File. It's basically an XML document which allows you to include multiple script files and define multiple jobs, amongst other things.

    
    
      
    
    

提交回复
热议问题