0 Members and 1 Guest are viewing this topic.
@echo offstart "Chrome" chrome --new-window "www.google.com"exit
@echo offstart "iexplore" "www.google.com"exit