>>662
>>664 探してみたらあった
http://www.pokanchan.jp/dokuwiki/software/spi#janeview_vch_susie_32bit_plug-in_library
http://pastebin.com/eN1tQZmc
を入れて、コマンドに、
/View(MassiGra)=wscript "$BASEPATHgenVwCache.wsf" /link:$LINK /url:$URL /cfg:"$BASEPATHgenVwCache2.cfg"
で、genVwCache2.cfgの内容
Wrap.initialize = function() {
outln2("*** CFGファイルが組み込まれました ***\n");
}
Wrap.putVchFile = function(url_new, url_access, vwCacheDir, vchFile, isErr, detail) {
var exe = replaceEnv("%systemdrive%/bin/tools/MassiGra/MassiGra.exe");
var file = vwCacheDir + vchFile;
shell.Run(exe+" "+file);
}