Summary: I created a batch file to delete the profile data of our companies propriatary application. The issue we have is that the profile for some users becom...
Summary: I'm hoping someone can help me with this minor problem. I wrote a tiny batch file in XP that requires user input. However, if I make a shortcut on t...
Summary: i am looking for a batch file which will launch an internet explorer page wait 10 seconds and then close the internet explorer window, i can get it to...
Summary: Hi i have a problem with this batch file i created, was wondering how it it stops after the first command, untill i close outlook it will than go on t...
Summary: You could do it with the start command. Do something like: start /min cmd.exe /c <path and name of batch file> The icon will still appear for just...
Summary: I just finished writing a batch file, and it does everything i want...except for one thing. Twoards the end of the file it calls a program...and the e...
Summary: Hi, I had a problem earlier when trying to install a printer through a batch file. I have now done it and it is working great. The only problem i got ...
Summary: Here is some extra info. Auto Delete Temporary Folder http://www.tweakxp.com/display.aspx?id=2021 First go into gpedit.msc Start > Run, type in > gped...
Summary: the command in the batch should just be ping [ip address]. Looks to me like you have a c:\ in front of it. Put the word exit at the end to close out...
Summary: This can be caused by a error in the file associations. 1 .Open My Computer 2 .Click TOOLS 3. Folder Options (XP) 4. Click File Types Tab The .BAT ex...
Summary: I may be able to help for question 2 : In the past I have created batch files (just regular .BAT/.CMD files) which by some registry tweak, you can add...
Summary: Hello, Wondering if any batch file gurus could clue me in on how one suppresses the DOS command window when a batch file executes? I have created a l...
Summary: i wrote a small batch file. At the end of it, it opens up word. The batch file will not close unless I close the Word window or manually close the com...
Summary: I work at a computer shop and we use a dvd that contains video's. I created a batch file to install everything for us (video files, Play lists, Window...
Summary: I use an app in myoffice that requires me to disable the network before launching it. Once the app is launched, I can enable the network again. As a w...
Summary: This is what I want to do. Run a number of programs, one after the other, all in between doing updates etc. @ECHO OFF :: Run Ad-Aware SE 6.0 cd "C:...
Summary: I have a firwall VPN client on a number of laptops. Access is negotiated through the firewall when an address inside the firewall is pinged, or when ...
Summary: This is an interesting question and I would be very grateful for any help. I'm working in a government university in Thailand, and the IT systems here...
Summary: Some of this information is specific to win nt or higher, but some applies right back to dos: %%g is a for loop variable only valid inside a for loop,...
Summary: I have created a batch file that connects to a server and executes query in an sql file..In sql im deleting some records from the table..even after i ...
Summary: Hello Guys , I am trying to create a dos program . With the help of this we can add a reminder in windows XP. At the specified time a POP-UP Command ...
Summary: Hi All, I am new to scripting and I need to create a WINDOWS Batch file by which I can calculate the time diffrence between two or more commands. Plea...