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, 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: 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: HI All, I am new to batch scripting and this is my first script pls help me out. I have to right a batch script, which has to pick the latest file in ...
Summary: I am trying to write a batch script that moves all files from one network folder to another network folder. On the destination folder, I need to delet...
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: I have problem writing this batch file to read a text file. Been using the for /f command but doesn't seem to be working. This is a sample of the text...
Summary: Hi, I want help to write a script to watch for a file. the script should watch the file and then ensure that complete file appears if the complete fil...
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 IVO, The above solution has worked except that I replaced the ! with the % bcoz with ! it din work. Thank you very much for the solution. I have a ...
Summary: Most programs will allow you to specify a file to open as a argument. For example, you might use "WinWord.exe c:\document.txt" to open the file "docue...
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: Hmm.. Did you run it from a batch, or did you try to type in the commands manually? Paste the code in notepad and save the file as a .bat I rewrote th...
Summary: hi thanks a lot for the very speedy reply. i didnt really explain myself too well. i have a lot of text files in a folder and every one has a header, ...
Summary: Is it possible for a batch script to delete a single line in a txt file? example: my.txt contains the following: ab cd is it possible to delete cd usi...
Summary: I am trying to copy zip files from one server to another with a batch file. Problem is, I only need the 4 zip files with the current date and not the...
Summary: Mechanix2Go, A better example than the one above would be: ---%temp%\~atempfile.tmp VARIABLES Date=%date% Time=%time% Name=%stringName% --- I want to ...
Summary: I have a ton of pc's that that I need to remove the C:\documents and settings\userprofiles\Start Menu\Programs\Winzip\ files from that directory. ...
Summary: Hi, I am new to batch scripting and need some help from all your genius' out there. I want to write a script that will delete files older than 14 days...
Summary: Here are a few ideas to think about... 1. Not all computers use the same directory name (usually C:\Documents and Settings) for user profiles. Sometim...
Summary: All, I'm looking for assistance with putting together a batch file to be loaded at logon or system startup that will: 1)Search the local C drive for a...
Summary: This topic seems beaten into the ground, however, any help would be appreciated. I'm trying to piece together a script that'll rename a season of a sh...
Summary: I have these EDI files that I need to reformat from a single line to line per segment format. Normally, I use Textpad to reformat the file. I replace ...
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...