Skip to content

Instantly share code, notes, and snippets.

@nissuk
Created June 18, 2011 19:20
Show Gist options
  • Select an option

  • Save nissuk/1033421 to your computer and use it in GitHub Desktop.

Select an option

Save nissuk/1033421 to your computer and use it in GitHub Desktop.
WSH: 複数のファイルを読み込んで実行する単純な例(WSF)
function print(s) { WScript.Echo(s) }
print('hello!');
<job>
<script type="text/javascript" src="1.js"></script>
<script type="text/javascript" src="2.js"></script>
</job>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment