Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SHELL

boot up batch script

@echo off

title Auto launch Stack Overflow


start firefox http://stackoverflow.com/questions/tagged/python+or+sql+or+sqlite+or+plsql+or+oracle+or+windows-7+or+cmd+or+excel+or+access+or+vba+or+excel-vba+or+access-vba?sort=newest

REM Optional - I tend to log these sorts of events so that you can see what has happened afterwards
echo %date% %time%, %computername% >> %logs%StackOverflowAuto.csv

exit
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #boot #batch #script
ADD COMMENT
Topic
Name
6+8 =