The '~' version removes surrounding quotation marks. So for example: call :Main "Hello Man" Exit /B :Main set String=%1 echo %~1 Goto :EOF %~1 will remove the surrounding quotation marks and the output will be: Hello Man
@CryptoFoxOfficial8 жыл бұрын
thanks
@adriansrfr7 жыл бұрын
I'd like to see a vid where you remove duplicate lines in a file. For instance, suppose you query the programs on 5 computers and you want to remove all the duplicate programs. How would you do this? Thanks.
@0_-5 жыл бұрын
Can you do a tutorial on findstr? It would be very helpful :)
@adriansrfr7 жыл бұрын
This video need to be broken down into smaller segments. Also the script needs to be run more so audience can see the output.
@juangordillo3592 жыл бұрын
In order to understand this video you have to watch videos 58, 59, 60