I'm working on a try catch, and when it errors (in the catch block) it reads the m file (with the list of files in it) upto the 'bad' file...discards all these, then writes another m file with the remaining unprocessed file and launches this new file.Thats my idea...
BTW when you do an eval('fcn') you can also do eval('fcn','backupfcn') where backupfcn runs if fcn errors out.
Had some troubles changing directories, so will do the try catch instead and see.
thanks for taking the time to respond,
sb