I think I have found the problem. When I start the batch in a directory which is part of a path definition it ends in an endless loop. When I run it in a new created directory it works fine.
Hi! I tried to get a FTP script running but it stucks and I don't know why. I have read this: http://www.dostips.com/DtTipsFtpBatchScript.php#Batch.FtpBatchUsingVariables So I create a batch file like this: ;@echo off ;(for /f "usebackq delims=" %%A in ("%~f0") do call echo.%%A)>...
Hi there! I have found this forum with Google because I have a problem and no solution yet... Maybe someone here can help. I have a batch file which gets the variables from another programm. This programm calls the batch with this command: c:\test\mybatch.cmd %1 %2 and so on My batch is simple, it i...