Patulong po sa coding (.bat file)

Para ma-run mo ang isang .exe file at pagsabayin ito sa pagpapatakbo ng isang script .bat, maaari mong gamitin ang sumusunod na code:

Code:
@echo off
start /wait "C:\path\to\your\executable.exe"
echo Running script...
C:\path\to\your\script.bat

Sa code na ito, ang start /wait command ay ginagamit upang i-execute ang .exe file at hintayin itong matapos bago ipagpatuloy ang script. Ang echo command ay ginagamit upang ipakita sa user na ang script ay kasalukuyang tumatakbo. Matapos nito, ang start command ay ginagamit upang patakbuhin ang script .bat.

Siguraduhin lamang na palitan ang "C:\path\to\your\executable.exe" at "C:\path\to\your\script.bat" sa mga tamang lokasyon at pangalan ng iyong .exe file at script file.
 

Similar threads

About this Thread

  • 2
    Replies
  • 366
    Views
  • 1
    Participants
Last reply from:
jrafael0330

Trending Topics

Online now

Members online
1,064
Guests online
1,643
Total visitors
2,707

Forum statistics

Threads
2,285,176
Posts
29,028,156
Members
1,219,317
Latest member
Roninnnnn
Back
Top