Quick Links
Computing.Net Solution CenterDesktop Access to SearchAsk a New Question
Sponsored Results for: Batch Script
Search Results for: Batch Script
Product Search Results
Results
1 - 25 of
2699
- higher confidence,
- lower confidence
Writing batch script to delete files Summary: Hello I need to write a simple batch script to delete all the files in a particular directory which are older than 24 hours. Sound simple, but to a n...
Batch Script Summary: This is a unix forum.Dos batch scripting will get more answers in the programming forum. What have you tried so far? Don't be surprised if no one is w...
can an FTP Korn Shell Script be written Summary: hello, I am having trouble creating a batch script to FTP a file from UNIX to NT. It seems that when I invoke the script, the ftp command invokes the...
Switching Users in a batch script Summary: I am trying automation some unix installs, however, some of the installs need be ran under the root login. I do not want my client app to run as root,...
FTP Script - Win to Win Summary: I need an FTP script that would take a file from one Windows Server to put in another Windows Server. I am not looking for a batch script here... is t...
bash or any languages Summary: thanks all!! You'll very nice! I've try both Sorin Ploscaru and James Boothe script. And I found Sorin one is works! Wonderful! Thanks very much! I wo...
Comparing time/date of a file... Summary: Hi, you can simply use the `test' command for your problem, it will return zero (true) if file1 is newer than file2 (therefore `-nt') and will return ...
Help with awk Summary: m using a batch script in command prompt. And m diaplaying the output from a remote server. Finally m storing the output in a txt file with the date o...
I want to design program calendar Summary: want to make a shell program. This program i give a current day and the result is to appear the celebrity and birthday(birthday and celebration is 2 t...
shell script like batch Summary: i've to write a shell script which does the same as the "batch" command. (reads commands to be executed at a later time) I don't know how to start. i ...
Shell script/batch file help Summary: Hi, I need to extract the parameters from an input file (ini) and put them into a spreadsheet (output file) for reporting and analysis. My requirement...
Script question.... Summary: well I don't know much about the smbclient, but if it can take input from a file, construct the file in the script, upload it first & execute the smbc...
Batch command Summary: Hi, I want to use batch command in order to run a group of jobs in parallel. This jobs are heavy jobs and using batch command I want that some of the ...
Automated SFTP Script Summary: I am trying to create a new script which needs to upload/download files by using SFTP protocol. For that, I would like to automate that script. I know...
changing dir's with a batch file? Summary: If you're running the sh or ksh shell, it's . batch_file (that's dot-space-batch_file). Depending on what unix you have, try reading the man pages fo...
ftp script Summary: Hello, could someone tell me please, how to implement in a script an kind of FTP batch file, which anonymously gives userid and psw and a put and bye ...
shell script to check for a file on Summary: This is a unix forum, not an NT forum. On Unix, it would be a simple matter of including the following in your script: if [ -f $filename ] then f...
Simple script to copy files Summary: Neel, thanks for responding however, I want to automate the copy function with a script. I know how to use cp and it is time consuming to retype the f...
batch files Summary: If you mean shell scripting the individual shell programs handle the I/O. If you used var=`cat file` then cat will close the file after putting it in...
Batch ftp download script & append Summary: Hi, I'm new to Shell scripting and I really need to code a tiny script to do the following: 1) Connect via FTP to an FTP server; 2) Download the LIST ...
Unix Script Help Summary: Hi, I have a UNIX box at home and I connect to this box from my job everyday, but there is a problem. I have to keep typing a command, so I don't get ...
Creating Script to Shutdown/Startup Summary: If you are doing this as root, why don't you put all your commands and variables in a script and then use: su -c oracle /path/myscript The way your ar...
Shell Scripting Summary: Write a shell script file called letter1. After running the script, it will prompt the user, for an English alphabet, confirm the alphabet chosen, and...
Script help Summary: I need a script that prompts the user for a file name and checks the spelling of the words contained in the file, and then runs vi placing the cursor ...
Variables in Shell SCripting Summary: Shell Scripting -- Variables In the main script i have exported the variable and accessing it in another file but when i echo the value the value of t...
Jump To:
1 | 2 | 3 | 4 | 5 | 6 | 7 | 8 | 9 | 10 | >>Sponsored Results for: Batch Script