c 定時重啟某個windows程式

2022-07-20 01:27:13 字數 1164 閱讀 7892

string

gettime()

;   

//獲取時間 時分秒

strftime(tmp, sizeof(tmp), "

%h:%m:%s

", localtime(&timep));

return

tmp;}

string ltime_end =gettime();

if (ltime_end == "

00:00:30")

}es_svrwork64.exe

") ;

) ; getcurrentdirectory(max_path,currentpath);

setcurrentdirectory(

"d:\\adg\\hgf\\fgh\\

");//

改成你想呼叫的路徑

winexec(datasnap1.c_str(),sw_showminimized);

setcurrentdirectory(currentpath);

//設定回原來主程式的當前路徑

sleep(

5000

); getcurrentdirectory(max_path,currentpath);

setcurrentdirectory(

"d:\\adg\\asd\\asd\\

");//

改成你想呼叫的路徑

winexec(datasnap2.c_str(),sw_showminimized);

setcurrentdirectory(currentpath);

//設定回原來主程式的當前路徑

sleep(5000

); getcurrentdirectory(max_path,currentpath);

setcurrentdirectory(

"d:\\adg\\dsa\\dsa\\

");//

改成你想呼叫的路徑

winexec(datasnap3.c_str(),sw_showminimized);

setcurrentdirectory(currentpath);

//設定回原來主程式的當前路徑}

}

Windows2008定時重啟

1 新建乙個文字檔案,將檔案字尾改為bat,然後新增如下 2 建立計畫任務 2.1 單擊開始 任務計畫程式 右鍵我的電腦 管理 任務計畫程式 2.2 單擊任務計畫程式庫 建立基本任務 2.3 輸入名稱及描述 2.4 選擇任務合適開始 2.5 設定具體的開始時間及間隔 2.6 啟動程式 2.7 選擇程...

windows 定時重啟服務及程式

1.建立 bat指令碼 echo off taskkill im clientsend.exe ping n 1 127.0.0.1 nul sc stop tlq ping n 3 127.0.0.1 nul sc start tlq ping n 5 127.0.0.1 nul start d ...

windows中定時關閉並延時開啟某個執行程式

首先熟悉這個命令taskkill,具體怎使用不過多的解釋,自己可以去搜尋了解一下。結束應用程式用 taskkill im qq.exe f qq.exe是我要結束的程序。可以在任務管理器裡看到你想關閉的程式的程序。然後儲存上面的一條命令為bat格式。注意注意注意 儲存時一定要注意儲存的編碼格式。為a...