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
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"
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"
49 Views
no comments
http://profile.ak.fbcdn.net/hprofile-ak-snc4/260690_1007238642_1080472094_n.jpg
77 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
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.
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...
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
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
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!
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.
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!
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
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
582 Views
4 comments
Subscribe
Discuss
What's new
What is it
New Snippet
Recent Snippets
My Snippets
Web Code
Search
