Problem copy with Dos command

I have a Windows Vista laptop that wasn't signing in Windows & browsing the trunk upwards. He tried to solve the problem but could not.  I replaced the laptop for now and try to restore all the old data.  Unfortunately a very important file is not in the original backup.  I was able to get into the back of command on the old laptop and found the file I want to restore.  I have a USB key that I can add & delete on it but I am having some problems copying the files on it.  I hope that there is someone here who could help refresh my memory to make it work.  I really need this file.

I have 2 separate files in the following directory for backups of my product of the emails:

Backup directory: c:\users\Linda\Documents\Incredimail

File Names:                                                                  File Size:

2011 11-23-IncrediBackup - Linda M.ibk 26,253,299,746

2011 12-16-IncrediBackup - Linda M.ibk 28,204,879,070

That's what I tried:

backup c:\users\Linda\documents\incredimail > copy *.ibk f:

Error message: the parameter is incorrect.

c:\users\Linda\documents\incredimail backup\2011-12-16-IncrediBackup - f: Linda M.ibk

The system cannot find the specified file

f:\copy c:\users\Linda\documents\Incredimail Backup\ * .ibk

The system cannot find the specified file

Can anyone help with this?

Thank you

OK - this is great, this post more later for me (we) do know how things are going...

I was surprised by the error message (error: the parameter is incorrect.), usually, you can see the error - not enough free space on the disk (device).

If you use flash with computers disks, you can format all the drives to NTFS flash. Format NTFS is WIndows XP, Windows Vista, Windows 7 and of course you know WIndows 8. Older Windows (such as Windows 98, Windows 95) knows that FAT32.

The maximum NTFS file size is about 16 TB (of 16 000 GB).

Perhaps mean you - why is the default to FAT32 ?

Some modern TV, VCR (DVD) or the satellite receiver USB input and you can Plug the flash drive into this devices - you can see the pictures on TV, that are saved on the flash drive, or you can record a TV show on the flash drive, which is plugged into the TV (or VCR (DVD) or the satellite receiver) , but this devices know only FAT32 format.

LC

Tags: Windows

