Summary: I posted this on another form, did not get a response, this is kind of offtopic, but relevant in to computing.net 'forum': I am not sure where shoul...
Summary: First off, thanks for any help! I guess it isn't restricted to a batch script. The files are generated daily (less than 5 files per day) then a separ...
Summary: Is there a way to insert a carriage return (new line character) into a file? I would like to be able to insert a carriage return whenever I find (usi...
Summary: Sorry about the suggestion of using an editor, I choose my editors and word processors on their ability to display text programming and formatting com...
Summary: Hi, I am having a problem with a text file that I am trying to import into Access. The file is on a CD from one of our vendors that we load into a ma...
Summary: A script that size may not need to be posted here. The link is all we need. It looks like you posted the code in the first text box instead of the "...
Summary: Instead of declaring the main function to be void as Click_er suggests, you may just want to insert a return 0; at the end of your main function... ot...
Summary: I have several text files that contain a listing of all pno#s in one batch id# (e.g. 211). In the path "c:\4xmit\", I have several text files (*.TXT) ...
Summary: I think I may have seen this somewhere, but I believe that you can call applications created in other languages through VB. I don't mean to be vague w...
Summary: I am trying to write an order entry program where an individual enter orders and order details. So far everything i have done works except one thing....
Summary: First text file line 200 55000000000_0000_000000000 Ok, do you mean that you need to skip down to line 200 of this file? If so, you can use the valu...
Summary: Hi Im executing an Insert SQL statment (using DoCMD.RunSQL) into an Access database from VBA. The table that it inserts the data into has an Autonumb...
Summary: I already have code to obtain the hard disk's serial and model numbers for visual basic (using the SMART technology stuff), but when run in a limited ...
Summary: Looks like it will work, though I haven't verified it. Plenty of binary insert algorithms out there on google. Find one, and code it up, no need to re...
Summary: This is quite a lengthy process. You'd have to reformat your hard drive and set the partitions yourself and trust me this will take a very long time. ...
Summary: help with this code ..how come it generated a segmentation fault..what could have caused it and how do i deal with it..?heres the code:/* Name: Progr...
Summary: This one is kind of tough.. I'm sure everyone is familiar with LegalNoticeCaption and LegalNoticeText. (If not a quick Google will fill you in). Here'...
Summary: "Is there another way of using ArrayLists" Yes. Microsoft recommends that you inherit from System.Collections.CollectionBase and make your own "IntCo...
Summary: At the end of my small batch file, I have inserted "cls" and "Exit" The batch file closes so fast at the end of its function that I hardly even see it...
Summary: Your site will probably end up on some search engines without you doing anything, because some have programs that go looking for sites to index. But ...
Summary: Well, I've been trying to write a database program that reads individual entries from a text file and displays the proper information on screen. Needl...
Summary: I hope someone has an easy answer. I've got about 4000 text files that need to have a carriage return inserted at the BOF in order to properly load in...
Summary: I am having trouble inserting data into my access 2000 database. I am using dreamweaver to create the asp page and am running IIS 5.1 to host. The dat...
Summary: Hey Guys, I'm running into some trouble with returning a two dimensional array from a function in C, specifically a type double, 2-d array returned fr...