Sublime Forum

How can I replace replace the comment-character "rem" with "::" in cmd/bat files?

#1

I’ve searched around quite a bit for this, and asked on the Sublime Facebook group without anyone responding.

I was hoping someone could help me find out how to replace the comment-character “rem” with “::” in cmd/bat files in Sublime? I’d prefer something simple if possible, like just editing a text-file or something😉

The reason I want to do this is that the “rem” doesn’t actually seem to work in my cmd/bat files, however “::” works.

Any tips would be greatly appreciated!

0 Likes

#2

you can swap the order defined in https://github.com/sublimehq/Packages/blob/master/Batch%20File/Comments.tmPreferences

1 Like

#3

Tank you! :smiley:

0 Likes