|
server
newsgroups
|
|||||||||||||||||||||||
|
|||||||||||||||||||||||
Scripting for Windows Servermicrosoft.public.windows.server.scripting
mosquito_hippy -
20 Dec 2008 12:48 AM - 10 messages
I wrote this machine script to apply a patch to the computers of a OU in a Windows 2003 Server Domain. if exist C:\patchs\kbxxxxxx.dat goto end if exist C:\patchs\. goto label1 md c:\patchs \\mcse-01\patchs\WindowsXP-KBxxxxxx-x86-enu.exe /norestart /log:C:\patchs\ ...
stevenjansen -
16 Dec 2008 2:30 PM - 8 messages
Hello,
Who can make a batchfile with de following tasks:
- A program on my computer will open the batchfile
- The batchfile wil sleep "X" seconds
- After sleeping the batchfile will rename a other file that stay in
the same map of de batchfile.
De name of that file must be: movie_1_YYYYMMDD_HHMMSS.wmv
YYYYMMDD refert to de date of the moment that de batchfile is running
HHMMSS refert to de time of the moment that de batchfile is running
(Example: When i run the batch file on 2008-12-16 and on time 16:02:57,
the name of the file that must be renamed is:
movie_1_20081206_160257.wmv and must be renamed in movie.wmv)
De file must be renamed to "movie.wmv".
After renaming the fill must be uploaded with a FTP script
And after uploading the file must be deleting in de local folder (NOT!
on the ftp server).
After deleting, the batch is finish.
So who can make some script? :-)
Steven
--
stevenjansen
------------------------------------------------------------------------
stevenjansen's Profile: [link]
View this thread: [link][link] ...
|
|||||||||||||||||||||||