Summary: I need a send a daily backup file to ftp site. Is there a way to make a bat file that finds the newest file in directory then send to FTP site? Thank...
Summary: I would like to make a batch script to find my external ip address then upload it via ftp to a free website I have. The purpose being so I could find ...
Summary: I have tried to create a batch file: copy %filename% c:\files and put it in the send to folder however it does not work. Does anybody know how I woul...
Summary: I have some text files which i have to ftp them from one server to other. I can use PUT command, but for each file i have to call it. Assume that ther...
Summary: goompa, I endorse your statements about M2! comparing files across ftp is possible, but cumbersome. You have to ftp, list the directory, redirect the ...
Summary: Ok I get the directory counts using this: dir "c:\mydir1" /ad /o-d /b | find /c /v "::" I send out alerts via email using bmail: c:\bmail.exe -s serve...
Summary: Hi Guys, quick question. I have this in a .bat: for /f %%a in ('dir /S /b "*urchin*.js"') do type "%%a" -But its only capturing 'C:\Documents' (basi...
Summary: Hi All, I'm monitoring log files of testcases. I have a batchfile for processing these logfiles and in this batchfile, I have implemented to dump all ...
Summary: HI, I'm trying to write a W2K batch file on a test rig to find filenames including the string 'exenames', dated yesterday and today, comparing both fi...
Summary: I tried to find something on the internet, but i came up empty handed. I need some batch scripting help. This is the situation: I have *.zip files in ...
Summary: By definition, when a COM file loads, the Code, Data, Extra and Stack segment pointers all have the same value. So there is a single segment. There is...
Summary: I have somes files are updated everyday and named like "1706...", "1806..." (name same as the day file was created). So i wanna create a bat file to h...
Summary: hi can any one help me pleas i want to ping many ip and save them to text file then send them by mail in a batch file. thanks this is working but i w...
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...
Summary: Hi Everyone, I Would like to create a batch file. Could you help me? Here are the specifications: 1. I have certain number of files inside a folder1. ...
Summary: Hi, I have to write a windows XP program, that would generate a Solaris Script, which would then be required to be transported to Solaris, then execut...
Summary: I have trying in vain to write a c program to read a text file in a c program to a char pointer. could someone give me an example on how to achieve th...
Summary: im running win 98 i'm running a batch file can be find a file inside one folder and copy into one file. let say.. ask user to enter filename.. check w...
Summary: dir *.ext if you need a list that the program can work on dir *.ext > ext.lst I don't do C, but in some versions of BASIC there is a system command th...
Summary: Hi, I have learned lots through reading this site (usually find it via google). It's encouraged me to set up and account and pose some more questions,...
Summary: Batch file adding text to file also adds a return? (Damn 35 character subject limits ;)) Hi there. Working on a very simple batch file; all it does is...
Summary: Hello everyone, I have been trying to create a Bat that will copy the newest file from directory - G:\BO\Donnette\CCIEdits\Downloads and rename it t...
Summary: Running a Dell 12500 while trying to reinstall xp (had to get a new hard drive), cd installation (i386\winnt.exe) states "internal setup error, system...
Summary: Hi there, Could anyone help me to write a batch file, basically i need to search a_*.xls file on c:\ or d:\ file, if exist, then copy to \\server1\sha...