Search found 3 matches

by JimmyTheDos
20 May 2018 22:00
Forum: DOS Batch Forum
Topic: BAT to Check shortcut links work and allow quick editting?
Replies: 5
Views: 6708

BAT to Check shortcut links work and allow quick editting?

Hi guys, I have a way of creating multiple shortcuts in locations with many different targeted locations. My biggest worry is that I change my folder structure, and then some of the shortcuts won't work any more. Would anyone know if would be possible to create a BAT that asks for a location: @echo ...
by JimmyTheDos
20 May 2018 21:34
Forum: DOS Batch Forum
Topic: How to debug BATCH files
Replies: 5
Views: 6794

How to debug BATCH files

Hi guys, I have experience with VBA and excel, looking to expand my knowledge with BATCH. Is there a way to "step into" (go line by line) of the code, (I can use "Pause" but this seems like not the best method.) Is there a way to run code without the repercussions (a way to prevent accidentally dele...
by JimmyTheDos
20 May 2018 21:24
Forum: DOS Batch Forum
Topic: Rename directories and sub directories that do not contain files.
Replies: 1
Views: 2591

Rename directories and sub directories that do not contain files.

Hi guys, I am wondering if there is a way to: Rename Folders that are empty or only contain Folders with "name + (Empty)" etc So that if I am browsing through directories I can tell quickly if they're useful or dead legs. (I want to keep the folder structure as it is, to add things into the correct ...