In a batch script I wrote: Set src="http://calendar.google.com/calendar/ical/j<MORE>@gmx.net/private-c<MORE>e/basic.ics" Set dst="D:\Data\ICS\basic.ics" bitsadmin /transfer myDownloadJob /download /priority normal %src% %dst% pause Instead of <MORE> there is actual information that I want to keep to myself. Here is a screenshot that shows what happens when I call the batch script. enter image description [...] read more