Saved Bookmarks
| 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 so i was wondering if there was a way to open note pad and it will aready have 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. |
|