Execute multiple commands with 1 line in Windows commandline?
Fresh3 days ago
Mar 15, 2026207637 viewsConfidence Score1%
1%
Problem
How can I execute multiple commands in the Windows commandline with just a single line? So for example say I want to perform an SVN update and then copy all of the files to another location... That doesn't work obviously. Is there a character or delimiter like ';' to perform something like this?
Error Output
svn update; copy *.* c:\development\copy\
Unverified for your environment
Select your OS to check compatibility.
1 Fix
Canonical Fix
Unverified Fix
New Fix – Awaiting Verification
Fix for: Execute multiple commands with 1 line in Windows commandline?
Low Risk
Yes there is. It's &. will execute command 2 when command 1 is complete providing it didn't fail. will execute regardless.
Awaiting Verification
Be the first to verify this fix
Sign in to verify this fix