Summary: Just found this batchgoldmine, but couldnt find an answer for my problem. Is it possible to get a filedate from a specific file or folder, and put tha...
Summary: How to get a return variable from the called batch-file ? I'm having two batch files as follows A.bat : for /f "tokens=* delims=" %%a in (files.txt) d...
Summary: After experiencing problems over the past few weeks, I am convinced that the C compiler I am using simply does not provide enough memory for my needs....
Summary: How to get socket number in foxpro from Novell server in a netware environment(Netware(5.0)).The dumb PC (no HDD) has to invoke some NLM's in order to...
Summary: Hey, I'm writing a program in VB that will change the screen resolution when run. I've got the res changing part finished, but I'm stuck on the other...
Summary: Just experimentally, I have tried to run a batchfile from a floppy and failed; is that intrinsically impossible ? what about from USB ? I put 'start C...
Summary: The problem is that 'a' is assigned the first character you enter, then 'b' is assigned the 'enter' key. You can avoid this by clearing STDIN after y...
Summary: Depends a lot on how you acquire the string. If you are doing scanf("%d", phrase); it will put the null terminator in there for you. If you're getti...
Summary: Hi, I'm not sure I understood what you want. Anyways you can zip all your files (check the folders option) then right click on your compressed file an...
Summary: I want to creat a keyboard on which I can play on the midikeyboard and at the same time see the keys on the screen. I have done that on a presentatio...
Summary: Hello every1!! :D OK, I need to assign a value to a control (created with VS.NET) from an external class in another file... I've tried making the cont...
Summary: Since I started out in a UNIX environment, C was what we had... so I guess I'm a little Biased. Still, if you're serious about programming, you should...
Summary: This isn't a question, and it might be prefered if we don't post things like this (just let me know), but I think that many people in this forum might...
Summary: Hello everybody. I am trying to create a string that has columns with the use of the tab. In VB6 it was something like : string 3 =string1 & tab(5) & ...
Summary: Hi, I created a program in Visual Basic 6.0 (DAO) in which I put a Picture box on a form. All the controls in the program were then placed on the pict...
Summary: I'm not sure I understand what you're really doing here...you want a subdomain (subdomain.domain.com) but you don't even have the domain (domain.com i...
Summary: Hi M2 I managed to get a batch file that works in WinXP, seems ok. Just waiting for Eddie's reply. QB is a better platform for this sort of program...
Summary: Go overboard. Jump in head first. Find a subject you think is interesting and read up on it. Get a compiler. Type out the examples and make them w...