CodePaste Logo
New Snippet New Snippet Recent Snippets Recent Snippets My Snippets My Snippets Web Code Search Snippets Search
Sign inor Register
Format:
Recent snippets matching language of MSCmdSHell
git config --global user.name "Al Gonzalez"
git config --global user.emai "{email.address}"
 
REM set up Notepad++ as the editor of choice
git config --global core.editor "'c:\apps\notepad++\notepad++.exe' -multiInst -notabbar -nosession -noPlugin"
 
REM set up WinMerge as the tool to use when calling "git difftool"
git config --global diff.tool winmerge
git config --global difftool.winmerge.cmd "'c:\apps\winmerge\winmergeU.exe' -e -u -dl Base -dr Mine \"$LOCAL\" \"$REMOTE\""
git config --global difftool.prompt false
by Al Gonzalez   April 10, 2012 @ 11:02am
24 Views
no comments
 
@echo off
c:
cd c:\datenbank
md Transaktionsliste
md Zahlungsliste
FOR /F %%i IN ('dir /b c:\datenbank\Transaktionsliste.txt /s') DO echo.>> %%i
FOR /F %%i IN ('dir /b c:\datenbank\Zahlungsliste.txt /s') DO echo.>> %%i
FOR /F %%i IN ('dir /ad /b c:\datenbank /s') DO type %%i\Transaktionsliste.txt >> "Transaktionsliste\Transaktionsliste komplett %date%.txt"
FOR /F %%i IN ('dir /ad /b c:\datenbank /s') DO type %%i\Zahlungsliste.txt >> "Zahlungsliste\Zahlungslisten komplett %date%.txt"
by Hazard   October 24, 2011 @ 11:56am
Tags:
59 Views
no comments
 
@echo off
c:
cd c:\datenbank
md Transaktionsliste
md Zahlungsliste
FOR /F %%i IN ('dir /ad /b c:\datenbank /s') DO type %%i\Transaktionsliste.txt >> "Transaktionsliste\Transaktionsliste komplett %date%.txt"
FOR /F %%i IN ('dir /ad /b c:\datenbank /s') DO type %%i\Zahlungsliste.txt >> "Zahlungsliste\Zahlungslisten komplett %date%.txt"
by Hazard   October 24, 2011 @ 11:21am
Tags:
49 Views
no comments
 
http://profile.ak.fbcdn.net/hprofile-ak-snc4/260690_1007238642_1080472094_n.jpg
by jayb   October 13, 2011 @ 7:39am
Tags:
77 Views
no comments
 
284361_2088587926766_1007238642_32041303_7807995_n.jpg
by connie bellfatto   October 01, 2011 @ 6:23pm
Tags:
101 Views
no comments
 
@echo off
 
setlocal
set REPOS=%1
set TXN=%2
 
rem check for an empty log message
"E:\Program Files\VisualSVN Server\bin\svnlook.exe" log "%REPOS%" -t "%TXN%" | findstr "." > nul
if %errorlevel% gtr 0 goto err
exit 0
by Scytale   May 10, 2011 @ 6:07am
Tags:
82 Views
no comments
 
 
CD /D C:\ECA\UTILS\
 
*** DAILY WATCHING. ***
NET USE W: \\PFDRSVR01\C$ /USER:{USERNAME} {PASSWORD} /PERSISTENT /SAVECRED
REM --- MAKE A DIRECTORY FOR THIS MACHINE'S FILES, AND TODAY'S DATE.
MKDIR W:\SCREEN\%COMPUTERNAME%\%date:~-4,4%%date:~-7,2%%date:~-10,2%
REM --- MOVE ALL TEMP FILES INTO THIS FOLDER. ---
MOVE C:\TEMP\*.PNG W:\SCREEN\%COMPUTERNAME%\%date:~-4,4%%date:~-7,2%%date:~-10,2%\
START THE WATCHING FOR TOMORROW.
by Eric Anderson   April 25, 2011 @ 5:26pm
Tags:
99 Views
no comments
 
