Skip to content

Instantly share code, notes, and snippets.

@romanpitak
Created November 26, 2014 07:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save romanpitak/70fea984330ec5f9916b to your computer and use it in GitHub Desktop.
Save romanpitak/70fea984330ec5f9916b to your computer and use it in GitHub Desktop.
The file I execute when PC starts.
start "" "taskmgr.exe"
echo #start "" "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" http:/site1.cz http://site2.cz
echo #start "" "C:\Users\romanp\portable_apps\PortableApps\GoogleChromePortable\App\Chrome-bin\chrome.exe" --profile-directory=Default http://site1.cz http://site2.cz
echo #start "" "C:\Users\romanp\portable_apps\PortableApps\GoogleChromePortable\App\Chrome-bin\chrome.exe" --profile-directory=Default http://site1.cz http://site2.cz https://site3.net
echo #start "" "C:\Users\romanp\portable_apps\PortableApps\GoogleChromePortable\App\Chrome-bin\chrome.exe" --profile-directory=Default https://site3.cz http://site4.net
start "" "C:\Users\romanp\portable_apps\PortableApps\GoogleChromePortable\App\Chrome-bin\chrome.exe" --profile-directory=Default https://site5.com http://site4.net
net use t: /delete
set username=romanp
set password=************
set persistent=yes
net use t: \\10.0.0.252\www %password% /user:%username% /persistent:yes
echo #start "" "C:\Program Files (x86)\EasyPHP-12.1\EasyPHP-12.1.exe"
echo #start "" "C:\Program Files (x86)\EasyPHP-DevServer-13.1VC11\EasyPHP-DevServer-13.1VC11.exe"
echo #start "" "C:\Program Files (x86)\EasyPHP-DevServer-14.1VC11\EasyPHP-DevServer-14.1VC11.exe"
start "" "C:\Users\romanp\portable_apps\Start.exe"
start "" "C:\Users\romanp\portable_apps\PortableApps\FirefoxPortable\FirefoxPortable.exe"
start "" "C:\Users\romanp\portable_apps\PortableApps\Notepad++Portable\Notepad++Portable.exe"
start "" "C:\Users\romanp\portable_apps\PortableApps\TotalCommanderPortable\Total Commander v7.50b4 Portable.exe"
start "" "C:\Users\romanp\portable_apps\PortableApps\SkypePortable\SkypePortable.exe"
start "" "C:\Users\romanp\portable_apps\PortableApps\PidginPortable\PidginPortable.exe"
echo #start "" "C:\Program Files\TortoiseGit\bin\pageant.exe" "C:\Users\romanp\.ssh\id_rsa.ppk"
echo #start "" "C:\Program Files (x86)\Winamp\winamp.exe"
echo #start "" "C:\Program Files (x86)\Mozilla Thunderbird\thunderbird.exe"
echo #start "" "C:\Program Files (x86)\NetBeans 7.2.1\bin\netbeans.exe" --console suppress
echo #start "" "C:\Program Files (x86)\NetBeans 7.3.1\bin\netbeans.exe" --console suppress
echo #start "" "C:\Program Files (x86)\NetBeans 7.4\bin\netbeans.exe" --console suppress
echo #start "" "C:\Users\romanp\AppData\Local\Aptana Studio 3\AptanaStudio3.exe"
echo #start "" "C:\Program Files (x86)\JetBrains\PhpStorm 7.1\bin\PhpStorm.exe"
start "" "C:\Program Files (x86)\JetBrains\PhpStorm 8.0\bin\PhpStorm.exe"
start "" "C:\Program Files (x86)\Evernote\Evernote\Evernote.exe"
echo #start "" "C:\Users\romanp\portable_apps\PortableApps\ConEmuPack.140723\ConEmu64.exe"
start "" "C:\Program Files (x86)\Atlassian\SourceTree\SourceTree.exe"
cd C:\www\m1
start "Git Bash" "C:\Program Files (x86)\Git\bin\sh.exe" --login -i
start "CMD" cmd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment