Search found 3 matches

by jojolino
15 Jul 2010 02:07
Forum: DOS Batch Forum
Topic: Need help with FTP Batch
Replies: 2
Views: 3777

Re: Need help with FTP Batch

Hi!
I am a German too :mrgreen:

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.
by jojolino
14 Jul 2010 04:35
Forum: DOS Batch Forum
Topic: Need help with FTP Batch
Replies: 2
Views: 3777

Need help with FTP Batch

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)>...
by jojolino
07 Sep 2009 08:20
Forum: DOS Batch Forum
Topic: Fixed positions of variables in output file
Replies: 1
Views: 3582

Fixed positions of variables in output file

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...