Summary: What type of strings are you using? There are two types: a character string and an STL string. First, the character string. If you have const char*...
Summary: I'm sorry dear friend... the Gods of BooBoo have claimed that the Oracle Baba is not accurate in this case. Visual Basic, unfortunately, looses its gr...
Summary: hi all VB developes i got a problem while i m applying a break in my loop on a certain condition it work nocely but.... the problem is that, on jum...
Summary: This is just a small part of a much larger script. I know what you mean with the /S qualifier but that will not work in this case as I am looking for ...
Summary: Dear rolos, thanks for ur responce. As you said if user entered INDIA or InDiA or india it will not matter in this assignment. Well i can use string c...
Summary: You're probably not interested in this but, for a taste of reality, here's a perl version. It really only needs 3 lines but I added a little vertical ...
Summary: >>But M2 has produced some great batch files so far they are quick and dirty but they work very well. i know he has. BUT you must consider your proble...
Summary: Why is the "goto" not working in this program? I want to get out from the 2nd loop if the file name matched with the object list name. Any help?? @ec...
Summary: So.. I'm having a bit of trouble with something that I thought would be relatively simple. I'm trying to collect the Java version from a number of com...
Summary: Yes, this question is regarding an assignment, but I have been killing myself for several days trying to find a solution. The programs is one that we...
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: Sorry Punica, I just don't get your logic. First you delete the vars %time% and %date% by using Set time= and Set date= then you try to access them i...
Summary: I'm using vbs to autoupdate passwords and need to use the current date but in a specific format. This code returns the date in this format "09/09/2009...
Summary: hello experts, i need your help to rename a folder in batch script with time and date for example MyFile__22_05_2009__6_20 ren C:\amab_fin\temphold M...
Summary: Iam facing a problem regarding to store a null value in my data base i.e Oracle. The frunt end is vb6. Ima developing a software for a doctor & In...
Summary: Hi chaps, I need to write a batch file to append the created date to the beginning of a bunch of files. There are hundreds of files, mostly office ba...
Summary: Hey all, I have a problem with the date in PHP, i need to be able to check it on a less than, greater than basis(eg if($d < whatever)), i've only b...
Summary: Warning: What follows will probably be a rather long post.But I am a newbie, and my questions are probably really easy and stupid. Any help will be ap...
Summary: Hope you know the code for modem commands, because I don't.. but, you could make this program execute at start up, and make a timer to fire every hour...
Summary: I've got a date/time issue, but not really VBA. It's more of a very interesting formatting issue. If you can help, I'd be extremely thankful. Here ...
Summary: Hi Wolf, Yeah, there is no %date% built into DOS, so you need to get the date into a var. You can use this batch to set DAY DATE & TIME vars: ::** @ec...
Summary: Thanks for the advice. I am a bit hesitant in changing the code as indicated by the MKB Article Q201318, in part because it appears out of date. The ...
Summary: I've got a date/time issue, but not really VBA. It's more of a very interesting formatting issue. If you can help, I'd be extremely thankful. Here it ...
Summary: Hi, Hmm, what seems to be the problem, other than a typo in the :readchars code? ('in 21h' should've been int 21h) Anyway, where did you get the specs...