iT邦幫忙

1

bat 指令使用

  • 分享至 

  • xImage
  •  

REM

https://ithelp.ithome.com.tw/upload/images/20190121/20106764jLzzC0n1te.png

變數使用

建立一個變數 & set/get變數
https://ithelp.ithome.com.tw/upload/images/20190121/201067646JFOlEVVaq.png

取變數值 從第幾個字開始取
https://ithelp.ithome.com.tw/upload/images/20190121/20106764UnXAhKOh0M.png

START 打開exe

START chrome.exe

打開exe 並帶入變數
以下範例為用chrome打開google網頁
START chrome.exe http://google.com
https://ithelp.ithome.com.tw/upload/images/20190121/20106764ydLFnohVPB.png

如果不知道名稱,可以打開工作管理員/處理程式 查看

START explorer.exe
START mspaint.exe

START iexplore.exe
START notepad.exe 
START chrome.exe 
START chrome.exe http://google.com  
pause

指定某個日期打開某個程式,以下指定8號打開google網站

for /f "tokens=1-4 delims=-/ " %%i IN ('date /t') DO (
set year=%%i
set month=%%j
set day=%%k
) 

If "%day%" =="08" Goto google 

: massage
cls
START iexplore.exe http://google.com.tw

key word
bat 變數使用


圖片
  直播研討會
圖片
{{ item.channelVendor }} {{ item.webinarstarted }} |
{{ formatDate(item.duration) }}
直播中

尚未有邦友留言

立即登入留言