Summary: Hi, I have the following requirements to perform FTP file moves between two FTP servers, basically doing (PULL/GET and PUSH/PUT) of files. The FTP Tra...
Summary: I have an sql which prompts user to enter datefrom and dateto. I then spool the result in a txt file, add a header then spool to a .csv file. However,...
Summary: I am still very new to VBScript, and I need some help creating a log file that will show the output of an FTP. The reason that I need the log file is...
Summary: how do i do this in a script file? i have files in a folder with the file names similar to below: fluffy.b1 fluffy.b14 fluffy.b25 i want to write a sc...
Summary: If you want to use nslookup to go through a number of IP addresses you could use this 2 step approach: 1) Create a batch file called nsbatch.bat * 2) ...
Summary: Using VB6 I have a list of records saved in a .dat file, which are displayed in a list box on a form called ‘frm_Existing_Student’. Using a separa...
Summary: Im just thingking, but i dont know hot to implement it in a batch file, would it be possible to just go to the column number? Example, ill go to colum...
Summary: I am trying to use the hostname as a conditional in a batch file. I would like to use the alias (not %COMPUTERNAME% mind you) I added to the hosts fi...
Summary: Hey all. I'm trying to write a batch file, but I'm in the process of self-teaching the commands, so I'm wondering if someone can tell me whether or no...
Summary: I have a hobby of making batch files and was wondering if it is possible to use sound in a batch file. If so, can you tell me how? I hope you can he...
Summary: Dear Friends, First I would like to wish you a very Happy New Year 2003. I want to know the way to execute a login command in a logged out machine fro...
Summary: hello, I'm new here, but I need help... I want to read a log file file ... but i cant read the output and convert the string to a number (s...
Summary: I used the following command in a batch file to copy te folder 'memship' and its contents to another folder. It doesn't work. What might be wrong? xco...
Summary: Hi Sorry, Its not a school assignment. I need to automate it so i can add the command for it to run from a batch file so when the other procedures a...
Summary: Hi, I am newbie to python and using python to find a string in a text file which looks like this processA=logfileA processB=logfileB What I want is to...
Summary: I need a batch file that will grab the specific numbers from a text file and put them into a variable. The numbers are frames from an AviSynth script...
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: Hello All, I have an application in vb where the form has many list boxes, I write the all the selected items by a user in a text file in the app.path...
Summary: Thanks M2 That works great for a file. I need to loop through files in a folder. Can I nest your code within a loop and specify target folder in the b...
Summary: Hi All, I have a text file say, tmp.txt which is having an unique entry at the end of the file "Status:Running" or "Status:Stopped". Now throug...
Summary: I have a text file with line numbers length of 6 at the beginning of each lines, for example: 000001:abc 000002:def 000003:ghi ... 001000:xyz I just w...