Copy The Files Into Tape Drive?
Oct 8, 2010I want to transfer the files from local system to tape drive. How can i achieve this.
View 2 RepliesI want to transfer the files from local system to tape drive. How can i achieve this.
View 2 RepliesI am trying to copy files from one drive to another. I am a novice at Visual Basic, but here are the facts. I am running Windows XP, and Microsoft Visual Studio 2008. I work at a business where we need to move a small amount of data every Sunday, literally about 100k, a few small files. I'm trying to cut and paste the files as we will not need them in the main file any longer. There's also the network issue, I'm trying to pull them off a LAN, onto my computer, specifically the G: drive to the C: drive.
This is what I put so far:
vb
Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click FileCopy.CopyFiles("G:SharedSFMachinesTemp&HumidityTracking", "C:Richard's Stuff") End Sub
Is it possible to copy files from my resources to the hard drive? In other words, I have a few files located in My.Resources & I would like to copy them as needed to the users HD.
View 3 RepliesIam trying to copy file to floppy disk rather than to hard drive. I try to use the code that I used in VB6 but there are so many errors. I gave up. Are any simple code the would do it? New C# Programmer
View 2 RepliesThe drive is connected via USB and the problem I'm having is that, periodically, while my code is executing, the usb drive seems to disconnect and reconnect. (Nothing to do with the program, but the drive itself).I want to find a way to prevent these temporary drive reconnects from interrupting my code. IE, i want to insure that whatever read or write that is requested is actually executed even in the case of a temporary drive interruption.
View 1 RepliesI have a backup class it copys every thing but the unmovable files witch in return when i test the dive that i just backed up all files to will not boot up missing win system32 config files??how would i add permission to my code??? or how do i over ride cant copy file because a nother process is useing it?
View 3 Repliesi have this right now:
ListBox1.Items.Clear()
Dim di As New IO.DirectoryInfo(TextBox1.Text)
Dim aryFi As IO.FileInfo() = di.GetFiles("*.*")[code]......
and that displays only the file name, like text.txt but i want it to display C:/Text.txt and all the files in the subfolders too, like C:/Program Files/Test2.txt but i just get test.txt from only the c:/ .
I am trying to copy the entire drive contents of a CF card to another location. For example:
Source Location:
e:DCIM
Destination Location:
X:2010-06-01
What I want to do:
- Copy E:*.* to Destination
- The original file structure can stay the same. I want to copy everything from the root of the Source Drive
I can copy the contents if I set source string to e:DCIM.. But I'm concerned that if I get something that doesn't have the first directory (DCIM) it's going to error.
I have a program that I want to copy itself onto a USB flash drive or any other type of drive connected to the computer. Is it as simple as using the File.Copy method? Can I copy my own running exe?Basically I want them to copy it to a memory or external hard drive and then run it there on another computer. I'm not using any special controls and I know the framework will need to be on the computers it is run on.
View 1 RepliesI'm here to ask about read and write to backup tape drives how i can send data or receive it from backup drives
View 4 Repliesi have one file in a tape,and i want to rename it to the today date automaticllyi want to use VB for thatfirst how vb can find a path of a file in a tape??and second how can in rename that file in a tape to the today date or another name??
View 2 RepliesImports System.IO
Public Class Form1
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
[Code].....
but alwys i get thie error access to the path e: is denied but the hard drive is accessable, so how i copy a fil from resource to a a disk drive like F: /
I want to copy a file in resources folder to C drive and run it?
View 1 RepliesI have a program that must copy a file to 3 locations, the local hard disk, a USB drive, and a network location. I have the file (about 70mb) loaded into a byte array. My quesion is, since I'm not actively modifying the byte array, can I impliment a form of multithreading where all 3 threads read the same byte array at the same time?
View 1 RepliesI�m trying to create an app to copy pics from my camera to my hard drive. Problem is when I connect the camera it shows in �My computer� but not as a logical drive. Is there any way I could access my pics using vb.net without the need for the camera SDK which is not available for my camera model.
View 2 RepliesI'm creating a WPF application in VB.NET with the 3.5 Framework. (If you provide an example in C#, that's perfectly fine.)
In my project I have a Template for an MS Access database. My desired behavior is that when the users clicks File-->New, they can create a new copy of this template, give it a filename, and save it to their local directory.
The database already has the tables and some starting data needed to interface with my application (a user-friendly data editor)
I'm thinking the approach is to include this "template.accdb" file as a resource in the project, and write it to a file somehow at runtime?
I have VB project and I tried to use PUBLISH feature.It seems to create nicely some kind of setup program, but the setup program does not ask where to copy files (it does not seem to copy filesto target machine "PROGRAM FILES".)Is this setup program somehow different from usual installers?
NOTE: I want that app files are installed to Hard disk( from USB stick source)Is the signing recommended or necessary? My App is pretty simple, its just using access DB + printer api, should I still sign?
I'm making a program which will open .rtf files into a rich text box by pressing a button. I can't seem to make it work. I'm trying to make the Go Button on Form 1 open the selected rtf file and put it into the rich text box on form 2.
Dim file As String = (destination)
ReadFrm.ShowDialog()
My.Forms.ReadFrm.bookrtb.Text = file
Nothing seems to happen It's trying to read from the C:\Program Files directory.
Anyone know how to get a count of files with a given extension on a drive? There may or may not be folders on the drive.
View 5 RepliesI need to MOVE a batch of files from one drive to another one by one.How can I know when one file as completed the MOVING process so I the other file in row can start moving
View 3 RepliesAt this time I am using VBScript to drive files thru a printer driver. Each file has to be ran at all the different preferences the drivers can offer. (papersize, dpi, simplex/duplex, etc.). I am developing a VB application and I want to drive the files with the app. I want to make setting changes with my app. and then set the driver accordingly and run the files. When I finish I want to dynamiclly change the settings and then run the files again. Until I have driven them with all the different settings.
View 1 RepliesI am using this code to get files, but I can not get it to search for all files on C: drive.how can I get it to show all files Like *.pdf of the drive in the list box
Imports System.IO
Imports System
Imports System.Drawing
[code]....
Now i want to write code of vb.net to connect with Flash drive and views all files in flash drive
View 3 RepliesI'm using the following code to get all of the files from a DVD drive and load them into a bindinglist and then a datagridview:
mAddBL.Clear()
'
Try
Dim dir As New IO.DirectoryInfo(Form1.m_DVDdrive & ":")
[Code]....
This shows all files and folder names on the disc. If I want it to show all files, regardless of the folder they're in, is there a built-in method to do that or do I need to take an entry, identify it as a directory and then use that as my source to read the files in it?
How would I list all files inside a drive?
View 3 RepliesHow can I list all files on my C: drive?This is what I've tried:
ListBox1.Items.AddRange(Directory.GetFiles("D:", "*.*", SearchOption.AllDirectories))
But it gives this error:
Quote:
No access to the path D:System Volume Information.The error was translated from Norwegian, so might not be completely correct.
how to copy files while the source files are variable?...I would say may source file size is 1mb and it continue increasing up to certain value let say 15mb.. i want to copy and append each bytes to complete the 15mb. I mean, copying while the source files are completing its size, that should it be. im using vb.net
View 5 RepliesI am very new to programming and I am having trouble getting my code to work properly.I am trying to write what I thought was a simple program, but I everything I have tried has not worked properly.I am creating a utility that will take installation and database files from one computer and copy those files to a flash drive so the flash drive will have the new version. The flash drives in question would either have one of two previous versions of the software on it or it will be blank. I decided to do this in two steps. First I check the computer for the new database and the flash drive for the old ones. I do this with the following code. [code] Next, I am deleting files from the flash drive if the old database is there and copying the files from the computer to the flash drive and showing progress on the progressbar. Here is where I am going all wrong. I have tried it a number of different ways, and unfortunatly (I'm kicking myself right now), I have not saved the code from the other methods I have tried.I have not been able to figure out how to get the background worker to work with what I am trying to do, though I have seen a lot of code over the past few weeks with examples of how to use it. It is a little above my head in terms of figuring it out by myself. So what I have used is the following code: [code]
View 2 RepliesI am trying to write what I thought was a simple program, but I everything I have tried has not worked properly.Here is what I am trying to do... am creating a utility that will take installation and database files from one computer and copy those files to a flash drive so the flash drive will have the new version. The flash drives in question would either have one of two previous versions of the software on it or it will be blank. I decided to do this in two steps. First I check the computer for the new database and the flash drive for the old ones. I do this with the following code.
Private Sub VerifyButton_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles VerifyButton.Click
VerifyButton.Enabled = False
[code]......
I need to mdify the code below to capture all files in all directories and write them to a grid
Private Sub Form1_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
get files from current directory
Dim Files = From file In My.Computer.FileSystem.GetFiles(CurDir)
[Code]...