Search found 2 matches
- 29 Aug 2018 03:14
- Forum: DOS Batch Forum
- Topic: help to create a batch-file
- Replies: 2
- Views: 2967
Re: help to create a batch-file
Great, thanks! [/@echo off CLS REM ---------------------------------------------------------------------------- REM MENU load or archive REM ---------------------------------------------------------------------------- :start ECHO. ECHO what to do? ECHO ------------------------------------------- ECH...
- 27 Aug 2018 13:30
- Forum: DOS Batch Forum
- Topic: help to create a batch-file
- Replies: 2
- Views: 2967
help to create a batch-file
Hi, I try to write a little batch that lists the folders of a given directory. My current batch looks like this: @echo off cls REM ----------------------------------------- REM Verzeichnis auslesen und anzeigen REM ----------------------------------------- setlocal EnableDelayedExpansion cd _customD...