Skip to content

Latest commit

 

History

History
25 lines (20 loc) · 603 Bytes

README.md

File metadata and controls

25 lines (20 loc) · 603 Bytes

TCBatch

What

Small command line interface application for quickly setting up new computers / servers.

Currently only for windows systems, requires that the exe is run as an administrator.

Background

On every gig I am on, I need to do the same thing for every computer in the system. Rename, set the IPs, download / install software, etc... So, I created this script to help automate that process

Current Capabilities

Dependencies

  • aiohttp
  • asyncio
  • bs4
  • ftplib
  • PIL
  • pyuac
  • ftplib
  • pyyaml
  • tqdm
  • questionary
  • webbrowser
  • winshell / pywin32 / win32api / win32serviceutil