Summary: I have refernce file with some data in it myfile: aaaa bbbb cccc dddd and I have to write a script in unix such that for the first time the script has...
Summary: I have a standing problem: Under a directory, I have many files with similar names for example 1998.EEO.SAC 1999.OTT.SAC 2000.CRLO.SAC . . . I want to...
Summary: Can you tell me how to send this file to our team as attachment mail. Nope. I deal mainly with Windows, not Unix. There are a few people here who migh...
Summary: I want to ask how to read or write data in UNIX format. What's their differences? I need to read a UNIX format input file then I need to insert some p...
Summary: Sulfurik, Just use some stream input and output. It's not quite the same as C#, but it's the same idea. Here's a layout 1) Open a file with fopen....
Summary: I am programming a role-playing game from DOS to Win32 using Microsoft Visual C++ 6 environment. Recently, I have a problem reading texts from files....
Summary: Hello, Can someone tell me how to clean a string inside of "" using sed? My data is in a file: a.xml <Contact type="Email" guid="37126FB6-F92C-4A16...
Summary: Hi, I need to compare 2 files using awk, file1 & file2 line by line. Field 5 in everyline of file1 should be compared in whole file2 & if match is fou...
Summary: I have never used batch files before. If someone has time, could you please show me how to take a file and rename it with a date stamp at the end, in...
Summary: Hi Guys, Can someone give me a simple example of how to read a file of userids and passwords such as a file called passwords containing: a001mm passwo...
Summary: I am trying to copy a file from the current directory as the batch file to C:\programfiles\mygame. how would I do this? I am what most would call a ne...
Summary: Yes, don't use the FSO for a start. It cumbersome, slow and heavy on resources and has no place in VB6. If you intend distributing you application, ...
Summary: I need to add to an existing VBS script - to read the contents of a CSV file and locate specific data, then the check the date to see if it matches th...
Summary: Hi, I want a shell script which is used to copy a file from a local drive to unix server. I want to ignore the username and password of local host. pl...
Summary: How to read repeatedly 4 bites from a file and print it out in hexadecimal. The file is under .bin. I'm using Microsoft Visual C++ 6.0 to complie my p...
Summary: If you just want to manipulate text files you can use the FileSystemObject by adding a reference to Microsoft Scripting Runtime library(scrrun.dll) D...
Summary: Hi people. how can i read a file(any) and get its size in Assembly? suppose we dont know what type the content of the file is and we want to get its s...
Summary: Hello Anna, this is one way in which you can read a file but not line by line. private sub command_click() Dim fso,f Const ForReading = 1 Set fso = Cr...
Summary: Hi, I need help on how to write a script using batch to search for a particular file ext ie *.mp3 or *.jpg and save the particular file on a new creat...
Summary: I'm trying to create a batch script that can read a single lined file containing a password (making a login script), than set the read string as a var...
Summary: Hi, I want to ftp a file from windows to unix server can we do it with a batch script if yes let me know I tried this piece of action Microsoft Window...