Sponsored Content
Special Forums Windows & DOS: Issues & Discussions .bat file to move remote files Post 302587927 by Grueben on Friday 6th of January 2012 09:42:29 AM
Old 01-06-2012
.bat file to move remote files

I need to run a batch file each day which moves loads of xml files from a directory into a new one (based on the current date). New to batch scripting so can someone start me off or provide link to relevent info please....Cheers
 

10 More Discussions You Might Find Interesting

1. Windows & DOS: Issues & Discussions

Urgent Need for Assistance: Triggering Windows bat files from UNIX

Hello, Is there a way to trigger a Windows bat file or program on a different machine from a different UNIX server using KSC file? I hope you can assist me with this. Thanks! (0 Replies)
Discussion started by: punyenye
0 Replies

2. UNIX for Dummies Questions & Answers

Q about windows bat files

Hi, can you run a windows bat file or a VBscript from a shell script? #!/bin/sh PATH=/ $PATH/test.bat (1 Reply)
Discussion started by: cmac
1 Replies

3. Shell Programming and Scripting

Create Bash shell scripts corresponding to windows bat files

Experts, I am newbie in shell scripting. I want to write Bash shell scripts corresponding to windows bat files. I have installed cygwin at c:\cygwin and i am trying to crate the sh file using vi editor. i am not able to understand how to use linux/unix convention for the code. following is my... (1 Reply)
Discussion started by: rajuchacha007
1 Replies

4. Shell Programming and Scripting

Writing Bash shell scripts corresponding to windows bat files

Experts, I am newbie in shell scripting. I want to write Bash shell scripts corresponding to windows bat files. I have installed cygwin at c:\cygwin and i am trying to crate the sh file using vi editor. i am not able to understand how to use linux/unix convention for the code. following is my... (15 Replies)
Discussion started by: rajuchacha007
15 Replies

5. Shell Programming and Scripting

How to move files to existing .tgz file?

