how to search string in different file and comment it [modified]
-
Hello I have to search a string "AssemblyVersion" and if i get this string i have to comment it, and also add comment in front of this string , if this string is already commented then it will not comment again... I have to search this string in Assemblyinfo.cs file and this file is in different project. How do i Solve this problem? If anyone know that how to search the string and comment it then plz tell me as soon as Thanks in Advance.. -- modified at 0:30 Thursday 30th August, 2007
-
Hello I have to search a string "AssemblyVersion" and if i get this string i have to comment it, and also add comment in front of this string , if this string is already commented then it will not comment again... I have to search this string in Assemblyinfo.cs file and this file is in different project. How do i Solve this problem? If anyone know that how to search the string and comment it then plz tell me as soon as Thanks in Advance.. -- modified at 0:30 Thursday 30th August, 2007
Hi, Open the file usual but give right the path and search with regex. hope this help.