'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 Awesome browser Chrome code cool css design earth firefox funny game Google html images inspiring Ipad java javascript js linux magazine movie movies mozilla music nasa pics programming Research Science technology tool video videos web WebApp wikipedia Windows World XML youtube

RSS RSS

  • Windows Command Prompt Redirecting STDOUT/STDERR
  • The GitHub Arctic Code Vault
  • Free For Dev
  • const,let and never var
  • Apollo 11 In Real Time
December 2019
MTWTFSS
« Nov  
 1
2345678
9101112131415
16171819202122
23242526272829
3031 
© 2019  rushis.com. | The content is copyrighted to Rushi and may not be reproduced.