Summary: One batch file uses start command to open another. Just like the description in "start /?" sais: If it is an internal command or a batch file then the...
Summary: 2 questions: 1)I need to create link to open a new instance of a browser window. Thats easy set the "target" attribute to = "newwindow". But I would l...
Summary: I am looking for a code (.bat) that will keep the command window impossible to close until, for example, a correct password is inserted. The annoying ...
Summary: Here's how to create the VPN Client: ; Set up a VPN Client on Windows XP ; ; by RutherSoft Software DIM $m1 DIM $m2 DIM $ip DIM $conname DIM $nclv ; a...
Summary: "you type exit as the last line" Tried this but the problem is that let me show you I type manually in CMD ipconfig > ipconfig.txt and ipconfig.txt i...
Summary: I am trying to use the FORFILES command in a batch script that will locate certain file types in a particular folder and then delete them. I have trie...
Summary: You can do it a couple ways. I would suggest gmoney's method as it's probably the easiest for a per-workstation method. What you'd want to do to preve...
Summary: Hi all, We have written a java swing application. We are running through a batch file of windows. when ever i close the java application with cross ma...
Summary: Hello marie, I can't believe it didn't work it seemed so promising from my end, anyhow I have updated my script, I'm not sure if it will work for you ...
Summary: Windows XP yes. I don't want to have to click the properties of command prompt or anything, i need it to be an automated thing because i will be dist...
Summary: Hi there, In the right hand corner of a form you have the minimise, maximise and close buttons. Is it possible to edit the code of one of these button...
Summary: is there a reason why you dont want the user to close the window that way? i means within the command button you can call the form_unload sub which do...
Summary: SkyDomain: Type the title of the window in the textbox and clicking the button will close the window. I suggest "hardcoding" the window name into a st...
Summary: I do not full understand your request as you just answered by yourself in your first post. Type in a txt document using notePad holding your warning m...
Summary: I don't know anything about the kill command, but the first thing ctrl-alt-del end task does is send a normal close command to the window, just like c...
Summary: The process flow is necessary due to the purpose and execution of the batch program. To better explain, file1.bat is lauched which creates file2.bat i...
Summary: I've just built my first project in VB.Net (using Visual Studio 2005) that requires custom actions on install. To achieve this I've added a Windows In...
Summary: Hey M2, Now when you run the batch file, and press for example 1, you can barely see the credits come and then the window closes (when using cmd in Wi...
Summary: i have html file that contains 3 framed pages, one page has an option to close the window. but when you click on it,noting happens at all. ...
Summary: Use VB and the command SendKeys. Send the keys alt and tab to switch windows. and then sendkeys ctrl and x to close the window, and repeat. ...
Summary: I didnt think it would delete itself because i got the message, cannot delete, ... is in use ... BLAH BLAH BLAH I only Batch if possible, 2000 more li...
Summary: i want to display a countdown on my form from 7-0. as the countdown reaches zero i want the program to automatically shut down windows. however if the...
Summary: I was looking for a way to install a printer remotley on multiple machines and this is what I came up with that works, so I'm sending this out to help...