1.

Solve : need help on notepad/batch?

Answer»

so i was wondering if there was a way to open note pad and it will aready have
@echo off



is there a way
thx in advSo like when you open notepad from the start menu, it will already have @echo off already TYPED? lol, you must program batch files a lot to need this....
I don't think there is a way but it isn't really a hassle to have to type @echo off, is it?hmm
i wonder if changing the notepad itself is suitable?Quote

so i was wondering if there was a way to open note pad and it will aready have
@echo off



is there a way
thx in adv


1.) Make a text file, containing that one LINE
@echo off. Name it temp.txt

2.) At the command line, type notepad temp.txt
and Notepad with start, with that file opened.

3.) ADD whatever text you want.

4.) SAVE with Save As , not Save



Btw, if you are doing MUCH work at the command line, instead of fooling around with the Windows editor, i.e. Notepad , why not just use Edit ? That way you are not having to flip back and forth with windows.








Discussion

No Comment Found