search for: usebackq

Displaying 3 results from an estimated 3 matches for "usebackq".

Did you mean: use_back
2009 May 01
1
locating rcmd.exe through a batch script
Dear R-sians! The following command works fine on Dos Prompt, but not in a windows batch script... dir /S /B C:\Progra~1\R\R* |findstr /I "rcmd.exe" |findstr /I "2.8.1" how do I implement the above in a windows batch script? I tried to use: for /F "usebackq tokens=*" %%i in (`dir /S /B C:\Progra~1\R\R* |findstr /I "rcmd.exe" |findstr /I "2.8.1"`) do @echo %%i and it does not seem to work! Where am I doing wrong? THANKS A TON in advance! Regards, Santosh [[alternative HTML version deleted]]
2007 Sep 27
4
re-encode tool win32
Under linux/bash, it would be something like.... cd /MusicDirectory find . -type f -name "*.flac" -exec sh -c 'flac -t {} && flac -8V {}' \; Or to simplify and not test each file before re-encode.... find . -type f -name "*.flac" -exec flac -8 {} \; -print Can someone translate this into NTBatch? Basically, recursive "dir" *.flac files as a
2012 Oct 26
0
Wine release 1.5.16
...built in command. cmd: Add support parsing for /f options and implement skip. cmd: Refactor building a list of directories out of WCMD_for. cmd: Use a common function for the string parsing in for /f. cmd: Implement support for for /f eol=c option. cmd: Add support for usebackq (for /f). cmd: Correct for /f string and command set handling. cmd: Strip quotes from for /f string before attempting to parse it. cmd: Add for /f delims= support. J?zef Kucia (5): d3dx9/tests: Only release a texture when it was created. d3dx9: Introduce a separate pi...