Summary: hi gurus, i am looking for shell script which will transfer file from one directory to another. details: abc.txt and abc.ctl files will come into a fo...
Summary: Hi, I need to run a particular se of commands repetatively for some number of times provided by userin for loop. I am doing it this way user input the...
Summary: Hello, I am constantly asked to update an .mde file within 140 peoples database folders on a shared network drive. Each user has a mde that when a ne...
Summary: OK. Got this cracked now. SN, many thanks for the suggestions & pointers re use of .inf files. I've now managed to execute automated registry clear...
Summary: You can't do it with "cmd" shell or use ".bat" file. You need write a script file with extention ".js" or ".vbs" in jscript or vbscript for running in...
Summary: I got this script of of Computing.net, and it was posted quite a long time ago. It renames all files in a directory to the creation date and time. (...
Summary: I'm working on a batch file that creates a directory and then automatically sets folder permissions based on the group membership of the person execut...
Summary: The following page has an example script (that you can download) which recurses through the C drive and creates a report of all .bat files. You could ...
Summary: Thanks for the prompt responses! I was out sick because of the unstable weather. Hi nails, Thanks for the link, I could try the script right away. B...
Summary: Hi all. I need to add a line into my existing .bat file which functions as the logon script for all users in the company. One of our pieces of softwar...
Summary: sorry for posting such a short message... I was thinking to save the writings in case the problem is not what I thought :D so here goes: if it's html ...
Summary: How can I create a batchfile that searches every FILE that begins with "a" or "the a" and ends on ".mp3" And then puts those files in "a.m3u" sorted b...
Summary: Thanks for the plug IR...But I'm more of a perl "afficionado" than an expert. I'm better than average at the OOP side of perl, and pretty good at reg...
Summary: Hello! I want to create a script with search form. It should search a website for specific file (which was typed in search form) and then download it....
Summary: Hi, I want to store variables in a temp file and to be able to call those variables for usage in the batch file. Im not sure how to manipulate the FOR...
Summary: If you want something in flash, go to flashkit.com there are loads of actionscripts and source files for download for cool effects and such like. if n...
Summary: I got good to know about how to search into the file(Topic : Dos script to search into .txt file) but now I want to ask u one more question about file...
Summary: I want to be able to perform something to each file of certain type inside a folder. I have this script from something else I've done. for /f "tokens=...
Summary: this is a followup from my previous post.. however, the conditions for the script has changed.. how do i do this in a script file? i have files in a f...
Summary: I am using solaris, need either awk/shell or perl script to compate two files. both of these file1 and file2 are located in two diffent location path ...
Summary: This may do it, though it has no regard for blank lines and will leave them out. Where the script calls for x substitute your character("!line:x=!" an...
Summary: What I think you are asking for is to append all your *.dat files into one text file and then sort on the first two columns so they are in order? This...
Summary: HI, I no next to nothing about scripting so I come here for some help. I am trying to write a simple script that would delete in local group policy a...
Summary: Hi, I'm trying to extract a sting (e.g. 117.BSI.M.U2.N.A.A20.I.1.U2.2240.Z01.E) from a html file I've downloaded with curl in a batch script. In my ex...
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...