Advertisement
Guest User

next compiler script batch file :)

a guest
Apr 21st, 2023
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 0.19 KB | Source Code | 0 0
  1. @echo off
  2. title NEXT compiler
  3. cd app\inv\ext\template\build\extensions # Write Path Accurately, here it may be wrong...
  4. ant extensions
  5. pause # Pause Command to prevent sudden closing...
  6. exit
Tags: cmd batch NexT
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement