Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6160395
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T21:17:37+00:00 2026-05-23T21:17:37+00:00

I am having a text file in this path C:\Test\test.txt when this was openeed

  • 0

I am having a text file in this path “C:\Test\test.txt” when this was openeed I need to close this.

When I am trying to use the below code all the instances of notepad are closing and I don’t want that to be happened and I want to close only the “.txt” file:

Any help would be appreciated!

Here is my code:

 Dim Process() As Process = System.Diagnostics.Process.GetProcessesByName("notepad")
  For Each p As Process In Process
    p.Kill()
Next 
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-23T21:17:37+00:00Added an answer on May 23, 2026 at 9:17 pm

    You could do something as mentioned about using an if statement. Assuming you opened the file called test.

     Dim Process() As Process = System.Diagnostics.Process.GetProcessesByName("notepad")      
        For Each p As Process In Process
            If p.MainWindowTitle.Contains("test") Then
                p.Kill()
            End If
        Next
    

    EDIT:

    To check for multiple files

    simply add or to the .Contains line

    If p.MainWindowTitle.Contains("test") Or ("blahblah") Then
    p.kill()
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How to convert the text file through vb6 code. Having filename like clock.fin, time.mis,
How to copy the text file through vb6 code. Having Source filename like clock.fin,
I am sending mails (in asp.net ,c#), having a template in text file (.txt)
I'm having problems reading lines from a text file in PHP. I have this
I'm having some trouble trying to animate some text around a circular path in
I have a File having text and few numbers.I just want to extract numbers
I'm having a problem where instead of reading a text file from the location
I am having utf-8 encoded file containing arabic text and I have to search
I need to be able to draw a text on a png file at
I have some text configuration file that need to be read by my program.

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.