瀏覽代碼

ipc statefile delete by hta

master
pb 2 年之前
父節點
當前提交
4f23b36baf
共有 1 個檔案被更改,包括 4 行新增1 行删除
  1. 4
    1
      index.js

+ 4
- 1
index.js 查看文件

var timer = function(){ var timer = function(){
l('.'); l('.');
if(fso.FileExists("run.done")) close();
if(fso.FileExists("run.done")) {
fso.DeleteFile('run.done')
close();
}
else window.setTimeout(timer, 1000); else window.setTimeout(timer, 1000);
}; };
window.setTimeout(timer, 3000); window.setTimeout(timer, 3000);

Loading…
取消
儲存