windows-automation/README.md

15 lines
498 B
Markdown
Raw Normal View History

2024-04-14 13:34:14 +00:00
# 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.
---