From e00867dfb5aa0986098926791e8ec2a1f4b0d5b7 Mon Sep 17 00:00:00 2001 From: moshferatu Date: Sun, 14 Apr 2024 06:34:14 -0700 Subject: [PATCH] Add README --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2797cc2 --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +# Windows Automation + +This repository contains various scripts for automating tasks in Windows. + +## Examples + +- [IQFeed](./iqfeed.bat) + - Automates logging into IQFeed at system startup for market data retrieval. +- [Komorebi](./komorebi.bat) + - Automates startup of the Komorebi tiling window manager. +- [RAM Disk](./ram_disk.bat) + - Automates the creation of a RAM disk at system startup. + - Currently used to store market data downloaded by NinjaTrader for increased performance. + +--- \ No newline at end of file