shortpath.bat
@echo off
echo %~s1
C:\>shortpath.bat "\Program Files (x86)\Common Files"
C:\PROGRA~2\COMMON~1
説明は多分help call
あたり
Go to list of users who liked
More than 5 years have passed since last update.
@echo off
echo %~s1
C:\>shortpath.bat "\Program Files (x86)\Common Files"
C:\PROGRA~2\COMMON~1
説明は多分help call
あたり
Register as a new user and use Qiita more conveniently
Go to list of users who liked