Shaare your links...
3299 links
L!NKS
Retour au blog
Login
RSS Feed
ATOM Feed
Tag cloud
Picture wall
Daily
Links per page:
20
50
100
page 1 / 1
8 results for tags
batch
x
Création des fichiers Batch - Un didacticiel sur les fichiers Batch.
permalink
-
-
http://www.hotline-pc.org/batch.htm
batch
Optimiser tous les JPEG du répertoire courant - Liens en vrac de sebsauvage
@echo off
for %%x in (*.jpg) do (
echo Optimizing %%x
jpegtran -copy none -optimize "%%x" temp_optimize.jpg
jpegtran -copy none -progressive temp_optimize.jpg "%%x"
del temp_optimize.jpg
)
et
http://jpegclub.org/jpegtran/
permalink
-
-
http://sebsauvage.net/links/?0DwJxQ
batch
image
jpg
memo
String substitution and replacing in batch files
permalink
-
-
http://scripts.dragon-it.co.uk/scripts.nsf/docs/batch-search-replace-substitute!OpenDocument&ExpandSection=-1&BaseTarget=East&AutoFramed
batch
windows - How to remove spaces from file names (in bulk) - Stack Overflow
permalink
-
-
http://stackoverflow.com/questions/11270453/how-to-remove-spaces-from-file-names-in-bulk
batch
flash - Batch - Assign Command output to Variable - Stack Overflow
for /f "delims=" %%i in ('command') do set output=%%i
permalink
-
-
http://stackoverflow.com/questions/16203629/batch-assign-command-output-to-variable
batch
Batch Tutorial Part 1 - Windows Tutorials | Dream.In.Code
permalink
-
-
http://www.dreamincode.net/forums/topic/55203-batch-tutorial-part-1/
batch
Batch File Cheat Sheet - Christian Specht
permalink
-
-
http://christianspecht.de/2013/05/12/batch-file-cheat-sheet/
batch
Batch File Commands, Commands Cheat Sheet - GSO Tutorials - Network Security Resources
permalink
-
-
http://www.governmentsecurity.org/forum/topic/18743-batch-file-commands-commands-cheat-sheet/
batch
Links per page:
20
50
100
page 1 / 1