iT邦幫忙

nwm310 的所有回答 26

透過 WinRAR 自解檔執行 批次檔 指令異常

set "SystemPath=%SystemRoot%\System32" if exist "%SystemRoot%\Sys...

2022-03-07 ‧ 由 fshuang1026 提問

想請教reg query跟reg add的用法,修改outlook ldap通訊錄port號

沒有測試、無法測試希望可以派上用場 @echo off setlocal enableDelayedExpansion set "regPath=H...

2022-03-03 ‧ 由 aaronlin 提問

Powershell 每月最後一個工作日跟日期格式

$a = (Get-Date -Day 1 -Hour 17 -Min 0).AddMonths(1).AddDays(-1) if ($a.DayOfWee...

2021-10-19 ‧ 由 ahfuyeuem 提問

想詢問以下CMD彩色字體 程式運作方式

用 echo 顯示 只印出「結果」 @echo off for /f "delims=" %%a in ('"echo hi&qu...

2021-08-25 ‧ 由 gary11166200 提問

如何用在CMD下獲取變數內容長度?

用單引號、雙引號 powershell "'123456789'.length" powershell "$str = '1234...

2021-08-12 ‧ 由 Neo_||Ø2 提問

如何用python取得檔案的詳細資料

pip install pywin32 import win32com.client import os.path filePath = 'C:\\1.url...

2021-07-11 ‧ 由 s4028600 提問

bat 迴圈邏輯求助

csv的內容沒有驚嘆號 !就能正確執行 @echo off SETLOCAL ENABLEDELAYEDEXPANSION set /a page=1 for...

2021-06-16 ‧ 由 upwill7958 提問

登錄檔設定但是Win10 控制台卻沒有相對設定___(在Windows 中顯示動畫)

Win10 所有設定 > 輕鬆存取 > 在Windows 中顯示動畫 需要設定 HKCU\Control Panel\Desktop這個值 User...

2021-06-04 ‧ 由 enixcheng 提問

關於 m3u8 檔案利用 ffmpeg 轉成 mp4 影片檔

去下載最新版的ffmpeghttps://www.gyan.dev/ffmpeg/builds/ffmpeg-release-full.7z問題就解決了答案1:...

2021-05-18 ‧ 由 提問

selenium 要怎麼 操作 Edge 報一堆錯

取消log from msedge.selenium_tools import Edge,EdgeOptions options = EdgeOptions()...

2021-03-20 ‧ 由 2015evanotes 提問