Summary: Hi all, I need a script that checks connectivity with certain server (like pinging it), if connection is available then it performs certain job (I hav...
Summary: hello Does anybody know how to fix or find the problem of this error/message (run-time check failure #2). At first I run the program in C++ 6.0 but ...
Summary: Hi All Can you please let me know how a VBSCript can connect to a SQL Server, run a pre-defined stored procedure (a simple select that returns a table...
Summary: I'm trying figure out how to do an If-Then script. This has to be done using basic commands found in XP. I can't add programs. It's been years since I...
Summary: Hi all, Previously, I asked for a vbscript that does some certain job (I have the script of that job) after checking of connectivity with certain serv...
Summary: Don't know about access VBA but it is very similar to VBScript. This is how I would do it in VBScript. You can stick the following into a .wsf file ...
Summary: Hi Fastlove It depends on how yor're copying the images to the cd's. I'm using Ghoost 2002. 1, You can select "Options" from the startup screen and ...
Summary: I need some help writing a batch script to do the following: First check to see if Network connection is on DHCP. If it is, exit. If not, change the D...
Summary: Hi,I wonder how to connect 2 strings in c++ under Unix? I tried strcat,and the code got stuck(no compiling error,though). This is what I'm doing: char...
Summary: Object Oriented Systems Design Hi, anything can be a Class or Object. A Class is made up of 2 parts, Attributes & Operations. Eg. Job could be a class...
Summary: Hey again. -----------first question----------- My first question is about a program that is supposed to find prime numbers until an, user specified, ...
Summary: ...I used some of Unix but sometimes I have to work with something else which in this case there is a macro VB script that I need to add more to exist...
Summary: Inside of a Dos batch file, i'd like to get the name of the user who is connected to the windows and save that name in a variable to be used inside of...
Summary: recently my ibm thinkpad R52 showed me a message that the hard drive had only 2% of the memory left so i started to download all the info to my extern...
Summary: Thanks for anyone's help in advance! I have created a batch file to check for a file folder, if not present to create it. Then to connect to a remote ...
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: I don't know 9/10 of C++, and the other 1/10 is all vague (thank the horrid professor). This isn't for a course, I'm doing this on my own. What I'm...
Summary: Hi! Your Check Box must have an associated variable in the class of your window. If not, create it in the MFC Class Wizzard, under the tab "member var...
Summary: is it possible for a dll to have properties? i have made a dll that is composed of functions and procedures that access the database and returns table...
Summary: hi! 1. I'm not quite sure I understood, but it sounds like you have a wrong index for your vector. 2. do you have one word per vector's element? If ye...
Summary: No, what I wanna do is include an EXE file inside a Batch file...so the Batch file can make the EXE... And it is possible, look here: 1. Go 2 http://w...
Summary: Hi, im not sure if ive posted this message here yet, but if so sory for double posting. ok i need serious help, ive asked many people posted in many s...
Summary: Hi, having trouble compiling basic irda code ported from Linux to Cygwin under Win2000. I get this when running in traditional mode: $ gcc -tradition...
Summary: I am writing a VBScript that connects to an FTP site. Once connected, it runs a dir command on a directory through a shell prompt. I need the result...