Summary: Hi, I’m struggling to write a script to do the following, -will go through each line in the file -in a specific character positions, changes the ...
Summary: I have .sql files with timestamps in a folder like: hddaily 20081130 0600.sql, hddaily 20081129 0600.sql, hddaily 20081130 0600.sql, etc. Filename is ...
Summary: Hi, I have used IDL to generate data from MODIS satellite images of array based, which has been stored into files named- testop.400.215.dat, testop.40...
Summary: I am looking for a vb script to put a time and date stamp on a folder I am moving data to. I want it to create the folder with a time and date stamp a...
Summary: Hello! I am a newbie to scripting and I'm trying to start an application via a bash script after checking to make sure that two condititions do (or do...
Summary: Hi, I'm trying to have a .bat file set up as a scheduled task to upload files via ftp and then, if successful, delete the files locally. I have the a...
Summary: It turns out that in your files.txt the name and size are separated by a tab. When I changed the tab to a space the problem went away. I have no ide...
Summary: Can anyone give me the script to 1) Monitor for new files in a particular directory. 2) Whenever a new file is created in the directory, the file sho...
Summary: Hello ..does anyone have a script to do a search for file extensions on a local hard drive? I am not "script-savy" at all so any help would be greatly...
Summary: Hi I need a script to remove LF and CR Characters from a CSV file. I have never written any widnows script. I need help. the Data in my csv file loo...
Summary: Hello everyone, first post, and not any easy one.. I currently have a script from a few examples that I mashed together that works wonderfully to dele...
Summary: I have two Vista computers who need reconnect to mapped drives on startup. The problem is that sometimes the server connection is not ready in time fo...
Summary: I want get help to write a unix script to count "|" pipe in the flat file. The first row is header and the record count starts from 2nd row. I want to...
Summary: Hi, I'm trying to figure out the script to delete the '?' character that is randomly appearing in numerous places in a txt file database I have. Any h...
Summary: Can you plz. assist me if you have a simple script to search for a text in a view source of a HTML page? For example a page for DELL I want to list a ...
Summary: Hey Fellas, I am Stuck at another corner. I have pdf files in one folder and same files in second folder. When i add new files to folder one and run ...
Summary: Check out this page, I think about half way down is a section title install error 1904, show's you how to register your Dll's (sounds like the problem...
Summary: I'm installing VS 6.0 (after having uninstalled it), and I keep getting this strange error after 100% during registering the system file the MSADDNDR....
Summary: Hi! I have created an ActiveX component dll (VB6)on one computer which I import(with add reference) to my .Net project.The problem is when I want to a...
Summary: Is there a VB script that can traverse just through a set of folders and subfolders (not files) and rename them from "JAN" to 1JAN", "FEB" to 2FEB", "...
Summary: If your wanting to write a script to configure printers or ports you'll have to use rundll32 and printui.dll an example innitial search is http://w...
Summary: Hey everyone, I am very new at this... I hope I can explain what I am looking for. I need to write a batch script. I have a filename, with a date in...
Summary: Hi all, I've been learning VB while writing a program to send files over the internet...sort of like FTP. I want to use it in a Java script now and I...