Posts by filmesson • 11 points
3 posts
-
0
votes1
answer297
viewsA: Send commands to a Batch with user input
Probably this bat has a command like that: set /p comando=Comando: This waits for something to be typed. If this command has been loaded, you cannot jump later. In that case you would have to have a…
-
1
votes2
answers350
viewsA: How do I create a . bat file through a . bat file?
@echo off ::Gerando outro arquivo bat a partir deste echo Gerando arquivo NovoBat.bat, Aguarde. timeout /t 2 >nul echo @echo off >NovoBat.bat echo Title Novo .Bat Gerado…
-
0
votes3
answers280
viewsA: Run cmd command with CD
set composerup=cd api ^& composer update execute the command: %composerup%