Search found 2 matches

by DaVidoSS
30 Jun 2018 03:36
Forum: DOS Batch Forum
Topic: Need help with batch file
Replies: 3
Views: 3936

Re: Need help with batch file

Well, maybe if i would knew how..
by DaVidoSS
29 Jun 2018 06:32
Forum: DOS Batch Forum
Topic: Need help with batch file
Replies: 3
Views: 3936

Need help with batch file

Hi. I am new here. After numerous count of hours i was able to write batch script for convert drag and drop video file to 60FPS. @ECHO OFF setlocal EnableDelayedExpansion set "filename=%~1" for %%A in ("%filename%") do ( SET workdir=%%~dpA SET myfile=%%~nxA SET myfilename=%%~nA SET filetype=%%~xA SE...