VS 2010 Copying A File To Many Remote Computers

Jul 20, 2011

I have to periodically (2-3x/wk) copy a file or two to approximately 70 remote computers. I have full control of the remote computers and they all follow the same directory structure and security permissions. I have asked in the General PC forum to see

[Code]...

View 11 Replies


ADVERTISEMENT

Error While Copying File On Remote Server With Server Path

Jun 6, 2012

I am trying to copy upload files to remote server i get below exception.[code]...

View 1 Replies

Text Transfer To Remote Computers?

Nov 3, 2009

i want to send a text from my computer to another(1 or more...)remote computer and to receive text from these computers.how can we do that in visual basic express edition 2008. do you have the source code for this...

View 2 Replies

Disk Space Of Servers / Remote Computers?

Apr 10, 2012

Need to write a utility (either VB or perhaps a script?) to do the following:-to get the free disk space of all servers and append the results to a file

I have about 20 servers and it needs to check free space of chosen drives i.e. C, D and then append results to bottom of a spreadsheet or document showing computer (server) name, drive letter and the amount of free space

Tried it with WMI and works fine on local computer but doesn't seem to work across the network

View 2 Replies

Add A Domain User To A Local Group On Remote Computers?

Mar 6, 2009

add a domain user to a local group on remote computers

View 2 Replies

Write A New Program To Remote Into Our Tech Support Computers?

May 18, 2011

I am tasked to write a new program to remote into our tech support computers to help them out while they are trying to remote into their computers to see what is up if they are having problems. I was asked to be able to not move their mouse if they were in Word, Excel, in an application writing a problem ticket,

View 1 Replies

Remote Desktop - Modify That Program To Allow Me To Connect To Computers Not On My Network?

Jun 12, 2011

I have created a program that allows me to remotely access computers on my network (not all done by me i found some code online) however i want to modify that program to allow me to connect to computers not on my network. How can i go about doing this? My program consists of a client and a server. When the server runs it listens for the client on the client side i enter the IP address and it connects so i can send remote commands to the remote system.

View 4 Replies

Copying Files To Remote Directory

Mar 8, 2011

I want to copy these files to another remote directory but receiving the error: "The target file "\Z02RSIDMC02SectionBondsG 269 PROCESSFOCUSED BOND REVIEWUploaded Documents est" is a directory, not a file.

I'm that familiar with using .CopyTo and haven't got very far with it.

CODE:

View 4 Replies

VS 2010 Reliably Know When Large File Is Done Copying?

Jul 5, 2011

Is there anyway to reliably know when a large file has completely finished copying to a particular folder? For example, Computer1 copies a large file to Server1Share1. On Server1Share1, I want to do something AFTER the file is done copying, without Computer1 intervention.

[Code]...

View 9 Replies

Lock From Reading/writing/copying A Loaded XML File With XDocument.Load [VB 2010]?

Aug 1, 2011

lock from reading/writing/copying a loaded XML file with XDocument.Load [VB 2010]?

View 1 Replies

VS 2010 Load IP Address Into Remote Desktop From File DB?

Aug 13, 2010

1. Can I include a database in an exe file? - I am trying to create a small launcher application which contain 10-20 IP addresses with name, addresses, phone and email for people I help out on a regular basis. I would prefer if I could have the DB containing this info included in my launcher app, so I could carry it around on a USB stick.

2. How do I get mstsc.exe (remote desktop) to launch with an IP address from my DB above?- In my small app I am trying to add a launch button for each person. So if I am helping "person1", then I click the button next to him, and it launches my remote desktop of PC Anywhere to his IP address....

My initial thought was to use an ini file with my exe file, and modify the ini file with data through the app, but I want to be sure that there is no way I can include this information in the exe file.As I want to be able to change the connection information through my app interface I reckon I am forced to use either a SQL DB or some sort of file DB right?

View 4 Replies

File I/O And Registry :: Safe & Secure Way To Perform File Transfering Between Computers?

Feb 5, 2009

My application runs on a "server" machine and provides files (10megs - 100megs each) to 8 other computers. Currently this is done using a standard shared folder on all 8 computers and the server simply copies the file to \ComputerNameSharedFolder - and everything is great.However, due to new policies we need to remove all shared folders, so using a simple \ComputerNameSharedFolder is no longer feasible. Therefore I need to find a way for my application to be able to share these files in a safe, secure, and compliant way.There has been talk of using sFTP which would require each system to have an sFTP server running at all times (controlled by the application somehow), or also SSL was talked about as it can be integrated into the application easily, etc...

View 1 Replies

VS 2010 Program Not Running On Other Computers?

Oct 23, 2010

I've just created a program in Visual Basic.NET 2010 Express Edition, and the program works great on my computer. Unfortunately, when I try running it on other computers, the process on the Task Manager for it comes up for literally 2 seconds and then goes away, and the program does not run. Basically, the program doesn't open. I'm not sure why this is happening, and I'm not getting any errors.

I am running Windows 7 Ultimate 64-Bit, and I've tried getting it to work on two other computers, with no luck. The first one had Windows 7 Home Premium 64-Bit, and the second one had the same operating system as my computer. All computers have the .NET Framework 4 Client Profile installed, which is what my application is compiled to work with. I also tried compiling it to use .NET Framework 4 (without the Client Profile), and that didn't help.

If it helps, my References are as follows (which I believe are the defaults):

- Microsoft.VisualBasic.PowerPacks.Vs
- System
- System.Core

[Code]....

View 5 Replies

Install Of VB 2010 Express On Multiple Computers?

Apr 14, 2010

