's   

Rushi's

Java, Js and everything web

  • Home
  • Musings
  • Tech
  • About
  • Contact

Tag: cmd

Nov 20
2019
0

Windows Command Prompt Redirecting STDOUT/STDERR

Posted by Rushi

The ‘>’ operator is used to redirect the output to a new file, the ‘>>’ is used to redirect the output and append to the file. Now both the STDOUT and STDERR are written to the console by default. Output from a console (Command Prompt) application or command is often sent to two separate streams. […]

Read More →
tech cmd, command prompt, Redirecting, STDERR, STDOUT, STDOUT/STDERR, Windows
Nov 24
2014
1

Windows: How to delete a file with a too long filename

Posted by Rushi

Sometimes a simple task of deleting a file or folder will turn into a challenge when working on Windows. It might give you error messages like these: Destination Path Too Long.   The file name(s) would be too long for the destination folder. You can shorten file name and try again, or try a location […]

Read More →
tech cmd, delete, long, subst, too long, Windows
May 05
2010
2

Find whether a program is running(Windows OS)

Posted by Rushi

Consider a situation where you had to execute a job depending on whether another/same program is running. To solve this problem, we take the help of tasklist,find commands. Here is the code which gives us that information, save it as a batch file and tweak it to your needs: In this example, we are checking […]

Read More →
tech bat, batch, cmd, code, command, filter, find, program, tasklist, useful, Windows
May 05
2010
0

Launch Multiple Programs Using a Batch File(Windows OS)

Posted by Rushi

Every computer user has a set of programs that they invariably use pretty much everyday. For a software developer such programs are many and often need to be present at their beck and call. Adding to this use case, usually the programs are heavy, often needing few minutes to get going once they are invoked. […]

Read More →
tech autostart, bat, batch, cmd, launch, startup, Windows

Tags

ad ads amazing angularjs artificial intelligence Awesome browser Chrome code coding css design earth firefox funny Google html images inspiring Ipad java javascript js learning linux machine learning magazine movie mozilla music nasa open source pics programming Research Science tool video videos web wikipedia Windows World XML youtube

RSS RSS

  • Understanding MCP: The Language That Helps AI Models Speak to Applications
  • Navigating Cursor IDE’s AI Models: A Developer’s Guide
  • AI Toolkit for Visual Studio Code
  • Running DeepSeek Locally on your desktop/laptop with Ollama
  • AI-Powered Color Palettes: Evoking Emotions Through Intelligent Design
May 2025
MTWTFSS
 1234
567891011
12131415161718
19202122232425
262728293031 
« Mar    
© 2025  rushis.com. | The content is copyrighted to Rushi and may not be reproduced.