Similar Questions

  • Problem copying with HP Designjet T2300 PostScript CN728A

    Someone at - it an idea on why when the printer above comes out "sleep" mode, trying to copy anything the printer will produce a block of black ink A3 size.

    If you stop the copy job, perform a new analysis the document it prints normally.  It seems what happens when coming out of sleep mode.

    Ideas everyone.  Firware is to date.

    Image attached as an example.

    Hello tomsocr

    The HP Designjet printer product series is commercial printers and it's HP consumer forums. As such it is there not a lot of users familiar with printers Designjet (hardware or software). I suggest you post in the HP Business Support forum for a better chance to find a solution.

    You will find the Designjet Commercial Council here.

    http://h30499.www3.HP.com/T5/printers-Designjet-large-format/BD-p/BSC-414

  • ORA-00900 when you use the command COPY with dynamic SQL

    Helllo,
    I created the following procedure:

    create or replace procedure copyTable (pSourceTableOwner IN varchar2
    pSourceTableOwnerPasword IN varchar2
    pTargetTableOwner IN varchar2
    pTableName IN varchar2
    pDatabaseLink IN varchar2)
    as

    vStatement varchar2 (250): = null;

    Start

    vStatement: = "copy of". pSourceTableOwner | '/' || pSourceTableOwnerPasword | '@' || pDatabaseLink |
    "Insert" | pTargetTableOwner | '.' || pTableName | ' using select * from '. pTableName;

    immediately run vStatement;

    end;
    /

    The generated command (variable vStatement) looks like this:
    "Insert a copy of O_GLCEN/o_glcen@SELLENTW o_jh. "X_PLZ_CD_MERGED_CTIS using select * from X_PLZ_CD_MERGED_CTIS".

    When you call this procedure as "exec copyTable ('O_GLCEN', 'o_glcen', 'o_jh', 'X_PLZ_CD_MERGED_CTIS', 'SELLENTW');" the following lifts:

    FEHLER in line 1:
    ORA-00900: invalid SQL statement
    ORA-06512: at "SYSTEMTECHNIK". COPYTABLE", line 20
    ORA-06512: at line 1

    But when you call the command COPY directly from SQL prompt the statement runs without error.
    Is in general not possible to use the dynamic COPY with SQL command? If it is possible does anyone has an idea what I am doing wrong?

    Any help will be appreciated...

    Rgds
    JH

    I would like to use something like

    vStatement: = ' start in f (select * from ' | pSourceTableOwner |) '.' || pTableName | '@' || pDatabaseLink | Insert loop ') in ' | pTargetTableOwner | '.' || pTableName | "f-values; end loop; end; »
    immediately run vStatement;

  • My I phone screen see the black with a command like a dos {nand} system...

    My I phone screen see the black with a command like a dos {nand} system...

    Your phone has a serious problem. You can try to reboot (hold home and power at the same time for about 10-30 seconds buttons), but if that does not work, your hardware is probably fried. Make an appointment at your nearest Apple Store Genius Bar for confirmation.

  • problem on copy with hp printer m127

    Hello

    Sorry! my English is not good

    I have a printer hp m127 and I have problem on copy with this printer

    When I copy an A4 of sandpaper or Charger do not print about 1 inch of the bottom of the page, but when I scan this page, it is OK and when I print the document scanned, it's too good

    I don't know why this problem exists

    Thank you very much

    Hi @hamidjoon and welcome to the Forums of HP!

    I see that you have problems with copy.  I would like to help!

    Before we start, I need a little info:

    I'm a link a few HP Support documents below that will show you how to find what operating system you are using. In addition, if you are using Windows, please indicate if your operating system is 32-bit or 64-bit.

    Mac OS X: how to find which Mac OS X Version is on my computer?
    Operating system Windows am I running?
    Is the Version of Windows on my computer 32-bit or 64-bit?

    Please let me know what you find.  Thanks for posting on the HP Forums!

  • problems with the command-line command pc

    on the side of mac, I work from command line. But on the pc side I can't understand this.

    on a mac, this is

    deleteF="rm -r "+myNumPhoto.slice(0,39)+"imaging/*";
          app.system(deleteF);
    

    on the PC I'm trying to do the same thing with this.

    deleteF = "RD/s \\TEST\test".

    It runs the command, but I get the system cannot very well the specified file.

    If I run the slashes on the other hand, it works not at all of the suggestions would be greatly appreciated.

    much of the problem was with all the obliques. They must return the characters. That said I ended up doing a string. Here's what I used.

        myNumPhoto=app.document.presentationPath;
        s=myNumPhoto.slice(0,42)
        s.toString();
        s=s+"imaging";
          deleteF="RD /S /Q "+s;
          addF="MD "+s;
          app.system(deleteF);
          app.system(addF);
    

    I had to delete the folder, and then add it in back on the PC because the command RD except no wildcard characters.

  • Problems to use Java from the DOS command line

    Hello

    When I try to run Java from the Windows DOS command line, I'm running into trouble:

    1. when I run Java from the wrong directory, I get the error error: could not find or load the main class myapp1.

    2. when I'm in the directory 'right' (.../MyApp1/build/classes/myapp1 /, where is the MyApp1.class file), I get the following error:

    Exception in thread "main" java.lang.NoClassDefFoundError: MyApp1 (alias: myapp1/MyApp1)

    1. the classpath is not set (when I type echo % CLASSPATH % system returns CLASSPATH).

    2. I also get the same error above when using: > java - cp. MyApp1

    (3. I did that the path is correctly defined in the environment variables, by way of Java at the beginning of the chain of path).

    Someone at - it ideas?

    Thank you very much in advance for any advice or tips!

    Best regards

    JR

    It should work. Your code:

    package myapp1;
    class MyApp1 {...}
    

    At the prompt of DOS commands:

    cd  .../MyApp1/build/classes
    java myapp1.MyApp1
    

    The case is important.

  • In bulk to rename files in a folder by using the DOS command line or a batch file.

    Can someone help with this problem, please?  I remember seeing the DOS command line to do a mass renaming of files in a folder or a batch file. for example, vacation photos are all in the format DSC00001.jpg to DSC001234 and I want to change it to something like, say, Rome0001.jpg to Rome1234.jpg.

    How about this:
    Go to the folder of your files in that.  Create a text file, and open it (Windows should use Notepad, that very well).
    in the file type:
    Ren dsc*.jpg rome*.jpg
    Now, save the file as:
    renamethem.bat
    (Make sure you call it ".bat" and save it as a txt document, which will make a simpel file and not add a strange formatting)
    From there, just double-click this file and it renames all your pictures accordingly.
    :)

    Old timer

  • ReadyShare drive unusable in the DOS command prompt

    I have a Nighthawk C700 - AC 1900 WiFi cable router Modem where I configure drive ReadyShare USB access.

    When I type the UNC "\\READYSHARE\USB_Storage" and type the Admin password for write access - I "can" see the files/disc in Windows Explorer. I can map the UNC path as a player U:\ and I can see/access it very well in the GUI.

    However...

    Once I go to a CMD command prompt (even tried as admin) - I see 'no' this player U:\. Error message = "system cannot find the drive specified."

    ReadyShare drive is a USB 2.0 disk formatted in Win7 to NTFS 2 TB external.

    I'm on Windows 10 v1607.

    If I connect the USB directly to my computer - I can see/access this drive U:\ locally and use the CMD utilities against it very well (robobopy.exe).

    Anyone working on this issue and or knows how to get CMD to use/see the ReadyShare full-access/write?

    Thank you...

    Peter

    Update: it's working now. ?

    I've upgraded to the latest version of Windows (1607.14951.1000) 10.

    I also upgraded Netgear engineering to v2.4.32.

    I "can now use/see the drive Readyshare in a CMD Shell."

    I can run normal DOS commands on this very well mapped drive.

    I had to modify my script robocopy to remove the /COPYALL and /ZB settings as I guess that Linux/NAS does not support these settings, but I can now, with the click of a shortcut on the Desktop - Sync/restore my files the on the network to the NAS drive.

    I don't know if it's the change in Windows or in engineering who has been around.

    hope this helps others too.

  • HP Pavilion Notebook-15-p108tx: problem connecting with specific programs

    Hi, I had problems connecting with specific programs recently. I'm still able to communicate online through web browsers. Mozilla Firefox works fine, but Google Chrome still has some problems loading of specific pages or they don't load at all. The main programs I am having difficulties with are mainly games platform programs like Steam, Battle.net, and League of Legends, and I'm unable to go online or to connect to their servers.

    I never had no problem connecting like these last two years that I've owned my laptop, until recently. I think it was the 6th or 7th of may these problems started.

    I updated my drivers and was constantly check to download the most recent. I don't know if it's my internet provider, but I was also constantly check the State of the network to ensure that the services are very good.

    If anyone else has this problem and if there are any suggestions that you think could help solve this problem, it would be appreciated.

    Thank you

    Jasper

    Hi Jasper,.

    Thank you for the update. I think that your computer have a rootkit infection. Most of them were inside of the Chrome Extensions.

    Here's what you need to do.

    Open chrome

    Click on the Menu bar in the upper right

    Click more tools

    Click Extensions

    Please search for suspicious extensions that does not belong to the computer, especially ads. Once you identified, simply click the trash can icon then Chrome close then reopen it again to see if you can connect to your desired game. If this isn't the case, then proceed as follows.

    Manual removal of suspicious files (if you are uncomfortable with it. If this is not the case, then run System Restore from safe mode with command prompt)

    Manual removal (I miss the old days of MS virus removal )

    Go to RUN type %temp% , and then delete all folders by pressing SHIFT + DELETE

    Go to Control Panel and then locate all the apps that you think a form of ads

    Go to safe mode with network. Run Malwarebytes in that State

    Then run Tweaking tool to fix everything that has changed since your computer

    http://www.Tweaking.com/files/setups/Tweaking.com_windows_repair_aio_setup.exe

    If your not comfortable with the troubleshooting steps may perform the system restore on the day, it was working fine.

  • the problems associated with writing script

    Hi all

    I use DIAdem 10.2

    (1) I write the Script for the declaration of my scada system. In my report model, there are some common text as user field, period reoprt, designation, report, etc. etc... I designed the dialog box to ask these details in starting, and now I wanted to transfer these details on each page of the report. Is it possible to connect these details with the report model?

    (2) I am facing problem in the allocation of train paths within the script... Is it possible to get rid of problems that arise due to movement of files from file *.sud or *.tdr. It will be great if diadem automatiocally search inside the folder in which the script is saved... so whenever we are going to move the complete file of any statement. It won't create any problem condition save us all files in a folder.

    (3) I crushed my script different system or sometimes need to distribute it. Is it possible to make my script running on another system where tiara is not installed... sort of it, even making available using any platform of programming such as LabVIEW, Measurement studio, CVI etc. etc.

    Thank you very much!

    HS

    HS Hello!

    (1) you can use global variables to solve this task. There are some predefined as "T1" or - I prefer - assign them in the Script with the command GlobalDim and fill them in your data. In the report, you can use the expression '@T1 @' or ' @@MyGlobalDimVar @ ' in the text fields to display the content.

    (2) you can use the AutoActPath variable to all access to the files compared to the running script. If you put all your files next to the script, you can move the package wherever you want in the file system. In all commands of loading like PicFileLoad you must use AutoActPath.

    (3) you can run Scripts DIAdem and dialogs only in DIAdem.

    Matthias

  • HP C7280 all in one. Problem copying

    HP C7280 all in one.  During the copy with the original on the glass, the copy is fine.  During the copy with the original introduced in the extra paper tray, a vertical line appears at the same place on each copy of the product.  Maybe some soil is at this location on the device that "reads" the original document because it passes?  Any suggestions on how to get and check this out?

    Hello

    I would tell you to follow the steps mentioned the link and check if this helps out you

    http://support.HP.com/us-en/document/c00899181

    Thank you

    I am an employee of HP, these messages are consistent with my knowledge and HP is not responsible.
    By clicking on the star of congratulations in the post helped you to say thanks.
    Please indicate the position that solved your problem as accepted Solution

  • Block the ip address in the server with the command cmd win

    Hello

    In win server how can I block IP with the command cmd?
    Thank you

    The server gurus hang out more in the TechNet forums:

    http://social.technet.Microsoft.com/forums/en-us/categories

    Here, we help with questions and problems of security.

  • problem scanning with keithley 2420

    Hello

    I'm having some trouble to configure the Keithley 2420 to sweep a range of Volt and measure the amps in a cell.

    The vi attached check the polarity of the voltage, then measure the short circuit current and then performs a scan.

    The program runs, but scanning seems to measure resistance and outdated.

    Any help would be greatly appreciated!

    Incase anyone reads this, the problem was with the drivers Keithley 2400 do not turn off simultaneous measurement mode when you set up the type of measure. Even if I set the type of measure amps, he was still measuring ohms.

    I still don't know why it uses default ohms.

    Anyway, I solved this problem by using the ENS:FUNC:CONC OFF command with the Instrument i/o assistant after having used the driver concerned of Keithley VI to set all other settings.

  • DVD-R/CD burner drive is not allowing me to copy all files on the disc it says "" problem copying '.

    I have a Dvd-R/CD player David encoder and I uninstalled Roxio because it allows me to copy onto a Dvd - r. But now windows won't allow me not to one, it gives just this error message:

    «Problem copy»

    Windows encountered a problem when trying to copy this folder.
    What do you want Windows to do? "

    I think it might have something to do with the fact that I had there before only on cd player, but I don't know because windows does show that it is a Dvd Player when a dvd is in.

    Hi SanithDemil,

    ·         What it shows as in Windows Explorer?

    Method 1: Run the next Fixit tool to check the issue.

    Your CD or DVD drive cannot read or write media

    Method 2:

    Step 1: Uninstall and reinstall the Device Manager DVD player. Automatically search for updates to the firmware on the manufacturer's Web site.

    a. click the Start button and then right click on my computer. Click on properties.

    b. click on the Hardware tab, and then click Device Manager.

    c. now, expand the CD-ROM/DVD-ROM drives, click with the right button on the CD-ROM/DVD-ROM drive and click on uninstall.

    d. restart the computer.

    Step 2: Log on to the manufacturer of the DVD drive and install the latest updates from driver\firmware.

