Edit Multiple Line of any File 📝 with Batch Script Application [code is given in the description] !

Опубликовано: 14 Октябрь 2024
на канале: Green Light Coding
1,031
12

Green Light Coding presents new tutorial video which show how to create an Application using batch script commands line to edit multiple line of any file .

This application will reduce your time to write commands or lines in the text editor for each time and also need no installation of any 3rd party app for this in your device which may make the storage space empty to certain extent for more vital installation. It is really very useful for programmers and has a significant role in the construction of other applications too.

So, let's see ...


Python vs C/C++ vs Assembly side-by-side comparison
batch script
batch file
_____________________________________________________________
Stay connected to us for more necessary coding tricks like these.
_____________________________________________________________


#coding
#line
#editingapps
#editor
#editingtutorial
#editing
#applications
#file
#edits
#coding
#icon
#cmd
#code
#batchfile
#learning
#info
#simple
#functions
#notepads
#console
#programming
#programminglife
#coder
#programmers
#important
#brightness
#updates

code:

::if you copy this code replace the '〉" symbol with 'greater than' symbol ASAP after pasting into text editor

::How to insert something like echo before & after each line of a text file ?
@echo off
echo. 〉〉yourfilename
for /f "tokens=* delims= " %%a in (yourfilename) do (
set /a r+1;
echo echo %%a WORLD ! 〉〉 yourfilename
)



SUBSCRIBE FOR MORE UPDATES LIKE THESE
_______________________________________________________________
CHANNEL LINK :    / @greenlightcoding613  
_______________________________________________________________