Different text path Notepad++ batch files
-
Question: how to use different text path on batch notepad++
I tried looking online but I never found enything, by doing
this: “set /p Text”= it makes messege like text on powershell
but i want it to use differet path for like yes/no questions, please help me!!! -
“set /p Text”
That is not a Notepad++ command; that is a Windows
.bat
batch file command. Other than the fact that you are editing the.bat
file with Notepad++, I don’t see what your question has to do with Notepad++ itself. It sounds to me like you are asking a question specific to how to program in the Windows batch language.This is explained more fully in our FAQ about questions that are off-topic, but the quick test for someone to apply is “would the answer to my question be exactly the same, whether I use Notepad++ or notepad.exe or emacs to edit my code?” – if the answer would be the same, then a Notepad++ forum (or emacs forum, or what have you) is the wrong place. Instead, it should be asked in a forum that’s specific to the programming language you are using (that is, a forum specific to Windows batch/command-line syntax), or a forum with a stack overflowing with super users of computers, who have a wider range of topics that they cover than we in this Notepad++ specific forum.
-
@Max-lighnting said in Different text path Notepad++ batch files:
how to use different text path on batch notepad++
(…)
“set /p Text”= it makes messege like text on powershell
but i want it to use differet path for like yes/no questionsFurther to @PeterJones 's comments, it’s not clear what you mean by a “text path” in NP++. Your follow-up comments sound like references to the console window from a running batch script, but as Peter alluded to, those are the subject of other forums like the various Stack Exchange sites, not this one.