VOGONS

Common searches


Search results

Display options

dos batch string manipulation

in DOSBox General
I'm trying to write some dos batch script for manipulating some paths. I haven't done this in years so I might be rusty. The path is relative and given from the command line as argument @echo off set wpath=%1 @echo.%wpath% set newpath=%wpath:~0,-4% @echo.%newpath% The thing I'm trying to accomplish …

Page 1 of 1