I installed VB 2010 Express on 2 different computers using the same activation key. An XP machine and a win 7 machine. Is this is allowed? There is no FAQ and since its free I figured this was OK. Is there a Microsoft Certified person here that has an answer for this 100%?

View 1 Replies

Office Automation :: .net 2010 Application Does Not Run On All Computers

Jan 4, 2012

I have an VB.NET 2010 application using framework 4 that has issues with reading and writing to cells using command similar to 'RequiredSoftwareVersion = EmployeesSheet.Cells(37, 4).value'. The big thing is I can open/close the workbook, select which worksheet in the workbook. On some computers it works fine, on others I get a pop-up that asks if you want details, continune, quit. All the computers have Office 2007 installed.

View 4 Replies

VS 2010 - Serial Port Communication Between Two Computers

Feb 22, 2012

I am using two computer to connect to each other via serial port, I have made a program in VB that allows me to read from the serial port then store whatever that character is to a variable. The only problem is I have to hit a button to read in from the serial port and pass the character to the variable. Is there any way to do this automatically?

View 6 Replies

VS 2010 Change The Computers Cursor Permanently?

Nov 6, 2011

I want to make the computers cursor load from a file in my resources.

View 5 Replies

VS 2010 Program Hangs On Client Computers?

May 5, 2011

I've created a multithreaded application that copies data from one directory to another, and I'm having trouble getting it to work properly on clients' computers. All computers running the software have Windows 7 and the .NET Framework 4.0 Client Profile installed, which is what I've compiled the program for. I have two threads: one does the actual copying, and the other updates the UI on the program. Whenever I run the program on my computer, even if I'm copying 45 GB, for example, it runs fine. However, if I run it on another computer, it will sometimes freeze the entire computer, so then I have to manually shut the computer down in order to use it again. I have been trying to find out why this occurs, but I cannot. Does anyone think he/she can provide me with some ideas as to why this happens and how I can prevent it from occurring?

View 4 Replies

VS 2005 - Copying The Internet Cache Folder But Getting Copying Error?

Apr 22, 2009

I have a copying error with my program. I am trying to copy the internet cache folder, and the error states that some files cannont be copied (read only maybe?) How can i make it copy, or just skip the uncopyable files?

My.Computer.FileSystem.CopyDirectory(Environment.GetFolderPath(Environment.SpecialFolder.Internet Cache), "d:My Documents")

View 12 Replies

File I/O And Registry :: Getting An Alternative To The File.Copy Method Of Copying Files?

Mar 27, 2009

I've got an app which uses a background worker to copy files. It works fine but some files are quite large and it "appears" as though the app isn't doing anything. Is there an alternative to the File.Copy method of copying files so I can report on the progress of individual file copies, like the percentage complete?

View 19 Replies

VS 2008 Displaying File Copy Progress (copying File 1 Out Of 10)

Aug 11, 2009

Here's my

[Code]...

During the file copy, Label2 isn't being updated. In fact, my whole form goes non-responsive. How can I fix this?

View 5 Replies

How To Point To Relative File That Would Be Same On All Computers

Aug 15, 2011

I am wondering how to point to a relative file that would be the same on all computers. How would I go about this.

View 4 Replies

Keep File Paths Across Multiple Computers If Everything Is In It?

Nov 16, 2009

I am working on a project and transferring the whole project back and forth. The thing is I am using a full file path in all my code ("c:/Users/..."), so when I transfer to the other computer the file paths break. Everything I am linking to is in the "bin" folder in my project's folder. How do I have file paths relative to the project folder?

View 2 Replies

Set My Computers Volume To Max Before It Plays The .wav File?

Mar 31, 2012

ok so i have a program that uses speech recognition reference and my voice, so when i say fire the computer plays a soundplayer.loopedplay or something like that and i want the program to set my computers volume to max before it plays the .wav file,

View 9 Replies

VS 2010 Copying Arrays?

Feb 21, 2012

I have an array of the following structure:

<Serializable()> Public Structure Piece
Dim id As Integer
Dim pos As Point

[code]....

View 1 Replies

VB 2010 - Make Program Portable On Memory Stick To Run On Other Computers

Oct 21, 2010

I have a program made in vb 2010. The problem is it uses my files on the computer such as different cursors and pictures and I really want to be able to make it portable and stick it on a memory stick and run it on other computers. Is this possible?

View 12 Replies

VS 2010 Network Manager - Watch The Screens Of Other Computers Connected In LAN

Jul 30, 2011

i m new in .net programming i am wanting to develop a network application by which i can watch the screens of other computers connected in LAN,i can give permissions/privilages to other users.

View 5 Replies

VS 2010 Winsock - Can't Connect To Any Online Computers (using Port 7771)

Mar 18, 2012

I am facing a situation with winsock. My application successfully connects to any computer that is connected on my router but i can't connect to any online computers (using port 7771). It simply doesn't connect without any kind errors. Any ideas? I am using port 7771 as local and remote port.

View 9 Replies

VS 2008 - File.Copy Basics - Copying A File

Dec 14, 2009

I cannot do the following:

File.Copy(Application.StartupPath & "wait.exe", "%APPDATA%WAIT.EXE")

Can someone remind me how I got about copying a file to that location?

View 1 Replies

VS 2008 File.Copy And Fast File Copying?

May 22, 2012

So, I have a task where I need to basically copy about 600,000 PDFs, some of which can be 5-6 MBs from one network fileshare to another network fileshare on another pc.Now, I crawled through the directories, sub-directories etc etc and created what I call a Filename/Filepath Database lookup table. This table contains the name and the unc fileshare path of each file which comes in handy.I have used Multi-threading and File.Copy to "copy" the files and I getting about 45K files per 4 hours which I need to be significantly faster then that and I am seeing performance degrade over time

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved