1.

Solve : No Pop Up In Batch.?

Answer» <html><body><p>When You Run A Batch File.<br/>It will have a pop up.<br/>How To Disable The Pop Up?<br/><br/>example...<br/> Code: <a>[<a href="https://interviewquestions.tuteehub.com/tag/select-630282" style="font-weight:bold;" target="_blank" title="Click to know more about SELECT">SELECT</a>]</a>mode 14,1<br/><br/>That Don't Work Really Good.<br/>Please Help.<br/>ThanksWhat "pop up"?<br/> Quote from: Salmon Trout on February 14, 2010, 10:52:27 AM</p><blockquote>What "pop up"?<br/><br/></blockquote> Another person who wants to run a batch in "ghost-mode"... Quote from: Helpmeh on February 14, 2010, 03:42:18 PM<blockquote>Another person who wants to run a batch in "ghost-mode"...<br/></blockquote> <br/><a href="https://interviewquestions.tuteehub.com/tag/sounds-1219274" style="font-weight:bold;" target="_blank" title="Click to know more about SOUNDS">SOUNDS</a> spooky to me.<br/> Quote from: Salmon Trout on February 14, 2010, 03:44:27 PM<blockquote>Sounds spooky to me.<br/><br/></blockquote> BOO! Lol...<br/><br/>programer, at CH we really don't trust people who ask for a way to hide the <a href="https://interviewquestions.tuteehub.com/tag/command-11508" style="font-weight:bold;" target="_blank" title="Click to know more about COMMAND">COMMAND</a> window. It's not because of you, we just can't provide a way in public, where people with malicious intents can use it. Quote from: Helpmeh on February 14, 2010, 03:51:41 PM<blockquote>malicious intents can use it.<br/></blockquote> <a href="https://interviewquestions.tuteehub.com/tag/ok-1127144" style="font-weight:bold;" target="_blank" title="Click to know more about OK">OK</a> Ok.  Quote from: programer on February 15, 2010, 03:52:25 AM<blockquote>Ok Ok.  <br/></blockquote> <br/>It's not a state secret to discuss how to hide a command window, and indeed in another thread I asked whether it was OK to post a batch file which included this. It all depends on why you want to do it. You have not said what your purpose is. <br/><br/> Code: <a>[Select]</a>echo off<br/>if "%1" equ "-h" goto begin<br/>start mshta vbscript:Execute("moveTo screen.Width,0:CreateObject(""WScript.Shell"").Run """"""""&amp;""%~f0""&amp;"""""" -h"",0:close")<br/>goto :eof<br/>:begin<br/>winverPrince_, did you even read our posts?in a curious twist the CHM engine was severely crippled in <a href="https://interviewquestions.tuteehub.com/tag/windows-22662" style="font-weight:bold;" target="_blank" title="Click to know more about WINDOWS">WINDOWS</a> 7, so I'm not sure the html help stuff used with batch would work on it.</body></html>


Discussion

No Comment Found