reno3131

Results 1 comments of reno3131

A work around for those who encounter this problem. `FOR /f tokens^=1delims^=^" %%i IN ("%1") do ( set fullpath=%%~i set drive=%%~di set filepath=%%~pi set name=%%~ni set fileext=%%~xi )` This will...