jollesnaas
Gebruiker
- Lid geworden
- 17 aug 2013
- Berichten
- 30
Ik wil dit toe voegen aan een ander .bat bestand:
Dat heb ik geprobeerd met:
Alleen dat werkt niet helemaal, kan iemand mij helpen??
Code:
echo %random% > test.bat
set /a num= +1
:repeat1
set /a num= +1
echo %random% >> test.bat
if ==100 goto end
goto repeat1
Dat heb ik geprobeerd met:
Code:
echo echo %every%%random%%random%%random%%random% > "%name%.txt" > test.bat
echo set /a num=%num% +1 >> test.bat
echo :repeat1 >> test.bat
echo set /a num=%num% +1 >> test.bat
echo echo %every%%random%%random%%random%%random% >> "%name%.txt" >> test.bat
echo if %num%==%amount% goto end >> test.bat
echo goto repeat1 >> test.bat
:end >> test.bat
Alleen dat werkt niet helemaal, kan iemand mij helpen??