Skip to content

Instantly share code, notes, and snippets.

View dogramacigokhan's full-sized avatar

Gokhan Dogramaci dogramacigokhan

View GitHub Profile
@dogramacigokhan
dogramacigokhan / himawari.vbs
Created April 25, 2016 16:23
VB script to run powershell script silently
Dim shell,command
command = "powershell.exe -nologo -command "".\himawari.ps1"""
Set shell = CreateObject("WScript.Shell")
shell.Run command,0
@dogramacigokhan
dogramacigokhan / himawari.ps1
Last active April 25, 2016 11:13 — forked from jbolster/himawari.ps1
Windows Powershell Script to download the latest image from the Himawari-8 satelite, combine the tiles into a single image, convert to jpg and then set as the desktop background.
#
# Himawari-8 Downloader
#
#
#
# This script will scrape the latest image from the Himawari-8 satellite, recombining the tiled image,
# converting it to a JPG which is saved in My Pictures\Himawari\ and then set as the desktop background.
#
# http://himawari8.nict.go.jp/himawari8-image.htm
#