I have a DOS Batch script file which checks for the existing of some files. If the files are present the another DOS BATCH script gets executed which will execute a DOS program. These steps works perfect it I do them in DOS mode of windows. I have a small program which detect if there was any activity in a windows directory and I want to execute the first DOS Batch routine. I coded the following command in my Clarion program.
RUN('C:\TESTFILE\CHECKFILE.BAT',1)
What is happening is that whenever there is some activities in the Directory the batch file CHECKFILE.BAT gets executed but that Batch routine calls another DOS Batch script and that part is not working. Only the first script gets executed and returns to the clarion program.
Does anyone knows how to fix this problem?
Thanks and may god bless.
William Gonzalez
gonzalezw@yahoo.com
RUN('C:\TESTFILE\CHECKFILE.BAT',1)
What is happening is that whenever there is some activities in the Directory the batch file CHECKFILE.BAT gets executed but that Batch routine calls another DOS Batch script and that part is not working. Only the first script gets executed and returns to the clarion program.
Does anyone knows how to fix this problem?
Thanks and may god bless.
William Gonzalez
gonzalezw@yahoo.com