Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
script for sending file to remote p
Name: AllenD Date: October 7, 2007 at 21:34:47 Pacific OS: windows CPU/Ram: 512 Product: dell
Comment:
Is there any batch or any script which will help sent a file from my pc to user end pc over the nt. for ex. I have to update a user pc everytime there is any new pc added in this one deprtment. I would rather send a file through network then physically remote the pc.
Name: IVO Date: October 8, 2007 at 02:16:29 Pacific
Reply:
Your post is too generic to propose any solution.
If you have to send a file, whatever it is, to another user without performing further processing ON her/his PC, a simple way is to mail it as attachment by e-mail.
0
Response Number 2
Name: AllenD Date: October 8, 2007 at 06:44:52 Pacific
Reply:
OK, I have 3rd party scanner program that uses Special Java version and It doesn't work with any other versions. so, if I can sent this exe w/o remoting and wasting that user time that would be great. I hope that will help you understand my question.
0
Response Number 3
Name: IVO Date: October 8, 2007 at 07:06:10 Pacific
Reply:
Well, you can send the .exe to the user as an attachment as I suggested in post #1 and/or send a batch script also to automate the related installation if anyone.
Two warnings:
1- mask the .exe or .bat packing those into a .zip (bettre .zi_) to avoid mail server forbids an executable attachment.
2- the method may work if the .exe size is no huge.
To automate the process requires info about what processing the .exe has to suffer at destination.
What above may seems raw, but there is no simple way to achieve your target without using enterprise distro tools.
Summary: Hi, I'm looking to create a batch file that first checks if a PC is connected (returns a reply in ping) then if so send a remote shutdown to that PC. So far I have a batch file that parses IP addr...
Summary: On my home network I have 4 Windows boxes. 3 are downstairs and 1 is in my room. All of them are pretty lax on security since they have no internet connection. Anyway I can log into each one using nu...
Summary: I have a script that I'm trying to use to delete files off a server. I have a .txt file with the location of the files needing deleting. How do I get the VB script to look line for line through the ...