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 7650657
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T11:18:35+00:00 2026-05-31T11:18:35+00:00

When I run a build, sometimes I see a code change I forgot. So

  • 0

When I run a build, sometimes I see a code change I forgot. So I want to cancel the build. Due to the build locking up my IDE, I have to use Ctrl+Break, however, it does not respond fast enough.

I am looking for a command line approach so I can just hit a batch file in my quick launch.
I tried this command:

Taskkill /IM aspnet_compiler.exe /F

However, this only stops the current project from building and the next one in my multi-project solution starts up.

How can i cancel a build using command line?

  • 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-31T11:18:36+00:00Added an answer on May 31, 2026 at 11:18 am

    I have come up with a crude method which is working well for me.

    I have the following batch script.

    @echo off
    echo KILL BILLd
    for /L %%i in (1,1,10) do (
       Taskkill /IM aspnet_compiler.exe /F
       timeout 1
    )
    

    (Above, 10 = seconds)

    I then make a shortcut of that batch script in the same folder which allows me to do the additional.

    • Assign an icon image for my quick launch bar.
    • Set it to execute minimized.
    • Assign a global short cut key combo.

    In VS2010, I have set up CTRL+SHIFT+B as my build all. (not rebuild).

    For the shortcut and since my fingers usually are still hoving in the area when I see a forgotten code change. My batch shortcut key combo is CTRL+SHIFT+ALT+B.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I sometimes see that change I made shows up on third or 4th build
I have a simple Makefile: default: @make build @make run build: @javac Test.java >
I want to be able to launch a Run Script Build Phase in XCode
Assume I have three build configurations Build and Run Tests QA Build Production Build
I have an Ant build that will sometimes execute a 'git push' within a
Sometimes when I'm trying to run my code, the Eclipse console says: Error in
I use rspec-guard to run my tests continuously, but sometimes the tests fails because
I run my build script and then I have to remember which of the
Steps: Run the build including unit tests. Expected result: the unit tests are executed
If I run a Maven build in NetBeans which starts a long-running Java process

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.