1 min read Printing Batch file results to a text file October 1, 2013 Nikunj K0 For showing result of batch file in text file, you can use this command chdir > test.txt This command will redirect result to test.txt. When you open test.txt you will found current path of directory in test.txt Share your Love
5 mins read DevOps Terraform Workflow (Init, Plan, Apply, Destroy) November 17, 2025November 17, 2025 Nikunj K0
6 mins read DevOps What is HashiCorp Configuration Language? November 3, 2025November 3, 2025 Nikunj K3