Hi Renuka,
Karen is correct in that you can't include one wsf file within another using the <script> element's src attribute. However, you can run one WSH script from another using the WshShell object's Run method. I'm not sure which one of these you had in mind.
HTH,
Bill