Hi, I have already created the tar files. which consist of some log files and Audit.csv plz see the below code for that ================================================ tar -Pczf ARCH/${arc_date}.tgz $LOG/*.log $REYE/CEP/FiAdapter/Audit.${arc_date}.csv ... (3 Replies)
Discussion started by: pspriyanka
3 Replies

6. Shell Programming and Scripting

Find and move files parsed from cvs file

I need help with a bash script. We have a directory of files which need to be renamed and moved to another directory based on filename information in a cvs file. The contents of the cvs file are as follows: A102345,abc123 A102347,dfg475 Where dfg475 is the basename without extension Our... (8 Replies)
Discussion started by: Lloyd Boyette
8 Replies

7. Shell Programming and Scripting

Need help with bat file!!!

I need to put/get files from Windows machine to Unix machine and vice-versa. I wrote a text file "ftp1.txt" as below. naga naga06 cd /root/Naga prom off get time.unl bye I wrote another bat file "ftp.bat" as below. ftp -n -s:C:\Users\Naga\Desktop\ftp1.txt IP_ADDRESS but... (2 Replies)
Discussion started by: Naga06
2 Replies

8. Windows & DOS: Issues & Discussions

how to install custom .bat files in perl

I'm using damke to install perl modules on windows. I have my custom .bat files for the perl script. How to overwrite the .bat files that gets generated by pl2bat with my custom .bat files! Thanks, Hansini (1 Reply)
Discussion started by: hansini
1 Replies

9. Shell Programming and Scripting

Move files only if no other file is present there in first place

Hi, I am not that good in writing shell scripts. I need your help. I have a lot of files which need to moved to another directory but I can do it only if there are no files present there in the first place. I have an auto delete present to delete files from the destination Directory but still I... (5 Replies)
Discussion started by: Crazy_Nix
5 Replies

10. Shell Programming and Scripting

Rename (move) multiple files on remote server using sftp

I want to rename (move) multiple files on remote server. I tried the following command to move all TXT files from my_dir directory to /new_dir. But it does not work. Any help? #!/bin/ksh sftp -dev3 << ABC cd my_dir $(for i in TXT; do echo "ls *.$i" ; rename $x /new_dir/$x;... (1 Reply)
Discussion started by: Soham
1 Replies
AT(1)							    BSD General Commands Manual 						     AT(1)

NAME
at, batch, atq, atrm -- queue, examine or delete jobs for later execution SYNOPSIS
at [-bdlmrVv] [-f file] [-q queue] -t [[CC]YY]MMDDhhmm[.SS] at [-bdlmrVv] [-f file] [-q queue] time at [-V] -c job [job ...] atq [-Vv] [-q queue] atrm [-V] job [job ...] batch [-mVv] [-f file] [-q queue] [-t [[CC]YY]MMDDhhmm[.SS]] batch [-mVv] [-f file] [-q queue] [time] DESCRIPTION
at and batch read commands from standard input or a specified file which are to be executed at a later time, using sh(1). at Executes commands at a specified time. atq Lists the user's pending jobs, unless the user is the superuser. In that case, everybody's jobs are listed. atrm Deletes jobs. batch Executes commands when system load levels permit. In other words, when the load average drops below 1.5, or the value specified in the invocation of atrun(8). at allows some moderately complex time specifications. It accepts times of the form HHMM or HH:MM to run a job at a specific time of day. (If that time is already past, the next day is assumed.) You may also specify 'midnight', 'noon', or 'teatime' (4pm) and you can have a time-of-day suffixed with 'AM' or 'PM' for running in the morning or the evening. You can also say what day the job will be run, by giving a date in the form %month-name day with an optional year, or giving a date of the form MMDDYY or MM/DD/YY or DD.MM.YY. The specification of a date must follow the specification of the time of day. You can also give times like [now] or [now] '+ count %time-units', where the time- units can be 'minutes', 'hours', 'days', 'weeks', 'months', or 'years' and you can tell at to run the job today by suffixing the time with 'today' and to run the job tomorrow by suffixing the time with 'tomorrow'. For example, to run a job at 4pm three days from now, you would do at 4pm + 3 days, to run a job at 10:00am on July 31, you would do at 10am Jul 31 and to run a job at 1am tomorrow, you would do at 1am tomorrow. Alternatively the time may be specified in a language-neutral fashion by using the -t options. For both at and batch, commands are read from standard input or the file specified with the -f option and executed. The working directory, the environment (except for the variables TERM, TERMCAP, DISPLAY and _) and the umask are retained from the time of invocation. An at or batch command invoked from a su(1) shell will retain the current userid. The user will be mailed standard error and standard output from his commands, if any. Mail will be sent using the command sendmail(1). If at is executed from a su(1) shell, the owner of the login shell will receive the mail. The superuser may use these commands in any case. For other users, permission to use at is determined by the files /var/at/at.allow and /var/at/at.deny. If the file /var/at/at.allow exists, only usernames mentioned in it are allowed to use at. If /var/at/at.allow does not exist, /var/at/at.deny is checked, every username not mentioned in it is then allowed to use at. If neither exists, only the superuser is allowed use of at. An empty /var/at/at.deny means that every user is allowed use these commands. This is the default configuration. OPTIONS
-b Is an alias for batch. -c Cats the jobs listed on the command line to standard output. -d Is an alias for atrm. -f file Reads the job from file rather than standard input. -l Is an alias for atq. -m Send mail to the user when the job has completed even if there was no output. -q queue Uses the specified queue. A queue designation consists of a single letter. Valid queue designations range from 'a' to 'z' and 'A' to 'Z'. The 'c' queue is the default for at and the 'E' queue for batch. Queues with higher letters run with increased niceness. If a job is submitted to a queue designated with an uppercase letter, it is treated as if it had been submitted to batch at that time. If atq is given a specific queue, it will only show jobs pending in that queue. -r Is an alias for atrm. -t For both at and batch, the time may be specified in a language-neutral format consisting of: CC The first two digits of the year (the century). YY The second two digits of the year. If YY is specified, but CC is not, a value for YY between 69 and 99 results in a CC value of 19. Otherwise, a CC value of 20 is used. MM The month of the year, from 01 to 12. DD The day of the month, from 01 to 31. hh The hour of the day, from 00 to 23. mm The minute of the hour, from 00 to 59. SS The second of the minute, from 00 to 61. -V Prints the version number to standard error. -v For atq, shows completed but not yet deleted jobs in the queue. Otherwise shows the time the job will be executed. FILES
/var/at/jobs Directory containing job files /var/at/spool Directory containing output spool files /var/run/utmp Login records /var/at/at.allow Allow permission control /var/at/at.deny Deny permission control /var/at/.lockfile Job-creation lock file. SEE ALSO
nice(1), sendmail(1), sh(1), umask(2), atrun(8), cron(8) STANDARDS
The at and batch utilities conform to IEEE Std 1003.2-1992 (``POSIX.2''). AUTHORS
At was mostly written by Thomas Koenig <ig25@rz.uni-karlsruhe.de>. The time parsing routines are by David Parsons <orc@pell.chi.il.us>. BUGS
If the file /var/run/utmp is not available or corrupted, or if the user is not logged on at the time at is invoked, the mail is sent to the userid found in the environment variable LOGNAME. If that is undefined or empty, the current userid is assumed. at and batch as presently implemented are not suitable when users are competing for resources. If this is the case for your site, you might want to consider another batch system, such as nqs. BSD
March 10, 2008 BSD
All times are GMT -4. The time now is 02:57 PM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy