Search found 1 match

by mnicolas
09 May 2019 09:04
Forum: DOS Batch Forum
Topic: Variable in FOR wont work
Replies: 1
Views: 2311

Variable in FOR wont work

Hi! I have the following Script: @echo off Set "QuellRoot=P:\...\Dokumente" Set "ZielRoot=P:\...\Datenraum" @FOR %%i IN ("%QuellRoot%\*.*") do @( echo %%~nxi echo %%i start "C:\Program Files (x86)\Adobe\Reader 9.0\Reader\AcroRd32.exe" "%%i" echo. echo Abbrechen mit Strg-C Set /P "Input=Please type a...