Search found 6 matches

by express
02 Sep 2010 09:57
Forum: DOS Batch Forum
Topic: run a batch on a server from a client
Replies: 3
Views: 4833

Re: run a batch on a server from a client

the batch file runs a process on our lims database on the lims server. i want one user to be able to run this batch file (the process in lims) without actually having to be on the server. i'll test it out tonight from my machine when everyone has gone home, the daily backups have run and i have a fr...
by express
02 Sep 2010 09:34
Forum: DOS Batch Forum
Topic: run a batch on a server from a client
Replies: 3
Views: 4833

run a batch on a server from a client

hi i have a batch file on a server that i want a user to be able to run remotely. can i write another batch file that calls on the remote batch to run as per permissions on the server? i do not want to give the user remote access to the server as they are not trusted with access, but i do need them ...
by express
27 Aug 2010 05:19
Forum: DOS Batch Forum
Topic: check the contetns of two folders
Replies: 2
Views: 4404

Re: check the contetns of two folders

the problem is they reside on different servers.
one folder is mapped to the other server so should be able to use P:\ and then E:\folder path

but it just returns an empty log.

is there string for all files contained within? i could try that after P:\?
by express
27 Aug 2010 03:57
Forum: DOS Batch Forum
Topic: check the contetns of two folders
Replies: 2
Views: 4404

check the contetns of two folders

Hi folks i am looking to check the contents of two (hopefully) identical folders on two different servers to check that they are identically replicated. i have tried the following @echo off set "data=P:\ set "arch=E:\filepath set "log=E:\logfile.txt" rem echo N| comp "%data%...
by express
27 Aug 2010 03:26
Forum: DOS Batch Forum
Topic: dates in a batch file
Replies: 4
Views: 6688

Re: dates in a batch file

cheers guys, although i am using the /D/E as for some reason D: just makes the process go mental and just run forever.

i have anothe query but will have a wee search first as it is not quite as urgent as the last one. :D

H
by express
24 Aug 2010 05:34
Forum: DOS Batch Forum
Topic: dates in a batch file
Replies: 4
Views: 6688

dates in a batch file

i have created a batch file to copy some users my documents to their home folder, however i only want it to copy documents that are of a newer date than the ones previously saved. is there an easy switch for this? i know one or two users would be able to edit the batch file but the other 15 or so wo...