Maybe you are looking for

  • How to get to the iPhone 4s to iPhone backup 7

    Hello I'm about to the new iPhone by 7. My current iPhone 4S is still running on iOS 6. I know I should update my iPhone 4s in the last iOS before being able to transfer the backup between the two phones. BUT the new iPhone 7 is probably 10 iOS and t

  • Cannot submit data form with Chrome or Safari

    Can complete is no longer the hold mail in USPS use Chrome or Safari. He let me use the calendar to select the start and end dates. Also unable to connect in Budget car rental - looks that my data are not filed. I rebooted iMac 10.11.5 and uninstalle

  • Satellite M300 PSMDCA takes a long time to start

    I have a Toshiba Satellite M300 PSMDCA - 01800C and there are some problems with it. First of all, when you start the computer, it takes a long time to start and activate Outlook.I am running Windows 7Home Premium.Computers arrow where I bought the c

  • The lock on a Macbook pro microphone gain?

    Hey all, I have a question that makes me mad and after a few long google search, I am still unable to find a solution. I use a mic boom (Yeti) and I need to put my low gain otherwise picks it up too much in my background. I use Slack and Join.me for

  • Basic configuration of TFS 2012 fails on the data layer.

    Hello I have a new installation of sql server 2014 and has the last update 7 on it. Installed TFS 2012 update 4 and I tried the basic configuration to help start Wizard. I am getting... "TF255146: Team foundation server requires SQL server 2008 Rs (1