Initial add of defaria.com
[clearscm.git] / defaria.com / blogs / Status / archives / 000741.html
1 <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
2    "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
3 <html xmlns="http://www.w3.org/1999/xhtml" id="sixapart-standard">
4 <head>
5    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
6    <meta name="generator" content="Movable Type 3.2" />
7
8    <link rel="stylesheet" href="http://defaria.com/blogs/Status/styles-site.css" type="text/css" />
9    <link rel="alternate" type="application/atom+xml" title="Atom" href="http://defaria.com/blogs/Status/atom.xml" />
10    <link rel="alternate" type="application/rss+xml" title="RSS 2.0" href="http://defaria.com/blogs/Status/index.xml" />
11
12    <title>Status for Andrew DeFaria: Starting a process without the DOS box</title>
13
14    <link rel="start" href="http://defaria.com/blogs/Status/" title="Home" />
15    <link rel="prev" href="http://defaria.com/blogs/Status/archives/000740.html" title="Slow access on Unix UCM commands" />
16    
17
18    <!--
19 <rdf:RDF xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
20          xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/"
21          xmlns:dc="http://purl.org/dc/elements/1.1/">
22 <rdf:Description
23     rdf:about="http://defaria.com/blogs/Status/archives/000741.html"
24     trackback:ping="http://defaria.com/mt/mt-tb.cgi/108"
25     dc:title="Starting a process without the DOS box"
26     dc:identifier="http://defaria.com/blogs/Status/archives/000741.html"
27     dc:subject="General Electric"
28     dc:description="I needed to start a process which had it&apos;s own window (a Perl/Tk app called diffbl.pl which I have yet to document over on ClearSCM). I want to start this process and not have that silly DOS window hanging around...."
29     dc:creator="Andrew DeFaria"
30     dc:date="2010-08-18T13:29:46-06:00" />
31 </rdf:RDF>
32 -->
33
34
35    
36
37    <script type="text/javascript" src="http://defaria.com/blogs/Status/mt-site.js"></script>
38 </head>
39 <body class="layout-one-column" onload="individualArchivesOnLoad(commenter_name)">
40    <div id="container">
41       <div id="container-inner" class="pkg">
42
43          <div id="banner">
44             <div id="banner-inner" class="pkg">
45                <h1 id="banner-header"><a href="http://defaria.com/blogs/Status/" accesskey="1">Status for Andrew DeFaria</a></h1>
46                <h2 id="banner-description">Searchable status reports and work log</h2>
47             </div>
48          </div>
49
50          <div id="pagebody">
51             <div id="pagebody-inner" class="pkg">
52                <div id="alpha">
53                   <div id="alpha-inner" class="pkg">
54
55                      <p class="content-nav">
56                         <a href="http://defaria.com/blogs/Status/archives/000740.html">&laquo; Slow access on Unix UCM commands</a> |
57                         <a href="http://defaria.com/blogs/Status/">Main</a>
58                         
59                      </p>
60
61                      <a id="a000741"></a>
62                      <div class="entry" id="entry-741">
63                         <h3 class="entry-header">Starting a process without the DOS box</h3>
64                         <div class="entry-content">
65                            <div class="entry-body">
66                               <p>I needed to start a process which had it's own window (a Perl/Tk app called diffbl.pl which I have yet to document over on ClearSCM). I want to start this process and not have that silly DOS window hanging around. Normally I'd use Cygwin's run.exe but I cannot be assured that Cygwin will be on the users Windows box. How to start a windowed application sans the DOS box?</p>
67
68 <div class=code>
69 set sh = wscript.createobject ("wscript.shell")
70 sh.run "cqperl \\hcu-g97pnd1\Software\diffbl\bin\diffbl.pl", 0, false
71 </div>
72                            </div>
73                            <div id="more" class="entry-more">
74                               
75                            </div>
76                         </div>
77                         <p class="entry-footer">
78                            <span class="post-footers">Posted by Andrew DeFaria on August 18, 2010 01:29 PM</span> <span class="separator">|</span> <a class="permalink" href="http://defaria.com/blogs/Status/archives/000741.html">Permalink</a>
79                         </p>
80                      </div>
81
82                                           <div class="trackbacks">
83                         <h3 id="trackback" class="trackbacks-header">TrackBack</h3>
84                         <div id="trackbacks-info">
85                            <p>TrackBack URL for this entry:<br />http://defaria.com/mt/mt-tb.cgi/108</p>
86                         </div>
87                         <div class="trackbacks-content">
88                            
89                         </div>
90                      </div>
91                      
92
93                      
94                   </div>
95                </div>
96             </div>
97          </div>
98       </div>
99    </div>
100 </body>
101 </html>