This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
start:knowledge:vfx:pipeline [2025/03/28 13:21] – [Startup] florian | start:knowledge:vfx:pipeline [2025/03/28 13:36] (current) – [Startup] florian | ||
---|---|---|---|
Line 31: | Line 31: | ||
==== Startup ==== | ==== Startup ==== | ||
- | I'm executing 2 scripts on startup using a single InvisibleLauncher.vbs file referenced in "Task Scheduler" | + | I'm executing 2 scripts on startup using a single InvisibleLauncher.vbs file referenced in Windows |
=== 1. CreateDrives === | === 1. CreateDrives === | ||
- | This is a bat script, using VisualSubst | + | This is a bat script. In addition to this I'm also using VisualSubst, this makes naming the mapped drives possible |
=== 2. AppsToDesktop === | === 2. AppsToDesktop === | ||
This is a .ps1 script, referenced to a a folder called " | This is a .ps1 script, referenced to a a folder called " | ||
Line 82: | Line 82: | ||
Key features: | Key features: | ||
- | * Filters tracks to only include supported audio formats (.mp3, .flac, .wav, etc.) | ||
* Skips system and auto-generated playlists | * Skips system and auto-generated playlists | ||
* Can skip files that already exist in the destination folder | * Can skip files that already exist in the destination folder |