Code:
#include<stdio.h>
  #include<conio.h>
  #include<dos.h>
  #include<process.h>
  #include<stdlib.h>
  void main()
  {
     system("F:\\C.bat"); //batch file in drive f
  }
system return value is zero. but output is not getting only blank screen is coming.

the content of batch file is..

@echo off
f:
Z_0100.EXE...