need a bit of a help with scripts (.bat file)

So now i have 2 .bat files. one copies some file if it was updated ( robocopy C:\location C:\destination) and another one that executes a some kind of .exe file
(start c:\BAT\fraps.exe)
now what i need is maybe a one file, so that WHEN a file was copied using "robocopy" the executive file would run automaticaly. So maybe there is a way to merge them into one or smth.
Last edited on
Just edit the first batch file, and append the code of the second file. Or, you could append START secondbatfilepath.
to make sure you can use the CALL , look for it in Google with Batch file CALL CMD.
Topic archived. No new replies allowed.