Id batchJobId = Database.executeBatch(new RunThisBatch(), 200);
MyBatchClass myBatchObject = new MyBatchClass(); Id batchId = Database.executeBatch(myBatchObject);