September 22, 200520 yr Hello GuysThere is a way to include multiline comments in .CFG files???I tried with the set /* and */ and it doesn't work.It would be very useful to have the possibility to comment large section of a configuration fileThanks in advance!!Regards
September 22, 200520 yr You could copy the section to be commented out into a word processor. Use the replace function to replace each paragraph marker with a sequence of a paragraph marker followed by two slashes. This will have the effect of placing two slashes at the beginning of each line (except the first). Now copy the text back to your .cfg file.A little awkward perhaps, but depending on the length of the text being commented out, it might be a little quicker than manually commenting each line.Doug
Create an account or sign in to comment