Sublime Forum

[MAC] Build with Batch File - Help Transposing

#1

Hi all,

-posted this a few minutes ago, but don’t see the post. Sorry if it gets double posted for some reason-

Sorry for the noob question, but I literally just started using Mac a few days ago and simply don’t know it well enough to transpose some directory structures. Even Google was elusive so far.

Anyway, I want to run (build) the following batch file originally written in Windows (which I ran with Notepad++) within Sublime Text on MAC, and need assistance with transposing parts like “$(CURRENT_DIRECTORY)”, etc. Thanks in advance, I’ll be sure to read the forums and help where I can.

cmd /C cd /d $(CURRENT_DIRECTORY) & "C:\WPM\bin\validator.bat" -firebug -keepbrowseronerror -browser FF "$(FILE_NAME)"

Thanks again.

0 Likes