Summary: Hej ... i've asked in "networking" about how to loop a "net send"-mesage. I got the info, that this will work by doing a batch file ... can you help m...
Summary: I would like to create a batch file that will open a command prompt and have "net send computer" at the prompt. From there, the user can finish the l...
Summary: I created a batch file but i want to make it to be in the computers startup. How do i do that. And also how do i send batch files to people? Regular e...
Summary: My problem is to write a batch file. I want the all the files to be copied from one machine to the other machine automatically. I wrote a small batc...
Summary: Hi I'm stuck can you give me some idea how to do it. 1) Ask the user for the path and name of a BMP file. (2) Open the BMP file and read the first 6 ...
Summary: I have a folder called Ram. In it there are, say, 10 folders. I want to copy these 10 folders to another folder Shyam. What I want to do through a ...
Summary: I have a directory of CDR files saved on my linux server. I am looking for a way to scan all of them at once, and report statistics on how often words...
Summary: Hi Judago, Thanks for the suggestion. Will check it out. However I would prefer to do this through batch file itself rather than thrid party utility. ...
Summary: I want to do a (preferably) batch file, that searches for a certain string in a file and deletes the line its at. So if for example the file consists ...
Summary: hi can you help me how to lock certain folder or files that you cant delete, rename or edit? im using Visual basic and turbo c and Borland c++. is it...
Summary: i think this is what you want to do in the batch file. try this code on test copy before doing it with real files. @echo off & setlocal enabledelayedE...
Summary: I would like to create a batch file for NET SEND so that it can prompt the user for the computer's address and the message. How do i do the text input...
Summary: you could use net send to send the message. to do that you'd simply do: net send computerx hello i'm sending you a message. where computerx would be t...
Summary: Uno and LordRegent, I thought this might interest you both. I finally found a site (below) that showed me how to do what I needed re: sending the ...
Summary: How to I convert this batch information to a vbs file @ECHO off cls set t=2 if "%date%z" LSS "A" set t=1 for /f "skip=1 tokens=2-4 delims=(-)" %%a in...
Summary: I need to create a batch file that will compare files and folders on a server to their counter parts on a workstation and delete anything older than a...
Summary: Hi, I’m stuck on part of a batch file I’m working on. What I’m trying to do is copy all files with the extension JPE in a directory to another directo...
Summary: Hi, I wanna create a batch file that when I run the file it will generate a shortcut for an URL that I want on the desktop. Does anyone knows how to d...
Summary: Hi Please help me out in this! I'm making a batch file to automate the Trigger Settings. There is a file ibmp.properties having a parameter "Clients.j...