2. Type syntax below :
@echo off
echo Hello, I'm File in Test.bat
call filecalling.bat
exit
3. Save it, and open a new notepad and save with name filecalling.bat
4. Type syntax below (in filecalling.bat) :
@echo off
echo Hello, I'm file in filecalling.bat
pause
5. OK, do you see call syntax? Yuph, it's function is for calling other file to include in our file. Finish.
No comments:
Post a Comment