1. Acutually I have to move to differnet directories and run multiple sqlfiles.

2. For example I move to new_directory1 and run so many files. Again go to new_directory2 and run so many files.

3. I do not want to give the complete path of the files.
Like I donot want to give.

@c:\new_directry1\s1.sql
@c:\new_directry1\s2.sql
@c:\new_directry2\s3.sql
@c:\new_directry2\s4.sql

4. Is there any way..?