Summary: Hi, I have written a batch to ping Google (Internet Test) and then ping a server of ours (VPN Test) and the third thing I'd like to do is to check to ...
Summary: Stated that you do not explain what you are trying to achieve, there is no more to add what I said in my previous post to. Each native batch command ...
Summary: I recently posted a question about detecting a plugged flashdrive by means of a specific file that is located on the flashdrive. After some more resea...
Summary: Code one- Appreciate the help, but not sure that you understand how text is parsed in this forum...What you suggest works in some of the popular forum...
Summary: Hi there, it is homeworkthe calculation!!! im trying to use functions (not homework) i would like do it without arrays (not homework) I need a little ...
Summary: Ok cool, yeah I beileve that resolved the first half of my batch.... now last question: towards teh bottom after the TCP/IP stack has been flushed/ref...
Summary: Ok, I made this batch file: ~~~~~~~RegTest.bat REG Query HKLM\Software\Microsoft\Windows\CurrentVersion\Run /v BLAH > nul IF %ErrorLevel%==1 GOTO Fail...
Summary: I am new to Visual Basic 6 and I have a question that I couldn't find in the book I have. How can I make it so where a user click a option button and...
Summary: Hi M2, I was unable to replicate your error message as my script works fine under XP. My opinion is nothing is wrong or missing in your code, the bug...
Summary: I am attempting to run Borland's free C++ compiler V5.5, along with EditPlus as my Text Editor, under Windows XP. When I get to the Turbo Incremental...
Summary: My original batch file is an if statment somthing like below. IF EXIST d:\player.exe Start d:\player.exe d:\video.avi IF EXIST e:\player.exe Start e:\...
Summary: I am trying to write a macro in Outlook that saves all attachments from messages with .CVS file extensions, and then moves all files with a specific S...
Summary: Hi, do you know, is it possible or actually how to open a specific file (soundfile) once a ping fails? I want to use this to make an easy control on h...
Summary: This is the exact problem. I develop and work on the Access database in one computer of a 5 computer network at work. I can open and run all the table...
Summary: Here is a sample of the whole process; we can use three forms to guide through: On Form 1, 1)You input client options (ODBC which is Radiobutton1 o...
Summary: Me and a friend are making a little messenger batch. Code: @echo off setLocal EnableDelayedExpansion cls title Dancing Tangerine (Beta 2.1.6) :login c...
Summary: for lines in open("file"): lines=lines.strip() #strip newline x,y = lines.split(":") # now x contains xxxxxx, and y contains yyyyyy-zzzzz y ...
Summary: Hello I'm writing a bit of complex script. trying to tell it now if ping 10.0.0.49 failed. will go to label and will send out email hopefully through...
Summary: Hello! I have a lot of machine inactives in the Domain, i have a list of computer (Inactive) and i want a batch to do: ping a computer from a list (ex...
Summary: I run a registry program called Registrar Registry Manager to help me manually clean uninstall registry entries. It was working fine until I fooled a...
Summary: I have a batch-file program that fetches information from a separate text-file. As i began writing this program I noticed that I had to replace some...
Summary: try to use double quotes. if that fails, describe clearly again what your files are like, and what you want them to be renamed to. show any input file...
Summary: I've written a batch file to backup data daily from one drive to another via WinXP Task Scheduler. I'm using xcopy with switches /E /H /K /Y /R /D /...
Summary: it's also fine to use vbs .i know how to do it in vb, can anyone help me to convert it to vbs. Imports System Imports System.IO Module Module1 Su...
Summary: ow, thanks for all your help. Alas, I'm getting error messages and the files aren't transferring. Here's the error: The system cannot find the file ...