Run commands after one another.
#1
Is there a way to run commands after one is done in cmd?

If I have multiple commands-

Hashcat.exe -d 1 -m 101 -w 4 hash.hash C:\words
Hashcat.exe -d 1 -m 949 -w 4 hash2.hash C:\list
Hashcat.exe -d 1 -m 555 -w 4 hash3.hash C:\text

How do I run them consecutively instead of waiting for one to finish and manually running it?
Reply


Messages In This Thread
Run commands after one another. - by Jajhaj - 04-09-2024, 09:30 AM
RE: Run commands after one another. - by Snoopy - 04-09-2024, 01:56 PM
RE: Run commands after one another. - by CmdFlaz - 04-15-2024, 09:11 AM