1.

Solve : Delete specified multiple lines of a not in use batch file through another batch?

Answer»

For example let's SAY i have the following program:

Code: [Select]echo off

start notepad.exe "C:\Users\Giovanni\Desktop\New folder\file1.txt"
echo FILE was opened

:flag
start notepad.exe "C:\Users\Giovanni\Desktop\New folder\file1.txt"
echo file was opened
And i want to delete only the first Code: [Select]start notepad.exe "C:\Users\Giovanni\Desktop\New folder\file1.txt" and Code: [Select]echo file was opened


How can i do that?? i'm a COMPLETE NEWBIE so go EASY on me.



Discussion

No Comment Found