REM BINDING Visual Studio Environment
"C:\Program Files\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x86
 
REM Finding Workspace MyNewWorkspace
tf workspaces MyNewWorkspace
IF %errorlevel% == 0 GOTO FoundWorkspace
IF %errorlevel% == 100 GOTO CreateWorkspace ELSE GOTO ExitNow
 
:CreateWorkspace
REM Workspace Not Found. Creating...
by Bryan Wood   March 03, 2011 @ 2:29pm
Tags:
94 Views
no comments
 
REM BINDING Visual Studio Environment
"C:\Program Files\Microsoft Visual Studio 10.0\VC\vcvarsall.bat" x86
 
REM Finding Workspace MyNewWorkspace
tf workspaces MyNewWorkspace
IF %errorlevel% 0 GOTO FoundWorkspace
IF %errorlevel% 100 GOTO CreateWorkspace ELSE GOTO ExitNow
by Bryan Wood   March 03, 2011 @ 2:15pm
Tags:
89 Views
no comments
 
[Startup]
EnableLangDlg=Y
Product=League of Legends
ProductGUID=918A9082-6287-4D25-9002-5E5D5E4971CB
CompanyName=Riot Games
CompanyURL=http://www.riotgames.com
ErrorReportURL=http://www.installshield.com/isetup/ProErrorCentral.asp?ErrorCode=%d : 0x%x&ErrorInfo=%s
MediaFormat=1
LogMode=1
Skin=setup.isn
by Tosse12   January 19, 2011 @ 11:33am
Tags:
114 Views
no comments
 
leon@pc2b:~$ sudo apt-get install ooo4kids
Reading package lists... Done
Building dependency tree       
Reading state information... Done
The following NEW packages will be installed:
  ooo4kids
0 upgraded, 1 newly installed, 0 to remove and 0 not upgraded.
Need to get 83.6MB of archives.
After this operation, 228MB of additional disk space will be used.
WARNING: The following packages cannot be authenticated!
by benbois   November 18, 2010 @ 11:53pm
Tags:
160 Views
no comments
 
Target framework: Microsoft .NET Framework 4.0
Target(s) specified: updateDB 
 
 [property] Target framework changed to "Microsoft .NET Framework 3.5".
 
BUILD FAILED
 
INTERNAL ERROR
 
System.IO.FileLoadException: Die Assembly im gemischten Modus wurde w„hrend Version v2.0.50727 der Laufzeit erstellt und kann nicht w„hrend der 4.0-Laufzeit ohne zus„tzliche Konfigurationsinformationen geladen werden.
by nhutier   November 11, 2010 @ 4:53am
Tags:
223 Views
no comments
 
@echo off
if (%1)==() goto end
if not exist %1 goto createEmpty
:touch
copy /b %1+ > nul
echo %1 was touched!
goto end
:createEmpty
type %1>%1
echo %1 was created!
by Al Gonzalez   February 19, 2010 @ 9:14pm
Tags: Touch, Batch
239 Views
no comments
 
rem Replace {folder} with the folder whose content you want to delete
rem Replace {folderToKeep} with the folder under {folder} you DON'T want to delete
del /F /Q {folder}\*.*
for /D %i in ({folder}\*.*) do if /I NOT (%i)==({folder}\{folderToKeep}) rd /s /q %i
by Al Gonzalez   February 12, 2010 @ 8:05am
Tags:
176 Views
no comments
 
@echo off
rem Shell wrapper for Mercurial Distributed SCM
setlocal
rem ########################################
rem NOTES:
rem   /I flag on if forces case-insensitive comparisons for ==
rem ########################################
 
rem ########################################
rem Set the following variables to the 
by Al Gonzalez   January 28, 2010 @ 1:31pm
582 Views
4 comments
 
brought to you by:
West Wind Techologies



If you find this site useful and use it frequently please consider making a donation to support this free service.
Donate