Skip to content

Instantly share code, notes, and snippets.

View joydeep-bhowmik's full-sized avatar
💭
Doing a little bit better every day

Joydeep Bhowmik joydeep-bhowmik

💭
Doing a little bit better every day
View GitHub Profile
@joydeep-bhowmik
joydeep-bhowmik / index.cmd
Created March 17, 2025 12:31
get directory structure in cmd
tree /f /a > output.txt
@echo off
setlocal EnableDelayedExpansion
title Application Setup Wizard
color 0A
:: ================= INTRO =================
cls
echo =====================================
echo Application Setup Wizard
echo =====================================