Welcome To Snipplr


Everyone's Recent DOS Batch Snippets



« Prev 1 2
Show information about a user in a Windows domain
0 2075 posted 10 years ago by rm1984
Copy file as current date as name file to destination directory
0 4513 posted 11 years ago by brm
**Vars** to to specify + ${EnvSet_Bash} **Demo** vars specified like + ${EnvSet_Bash}=[set-mysqlRT-Env](http://www.snipplr.com/view/80407/an-example-bash-file-for-set-temporary-path/ "set-mysqlRT-Env.bat") pluss other bash commond *...
0 4205 posted 11 years ago by jacktan
Run `mysqladmin` to shutdown msyql server with a specified option file. **Vars** to to specify + ${EnvSet_Bash} **Demo** vars specified like + ${EnvSet_Bash}=[set-mysqlRT-Env](http://www.snipplr.com/view/80407/an-example-bash-file-for-...
0 4403 posted 11 years ago by jacktan
Run a Mysql server using command line with a specified option file. **Vars** to to specify + ${EnvSet_Bash} **Demo** vars specified like + ${EnvSet_Bash}=[set-mysqlRT-Env](http://www.snipplr.com/view/80407/an-example-bash-file-for-set-...
0 4339 posted 11 years ago by jacktan
set-mysqlRT-Env.bat before you run other commands like mysql, call this bat for temporary PATH and other environment variables。 **Vars** to specify + ${STH_HOME} + ${homeValue} **Demo** Vars specified like + ${STH_HOME}=MYSQL_HOM...
0 4524 posted 11 years ago by jacktan
Replace COL with the cell number.
0 3936 posted 12 years ago by lottegis
Nice script for formatting dates in a batch file without having the system locale settings impact your format
0 4427 posted 12 years ago by kidmizere
This is batch file clearing SharePoint Designer cache
1 4062 posted 12 years ago by rflipper
This is batch file clearing SharePoint Designer cache
0 4016 posted 12 years ago by rflipper
Return the IP address from a domain name.
0 3894 posted 13 years ago by mikaelpelle
ffmpeg - Convert Sony Cybershot MPG file to mp4 for JavaFX 2
0 4450 posted 13 years ago by laurenceosx
This type of conversion is very fast because the main audio video content is just copied (not converted) to a new container type of file.
1 4486 posted 13 years ago by laurenceosx
This will loop through files in somefolder with the extension .c, print out the filename and compile the files.
0 4406 posted 13 years ago by stianlagstad
7zip commandline builder for zipping extensions in an svn repository
0 4056 posted 13 years ago by lookmatters
A DOS batch script to handle registering and controlling a JBoss service.
0 4056 posted 13 years ago by djangofan
Registro manual de una libreria o proceso DLL en windows
0 4000 posted 13 years ago by thescorpion
This is a batch file that will add the date to the end of all files in a particular directory located on the user's desktop and place them in a directory called Output_Renamed on the user's desktop.
2 4526 posted 14 years ago by _reydin_
This is a fraction of a much larger script which does multiple tasks. This scriptlet is intended to be interactive and somewhat user-friendly. First, it asks if you want to place the computer into sleep mode, then it kills pesky processes associated...
1 4073 posted 14 years ago by Rectifier
Uses the sysinternals (microsoft) utility PsLogList to save specified event logs to files and then clears them. Method can be used to save logs as .evt and .evtx. This script has four event logs listed as an example and has a template command comment...
0 4888 posted 14 years ago by Rectifier
This is a simple batch script to clear the event logs from a windows 7 or server 2008 machine. The script does *not* save these logs. This was tested on a local machine but could be adapted for remote use.
1 4261 posted 14 years ago by Rectifier
Quickly combine/append ascii type files such as txt or csv.
0 4033 posted 14 years ago by webonomic
script imports svn dump into the repository
0 3978 posted 14 years ago by altern
Batch script creates repository dump of specific project in repository. It assumes that repository has following structure: /project1 /trunk /tags /branches /project2 /trunk /tags /b...
0 4087 posted 14 years ago by altern
Batch script creates initial svn repository structure according to SCM framework (http://scm.altern.kiev.ua): /project /trunk /tags /builds /PA /A /B...
0 4032 posted 14 years ago by altern
'svn add' all unversioned files in a working copy to svn repository recursively on windows
0 4263 posted 14 years ago by altern
Useful to open an image for viewing from the command line under Windows, in this example the image is generated by the GraphViz dot command.
0 5290 posted 14 years ago by m1b
Just run at the prompt cygwin bash $ cmd.exe /c start .
0 4411 posted 15 years ago by peterlubczynski
This command will tell you the date of Installation of your Windows System. The result will look like this: *InstallDate = 11:48:12 28.06.2010*
0 4040 posted 15 years ago by bits
The code works if and only if your system is using English(United States) date format (i.e. "Web 05/11/2011"). If your systems is using English(United Kingdom) date format just replace %%B in the first and third rows with %%A.
0 4463 posted 15 years ago by cappellin
« Prev 1 2