Skip to content

Instantly share code, notes, and snippets.

@bouzuya
Created July 29, 2012 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bouzuya/3199211 to your computer and use it in GitHub Desktop.
Save bouzuya/3199211 to your computer and use it in GitHub Desktop.
<?xml version="1.0" standalone="yes"?>
<package>
<job id="RotateBackup">
<?job error="false" debug="true"?>
<runtime>
<description>
バックアップをローテーションする。
</description>
<named
name="srcfile"
helpstring="バックアップするファイル"
type="string"
required="true"
/>
<named
name="dstdir"
helpstring="バックアップ先のディレクトリ"
type="string"
required="true"
/>
<example>
Example: rotate-backup.wsf /srcfile:src.zip /dstdir:C:\backup
</example>
</runtime>
<script language="VBScript">
WScript.Echo("Hello, WSH!")
</script>
</job>
</package>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment