乡下人产国偷v产偷v自拍,国产午夜片在线观看,婷婷成人亚洲综合国产麻豆,久久综合给合久久狠狠狠9

  • <output id="e9wm2"></output>
    <s id="e9wm2"><nobr id="e9wm2"><ins id="e9wm2"></ins></nobr></s>

    • 分享

      cmd批量打開網(wǎng)頁和關(guān)閉網(wǎng)頁的批處理代碼

       stoneccf 2018-01-08

      如果瀏覽器的安裝路徑中有空格,可以用“ ”代替,如下:
      C:\Program Files\Mozilla Firefox\firefox.exe
      可以替換為C:\Program" "Files\Mozilla" "Firefox\firefox.exe

      1、用IE瀏覽器打開網(wǎng)頁的批處理代碼:start c:\progra~1\Intern~1\iexplore.exe 網(wǎng)址

      例子:

      @echo off 
      title 打開網(wǎng)頁 
      start c:\progra~1\Intern~1\iexplore.exe "http://www.baidu.com" 

      2、用谷歌瀏覽器打開網(wǎng)頁的批處理代碼:安裝路徑 網(wǎng)址
      例子:

      @echo off 
      title 打開網(wǎng)頁 
      start C:\Users\Administrator\AppData\Local\Google\Chrome\Application\chrome.exe http://www.

      3、用火狐瀏覽器打開網(wǎng)頁的批處理代碼:安裝路徑 網(wǎng)址
      例子:

      @echo off 
      title 打開網(wǎng)頁 
      start C:\Program" "Files\Mozilla" "Firefox\firefox.exe "http://www.163.com" 

      4、批量打開網(wǎng)頁的代碼(轉(zhuǎn)載):

      @echo off 
      mode con lines=16 
      title 批量打開網(wǎng)頁 
      color 2f 
      cls 
      echo. 
      echo  現(xiàn)在是 %date% %time%echo 
      echo ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 
      start www.baidu.com 
      start www.jb51.net 
      echo 開啟完成,正在返回! 

      5、關(guān)閉瀏覽器的批處理代碼:

      @echo off 
      title 結(jié)束進程 
      taskkill /f /t /im iexplore.exe 
      taskkill /f /t /im chrome.exe 
      taskkill /f /t /im firefox.exe 

      以上就是cmd批量打開網(wǎng)頁和關(guān)閉網(wǎng)頁的批處理代碼,大家可以多測試一下

        本站是提供個人知識管理的網(wǎng)絡(luò)存儲空間,所有內(nèi)容均由用戶發(fā)布,不代表本站觀點。請注意甄別內(nèi)容中的聯(lián)系方式、誘導購買等信息,謹防詐騙。如發(fā)現(xiàn)有害或侵權(quán)內(nèi)容,請點擊一鍵舉報。
        轉(zhuǎn)藏 分享 獻花(0

        0條評論

        發(fā)表

        請遵守用戶 評論公約

        類似文章 更多