
In its current location, the download helper for Window batch scripts, downloader.js, gets deleted when the Windows batch scripts are generated (due to a call to clean_dir). This patch moves downloader.js to the tools directory where it remains safe from clean_dir. Change-Id: I48f3daf613e8517dfb9256af298e9e43f76289bc
Files in this directory are Windows batch files generated by osbash to configure host-only networks, produce a base disk, and build OpenStack training-labs VMs as configured when osbash created them.
When copying these files to a Windows host, make sure to preserve the Windows-style CR/LF newlines, or the batch scripts may fail (e.g. not find jump labels).