Skip to main content

New answers tagged

1 vote

redirect echo in a cmd batch file to a variable fail

It's possible to detect the echo state regardless of language. The batch file creates a temporary file, if echo is OFF the file is empty else it contains something like C:\> REM. The state can then ...
jeb's user avatar
  • 415
1 vote

redirect echo in a cmd batch file to a variable fail

I use the following to turn echo off for an established batch programme, so that I don't drown the programme I'm writing with its workings. With proper variable localisation (set and use %EchoEnable% ...
Big Fox's user avatar
  • 21
0 votes

How to track redirects accross domains in firebug/firefox?

You should just enable persistent logs so browser will not clear Network tab when redirecting to different site.
Ooker's user avatar
  • 2,131

Top 50 recent answers are included