Directory Listing Batch Script

By |May 9, 2024|Batch File .BAT scripts, Computer Programming Languages|

Once, a friend approached me with a curious request: he wanted help organizing his drives so he could easily review files later, whether on his Kindle or PC. He envisioned a script that would act like a diligent robot, crawling through directories and subdirectories, collecting information on every file it encountered. He described [...]

Automated Renaming Utility for AI-Generated Image Collections: A Comprehensive Guide

By |March 24, 2024|Batch File .BAT scripts, Computer Programming Languages|

Script Overview: Automated Renaming of AI-Generated Images Introduction This utility script is designed to streamline the organization of AI-generated images by automating the renaming process. Tailored for users who have amassed directories filled with images from AI services like ChatGPT or DALL·E, it proves particularly beneficial for projects requiring structured file naming. An [...]

Comments Off on Automated Renaming Utility for AI-Generated Image Collections: A Comprehensive Guide

Scripted Harmony: Automating File Sorting into Named Folders

By |March 5, 2024|Blogging, Computer Programming Languages, Tech News|

To use the "Scripted Harmony: Automating File Sorting into Named Folders" program, start by placing the batch script in the folder containing the files you wish to organize. This script is designed to be flexible, allowing you to either organize all files within the directory or focus specifically on files with a particular [...]

Comments Off on Scripted Harmony: Automating File Sorting into Named Folders

Unity Ballistic Trajectory Simulation Guide

By |February 24, 2024|C#, Computer Programming Languages, Unity3d|

Set Up Your Unity Project Open Unity Hub and create a new 3D project. Once your project is open, create a new empty GameObject in your scene; this will serve as your projectile launcher. Create Your Projectile Create a sphere GameObject (this will be your projectile) and position it where your launcher is. [...]

Comments Off on Unity Ballistic Trajectory Simulation Guide
Go to Top