Summary: Hi, I am fairly new at windows scripting, and am looking for some suggestion or code segments on how to go about writing a command line script to c...
Summary: Hi Randy, Here is portion from one of my VB6 projects, where I m exporting data from SQL server to Excel and generating a Linemarker Chart for it. Hop...
Summary: I would like to create a c++ script that when a data.csv is created it adds headers to the csv for importing into another program. The original data.c...
Summary: I have an Excel file (test.xls) and a html file (readme.html) in the same folder. On Sheet A, I have a link to readme.html. Clicking the link displays...
Summary: I am writing a Perl script to convert a .elf file to .txt file but It is failing in a initial state? Actual program going to convert a .elf to .txt fi...
Summary: I am writing a Perl script to convert a .elf file to .txt (Hexadecimal file) file but It is failing in a initial state? Actual program going to conver...
Summary: Seeing how I openly stole the code you acknowledge as working, I'd say the problem is on your end. My guess, the script can't find data.csv ...
Summary: FileMaker has an ODBC interface, correct? Use a script (maybe in PHP) to pull the data from FileMaker and dump it into the other database. Example h...
Summary: If e.g. i use vb.net codes to link to SQL server, is it possible to use Microsoft SQL server to update excel table? Then is it possible using html to ...
Summary: Before you can do almost and batch processing you would need to convert the spread sheet into plain text/csl/csv. There *may* be a console application...
Summary: oh... one more thing, I am not sure whether or not a comma should be at the end of each line when a text file is converted to a csv file so please adv...
Summary: Word link to open an excel book in a previous determined sheet I suppose it's possible with a script or perhaps if excel have command line modifiers f...
Summary: I am in need of a batch file, that can copy column(B) in an csv file (1.csv) and paste in in colomn(H) in another (Excel, but can convert to csv), but...
Summary: I am making a simple clock in VB6, and I want to be able to show the local system time and utc time. I am showing the local system by –format(now, “h:...
Summary: I'm understanding Dr. Nick's script a little bit more (still trying to figure out exactly how the data needs to be entered since alot of them are matc...
Summary: A unix (shell) script can't write to an excel file, but it can write to a csv file which can then be imported into excel. M2 is good with batch scrip...
Summary: I'm trying to save multiple worksheets in excel to a single CSV file via vba. The data is on multiple worksheets because there are 130000 rows of data...
Summary: Hi folks, This I thought would be a relatively simple task to undertake, but I've spent the past day trying to get it to work to no avail. Basically I...
Summary: Hi guys Can you please tell me what script to write in a batch file so that it adds column names to a .csv file. So for example I have a file now that...
Summary: I would like to run a survey from a floppy disk and for the answers to go into a csv file that could be imported into Microsoft Excel 5.0 title,surnam...
Summary: hi all, i want a shell script to convert formatted file to a flat file formatted file is like below 10-apr-09 12:00:00 4214920304112348 rec no :585...
Summary: I have made a program in which i can do CRC-16 check on binary, but I need help I need a code in C++ that can convert ASCII string to binary. I would...