04-09-2024, 09:30 AM
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?
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?