783 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
76
views
Notepad++ (how to insert text to specific line)
how do i insert or add a text to specific lines using notepad ++ for example
say i have this line :
<Additional_Population_Capacity>111</Additional_Population_Capacity>
now i want to add ...
0
votes
2
answers
313
views
Windows Notepad replace paragraph break with a character
I'm using a batch file to collect file names inside a folder:
dir /a /b /-p /o:gen >names.txt
The result is a txt file with file names but has paragraph breaks:
file1.psd
file2.psd
file3.psd
I ...
0
votes
1
answer
108
views
How to write txt file at same file path but preventing window to update notepad display
I like to show string in notepad for easier debug purpose.
I have been used the following VBA codes to display string for years. I use office 2021.
Public Sub writeTxt(ByVal sOri As String)
Const ...
3
votes
0
answers
368
views
How to change content of .eml email file with Base64 encoded text?
I have a .eml email file which I want to send. I open the file Outlook but it contains some unnecessary sentences which I want to delete.
I tried to open the .eml file in notepad and locate the ...
-2
votes
1
answer
147
views
How can I setup default editor for using Git?
In windows ,choosing default editor can be VIM, Visual studio code , Wordpad, Notepad.
What is the difference in this all editor while using Git.
which could be the ideal default editor while using ...
0
votes
3
answers
98
views
Copy from Cell In Excel and copy to next available Line in Text File
I have created a VBA macro to convert an excel sheet into appropriate forms and create a one cell string on my 4th worksheet. I am looking to copy that string in excel and paste it into a notepad at ...
0
votes
1
answer
91
views
How to copy excel data into multiple notepad file by vba
I have 4 column in my excel data, this is location wise data (Column-A) but I want location wise filter and only Barcode would copy and it has to paste in to notepad there is not limit of bar-codes ...
0
votes
1
answer
537
views
Windows11 Notepad cannot find by FindWindowEx in vb.net
I want to find notepad in Windows 11 by using vb.net source.
But I always get notepad window not found error.
I think Windows 11 notepad is changed style that is the main reason.
It totally work in ...
3
votes
2
answers
1k
views
how can i do a alias in powershell to start notepad++
How can I do a alias in powershell to start notepad++
have Start notepad++
and have alias i wanna combinate that
set-alias -name notepad -value start notepad++
but i get this error
Set-Alias : A ...
0
votes
1
answer
173
views
InputSimulator Keyboard.TextEntry is not working
I'm trying to open a notepad instance and write a virtual text entry to it. The notepad opens securely but nothing is written on it. What would be the problem and why?
using System;
using System....
0
votes
0
answers
65
views
Can not open EXE interactively while running PowerShell remotely using C#
I am trying to execute PowerShell command on remote machine using C# code.
This command should launch notepad in the remote computer.
I am facing two issues:
While executing code, I can see process ...
-2
votes
1
answer
140
views
Convert notepad data into excel
I have some data in my notepad which looks like this :
node1
7
p 2
r 5
node2
6
p 2
r 4
I want to convert these data to excel file using python so that a excel is created with rows as node1 and node2 ...
4
votes
0
answers
677
views
How do I copy text from a c# Application to Notepad.exe under Windows 11? [duplicate]
I am using the following code to copy text from a c# application to Notepad.exe:
[DllImport("user32.dll", EntryPoint = "FindWindowEx")]
public static extern IntPtr ...
0
votes
2
answers
233
views
My laptop is having issues starting Apache on the xampp control panel. I changed ports to 8080 and 4433 but it doesn't work
This problem occurred when I downloaded something.
This shows: httpd.conf and httpd-ssl.conf file.
The other options that I seen for config are httpd-xampp.conf, php.ini and config.inc.php (I didn't ...
-1
votes
2
answers
39
views
Image not showing up on Html [closed]
I'm completely new to HTML and am trying to code my first thing using Notepad. I put the thing for an image to show up but it won't. what am I doing wrong? I've written the code below and I put the ...