I need help doing things with batch files

This applies to All THE VERSIONS OF WINDOWS and probably relates more to MSDOS than any other.

cmd.exe or notepad.exe and comand.com applications

I'm doing some kind of Setup.

I have a tool nice lottle I did that works with a batch file. and he has 3-4 text file sthat go with it. I wanted to make a batch file which would act as an installer. make the MainMenu.txt, ReadMe.txt, Credits.txt, DISCLAIMER.txt fill them with the correct values, then make the .bat file that acts as the user interface. and when this launch the batch file under its weight made it has created (and not as a child of cmd window) then delete itself so all that remained was the new files...

I tried the command IF [NOT] EXIST filename command because it's the only IF the syntax I have any slight understanding of

EXAMPLE OF

mkdir EXAMPLE

EXAMPLE of CD

IF [NOT] EXIST MainMenu.txt GOTO CMAIN

: CMAIN

ECHO the text I want to be in the lead > MainMenu.txt

pause

EXAMPLE OF

but when I run the command 'Betainstall.bat' file, it opens and then closes immediately. What would be nice if it was the CASE of WAT I TOLD it to. it doesent need to be opened, because it only creates a directory then makes em fills with files on and its done... but it doesent do anything. and since it closes too quickly it's a bit hard to read all the messages that appears. (im not fast enough for print scrn) and addition of the pause at the end did not a thing. and / k has ever helped me before

so someone who knows nothing about MS-DOS or command prompt this is a great opportunity to showcase the prowess of youre

I just need to find how to get cmd to delete the last entry of Y.

If I could get the Y equal to NULL it should write the %M % and not okay right?

For the first part of what I mentioned above, you can simply do:

SET M =

The M variable will then to null.

However, for what is in quotes: No. get M set to null will do what you want.  Use the command I mentioned in my previous post.  Note the signs double% to get the result of %M % in the command of the user file.

IF the echo % M %! == 1 ! Goto: whatever > USER - X 2. 0.Bat

Then the USER - X 2. 0.Bat will contain the line:

IF M %! == 1 ! Goto: whatever

Now, from your original:

SET /p M = type OK or CANCEL, and then press ENTER:
IF %M % IS INSTALL OK GOTO
IF %M % IS CANCEL LEAVE
: INSTALL

You can see that if the M variable contains not exactly the capitals OK or CANCEL capitalized (that you specified), then the second half of each IF statement will not be executed. Your sample of what is getting written to the file USER - X 2. 0.Bat, you typed tiny ok and it works again the part of the installation of your batch file because he simply fell thru to the: part of the INSTALLATION.

What you want is a batch program that allows to anticipate all possible ways that the user could answer "correctly". When you check if the variable M is equal to OK, it checks that specifically. All other cases the letters will not be the exact match.  That's why I ran three different lines looking for okay, okay, then OK.

The fall same thru happen here:

SET /p M = press on, then ENTER:
IF %M % == y GOTO RUN
: RUN

Because the only thing you're looking for is there it will be Goto: EXECUTION of the IF statement , if (and only if) M is exactly there, but if it is equal to anything else it will fall through to the next line which is your: block RUN. As you have, any response is typical for the "SET/p M = press on, then ENTER", it's going to fall through and get to the: RUN block. The only exception is that if the user presses the enter only key, it will then generate the error message that I mentioned and end the batch file. That's why I used the! at the end of the two %M % and on the end of what we test, such as OK! This test if the user pressed the key entry in itself without the batch file, which gives an error.

So, instead of this:

IF the ECHO %M % == 1 GOTO RUN > USER - X 2. 0.bat
IF the ECHO %M % == 2 GOTO README > USER - X 2. 0.bat
IF the ECHO %M % == 3 CREDITS GOTO > USER - X 2. 0.bat
IF the ECHO %M % == 4 GOTO WARNING > USER - X 2. 0.bat
IF the ECHO %M % == 5 GOTO EOF > USER - X 2. 0.bat

Use this:

IF THE ECHO % M %! == 1 ! GOTO RUN > USER - X 2. 0.bat
IF THE ECHO % M %! == 2 ! GOTO README > USER - X 2. 0.bat
IF THE ECHO % M %! == 3 ! GOTO CREDITS > USER - X 2. 0.bat
IF THE ECHO % M %! == 4 ! Disclaimer GOTO > USER - X 2. 0.bat
IF THE ECHO % M %! == 5 ! GOTO EOF > USER - X 2. 0.bat

Or use which does the same thing, but look more pretty:

IF the echo % M %! == 1 ! Goto: run > user - X 2. 0.Bat
IF the echo % M %! == 2 ! Goto: ReadMe > user - X 2. 0.Bat
IF the echo % M %! == 3 ! Goto: credits > user - X 2. 0.Bat
IF the echo % M %! == 4 ! Goto: warning > user - X 2. 0.Bat
IF the echo % M %! == 5 ! Goto: EOF > user - X 2. 0.Bat

(Upper and lower case for the block names all answer the same, whereas they are not nit-picky as the tests within the statement itself. I put the: before the labels of block in the IF statement so I know it's a label. I left the uppercase EOF because it is an acronym for end of file. And I use IF instead of If since it's a small order and I like it to stand. This bit is just my personal preference.)

Another thing, you can make is for your first redirection in User - X 2. 0.Bat is to use the single > crush entire previous existence of this file. Then for forwarding the following him, continue the > who is the operator 'Add file '.

Better yet would be first to check if the file of the user - X 2. Bat is and give the user the possibility to replace, rename, or to have an abortion.

Clear as mud now? :)

Edit: I just looked and I see that you are already doing the single > for the first time. Pass over my hikes on this part. Laughing out loud

Tags: Windows

Similar Questions

  • Problems with batch files and command.

    I'm not too familiar with the support of the PC, but can follow the operational base.

    I had a problem with my windows vista machine.  Whenever I started, there was a poster on my screen batch file.  This was a company script provided departmental support of PC does not recognize.  It was as if the batch file has been stuck in a mode where it would display only instead of execution.  After a bit of back & comes with our IT supports people, they agreed to look into the problem.  They went under launch programs to ensure that batch files have been executed with the cmd program.  Now, it displays a MS-DOS window whenever I start.  I don't know why this is so.

    As my company IT Department is unable to help, I hope someone can give me some advice.

    Is there a place to check to find out WHY this dos window appears every time and how I could fix this situation.  I can't that hope that corporate batch files are run correctly.

    Thank you

    Ken

    Hello Ken,

    1. Since when are you facing this problem?

    2. the recent changes to the computer?

    3. is the computer on the domain by chance?

    If so, the question you have posted is related to Windows in adomain of work environment and would be better suited to the TechNet community. Please visit the link below to find a community that will support what ask you

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

    If not,

    I suggest you to put the computer in aclean boot state .

    To help resolve the error and other messages, you can start Windows Vista by using a minimal set of drivers and startup programs. This type of boot is known as a "clean boot". A clean boot helps eliminate software conflicts.

    See the link below for more details:

    How to troubleshoot a problem by performing a clean boot in Windows Vista:

    http://support.Microsoft.com/kb/929135

    Note:

    When you are finished troubleshooting, follow these steps in the section above to reset the computer to start as usual.

    Kind regards

    Savan - Microsoft technical support.

  • Need help to retrieve the XML file

    Hello

    I'm new to xml query and I need help badly. I have a file xml with the following content. I need help to extract data as:

    beginTimelocalDnmeasObjLdnhdlcRxErrAborthdlcRxErrCRChdlcRxErrLackOfBufs
    2015 07-28 T 14: 45:00 + 03:00ERSGSN01MagId.SlotId.E1/T1Trunk.FractionId=2.8.6.1240010200
    2015 07-28 T 14: 45:00 + 03:00ERSGSN01MagId.SlotId.E1/T1Trunk.FractionId=2.9.3.1000
    2015 07-28 T 14: 45:00 + 03:00ERSGSN01MagId.SlotId.E1/T1Trunk.FractionId=2.9.4.1000

    and the XML data I have are:

    <? XML version = "1.0" encoding = "UTF-8"? >

    <? XML-stylesheet type = "text/xsl" href = "MeasDataCollection.xsl"? >

    " < measCollecFile xmlns =" http://www.3GPP.org/FTP/specs/archive/32_series/32.435#measCollec ">

    < fileFormatVersion = "32.435 V9.0" fileHeader vendorName = "Ericsson" >

    < fileSender / >

    < measCollec beginTime = "2015-07 - 28 T 14: 45:00 + 03:00" / >

    < / fileHeader >

    < measData >

    < managedElement localDn = "ERSGSN01" / >

    < measInfo measInfoId = ' E1/T1, hdlc' >

    < job jobId = "Meas_E1T1_all" / >

    < duration granPeriod = "PT900S" endTime = "2015-07 - 28 T 15: 00:01 + 03:00" / >

    < duration repPeriod = "PT900S" / >

    < p measType = "1" > hdlcRxErrAbort < / measType >

    < p measType = "2" > hdlcRxErrCRC < / measType >

    < p measType = "3" > hdlcRxErrLackOfBufs < / measType >

    < p measType = "4" > hdlcRxErrMaxFrameLen < / measType >

    < p measType = "5" > hdlcRxErrNonOctetAlign < / measType >

    < p measType = "6" > hdlcRxErrQueue < / measType >

    < p measType = "7" > hdlcRxOK < / measType >

    < p measType = "8" > hdlcRxOctets < / measType >

    < p measType '9' = > hdlcTxOK < / measType >

    < p measType = "10" > hdlcTxOctets < / measType >

    < measValue measObjLdn="MagId.SlotId.E1/T1Trunk.FractionId=2.8.6.1" >

    < p r = "1" > 2400 / < r >

    < p r '2' = > 1020 / < r >

    < p r = "3" >/< r > 0

    < p r = "4" >/< r > 0

    < p r = "5" > </r > 0

    < p r = "6" >/< r > 0

    < p r = "7" >/< r > 0

    < p r = "8" > 0 </r >

    < p r '9' = > 295 / < r >

    < p r = "10" > 4130 / < r >

    < / measValue >

    < measValue measObjLdn="MagId.SlotId.E1/T1Trunk.FractionId=2.9.3.1" >

    < p r = '1' >/< r > 0

    < p r = "2" >/< r > 0

    < p r = "3" >/< r > 0

    < p r = "4" >/< r > 0

    < p r = "5" > </r > 0

    < p r = "6" >/< r > 0

    < p r = "7" >/< r > 0

    < p r = "8" > 0 </r >

    < p r '9' = > 295 / < r >

    < p r = "10" > 4130 / < r >

    < / measValue >

    < measValue measObjLdn="MagId.SlotId.E1/T1Trunk.FractionId=2.9.4.1" >

    < p r = '1' >/< r > 0

    < p r = "2" >/< r > 0

    < p r = "3" >/< r > 0

    < p r = "4" >/< r > 0

    < p r = "5" > </r > 0

    < p r = "6" >/< r > 0

    < p r = "7" >/< r > 0

    < p r = "8" > 0 </r >

    < p r '9' = > 295 / < r >

    < p r = "10" > 4130 / < r >

    < / measValue >

    < / measInfo >

    < / measData >

    < fileFooter >

    < measCollec = endTime "2015-07 - 28 T 15: 00:01 + 03:00" / >

    < / fileFooter >

    < / measCollecFile >

    Help, please. I tried to select a value using the following xml query which does not lead to any output:

    WITH t AS (SELECT xmltype (bfilename('SGSN_STAT_ERICSSON', 'A20150728.1445+0300-20150728.1500+0300_Meas_E1T1_all.52'), nls_charset_id('UTF-8')) FROM dual xmlcol)

    SELECT beginTime, localDn, measObjLdn, hdlcRxErrAbort, hdlcRxErrCRC, hdlcRxErrLackOfBufs

    T, XMLTABLE

    (XMLNAMESPACES ('http://www.3gpp.org/ftp/specs/archive/32_series/32.435#measCollec' as 'ns1'), )

    ' / measCollecFile'

    passage xmlcol

    columns

    beginTime PATH VARCHAR2 (32) ' / measCollec/@beginTime',

    localDn PATH VARCHAR2 (32) ' / measData/managedElement@localDn',

    measObjLdn PATH VARCHAR2 (32) ' / measData/measInfo/measValue@measObjLdn',

    ["hdlcRxErrAbort PATH VARCHAR2 (32) ' / measData/measInfo/measValue/r[@p="1 ']',

    ["hdlcRxErrCRC PATH VARCHAR2 (32) ' / measData/measInfo/measValue/r[@p="2 ']',

    "[" hdlcRxErrLackOfBufs PATH VARCHAR2 (32) ' / measData/measInfo/measValue/r[@p="3 ']"

    )

    Sincere greetings

    Either way, using an XQuery FLWOR expression:

    select x.*
    from xmltable(
           xmlnamespaces(default 'http://www.3gpp.org/ftp/specs/archive/32_series/32.435#measCollec')
         , 'for $h in /measCollecFile
              , $v in $h/measData/measInfo/measValue
            return element row {
              $h/fileHeader/measCollec/@beginTime
            , $h/measData/managedElement/@localDn
            , $v/@measObjLdn
            , element r1 {$v/r[@p="1"]}
            , element r2 {$v/r[@p="2"]}
            , element r3 {$v/r[@p="3"]}
            }'
           passing xmltype(bfilename('TEST_DIR', 'test.xml'), nls_charset_id('AL32UTF8'))
           columns beginTime           timestamp with time zone path '@beginTime'
                 , localDn             varchar2(32)             path '@localDn'
                 , measObjLdn          varchar2(80)             path '@measObjLdn'
                 , hdlcRxErrAbort      number                   path 'r1'
                 , hdlcRxErrCRC        number                   path 'r2'
                 , hdlcRxErrLackOfBufs number                   path 'r3'
         ) x ;
    
  • NEED HELP - use in Animate gif files

    NEED HELP

    Reduce the Flash to animated GiF file file - reduce 65 KB without any loss of quality? How can I reduce a flash file for this standard of the industry?

    If you make an animated gif which must be less than 65 k, you need to use Photoshop, not animate and keep it under 5 total frames.  It won't be a complex animation with transitions and tweens; It would be fair to turn several different images/pictures.  Take a look at this tutorial I posted above to get an idea of the kind of thing you could do in a few images.

    For HTML5 Canvas in CC host, the source file is still a Fla, but published files will be HTML, Javascript, and images.  Do not build a HTML5 banner unless the plan of the record/media for what you work on him to permit.

    If HTML5 is allowed, you should know how ads are served (through Sizmek, DCM, Adwords, Flashtalking, etc.).  Each adserving company has slightly different requirements in terms of how files should be put in place and how clickTags should be implemented, so I can not give you any other advice, unless you know how your ads are served.

  • Need help to move a project file containing...

    So I was working on my computer of friends a little and had a whole project done in CS4. I had to restore his computer and so I moved the folder (which contained all THE stuff of project including render files, etc.) to my computer. Now when he is on my first computer can't find the files and I have manually search all files of 100 or more. Two questions/problems:

    1. If I moved the folder (that was on the desk) which contained what first needs including render files, why he can't find clips? Even if it uses relative locations if she shouldn't be able to locate everything if the folder is placed on my desk?

    2. it says «can't find _.» So I find it manually, but then he jumps the rest of the clips and leaves me not find more than one. What should I do?

    Adobe does not use relative file locations. It uses absolute locations. So to move all the files, the drive letter and the entire directory structure must be the same. From the looks of it your storage space was not very organized, if PR cannot find a file and then asks for the location of the next file. Result in an organized way, PR would only need the first file and can then find all the other files automatically.

    By far the best way out is to use an external drive, which received a letter from fixed drive in disk management, and copy all the relevant files of your PC friends on this disc. Go home, and then use this external drive for your project. (Note that this external must be preferably an eSATA disk, not a USB drive).

    The alternative is to get things organized with regard to the absolute file locations. It may take some time, but it is worth it and has been a lesson for the future do not use "Desktop" to locate your files.

  • FlashDrive work just need help? can not open files

    I need help read the files.

    Hello

    1 did you change on your computer before this problem?

    2. this issue occurs when opening a particular file in a flash drive?

    3. what happens when you try to open the files?

    4 What is the flash player recognize in disk management and Device Manager?

    5. which version of the operating system is installed on your computer?

    6. what version of the operating system Windows am I running?

    http://Windows.Microsoft.com/en-us/Windows7/help/which-version-of-the-Windows-operating-system-am-i-running

    Post back with more information for you help in this matter.

    Reference:

    Open the Device Manager

    http://Windows.Microsoft.com/en-us/Windows7/open-Device-Manager

    Hardware devices do not work or are not detected in Windows

    http://support.Microsoft.com/mats/hardware_device_problems/en-us

  • Help Passport blackBerry with "EDIT FILE SETTINGS"

    Hello

    need help please with CHANGE FOLDER within EDIT the ACCOUNT SETTINGS in the E-MAIL ACCOUNTS. When I click on change folder settings, I have a radio button at the top, once slipped to the 'blue' indicating synchronize all folders of e-mail is on... what it means please? Secondlu, records under do or don't have a tick in them but I can't check or uncheck them anyway, why is this?

    many passport thanks 10.3.0.675 blackberry software

    Subfolders can be synchronized to the device when you use IMAP or EAS. Some files are not able to be sync'd and those who will be grayed out. The rest will be synchronized.

  • Bypass the load with Batch file utility

    Gurus,
    I'm trying to create a batch file to run the load of contour utility, so I need the comments about her.
    The goal is that the OLU run when we run a single script.
    So I created this .bat file containing the following lines
    START cmd /K cd /D D:\oracle\Middleware\user_projects\epmsystem1\Planning\planning1


    The first line opens the command prompt and takes me in the directory (planning of the depenses1) where we have the edge load the utility.
    But it stops there. It does not the second line - the outlineload.cmd.
    Should I add?
    Did I miss something?

    Suggestions will be highly appreciated.

    Thank you

    Published by: beginning of hyperion on 9 April 2013 13:10

    You can say call D:\oracle\Middleware\user_projects\epmsystem1\Planning\planning1\OutlineLoad.cmd A:pabudget U:bprosvc /I:E:\xansa\OutlineLoad\OB_HAL_PROPERTY.txt /D:Property /X:E:\xansa\OutlineLoad\property.err /L:E:\xansa\OutlineLoad\propertyimport.log

    Concerning

    Celvin

    http://www.orahyplabs.com

    Please check the answers as useful/correct as appropriate

  • I have a new backup disk (a disk of 5 TB of Seagate) and need help setting up with CCC!

    Hello world

    I have a new backup disk (a disk of 5 TB of Seagate) and could use help setting up with CCC.

    I did in the past without problem, but I want to assure you of a few things:

      1. This particular drive has software available in a folder on the disk backup (w / the PC and Mac versions). But... I intend to use this disk as an exact copy of my iMac HD; It must also be bootable.
      2. Should I format the drive with disk utility? Or load the software to the CCC on the disk and just leave their only backup software?
      3. One last question: I also have a MacBook Air, an iPad and an iPhone. I want to save them as well. Should I put them on separate partitions, I created? Or can we just one big happy family? The last is best.

    One last piece of information: two computers, etc, were all backed up via Time Machine. My data the most important, photos, etc., are also saved on deposit box and/or iCloud on a regular basis.

    Thanks for any suggestions or comments!

    Sally D.

    Delete and partition the drive by making a separate partition for each computer. The iPad and the iPhone is useless their own partition because they back up using iTunes and would appear in the clone of the computer that you use for each save. Each partition must be the size of the current cloned drive that can leave you with additional partitions for other stuff. Then format the drive Mac OS Extended journaled. Do not install any software that came with the drive, none of this is necessary.

    I use a very similar setup with a 3 TB drive. I clone my boot SSD in a single partition, my drive internal 1 Tb in a second, my Macbook to a third party, and I have a fourth partition which is currently empty, because I haven't decided what to do with it yet. I also have a 3 to Apple Time Capsule.

  • Need help - Cisco ASA with the power of fire

    Hello

    Currently, we use asa 5510 without function of firepower. Our goal is to publish web servers and microsoft lync with reverse proxy method. control internet traffic, apply extensions individual file not to download, management of bandwidth etc.

    Is it possible if we add firepower on asa 5510... Please guide me... Thank you

    Power of fire must be installed on the new series X of the SAA.  5512 x, x 5515, 5525 x, etc.

    If you have a 5510, you probably want a 5512 x with an SSD.  Cisco has beams of firepower include the ASAx with SSD and the license of firepower.

    Adds that you must also Firesight management software, and there is a license bundle of 2 camera for under $ 500 that you can install on VMWare.

    Firepower is not reverse proxy, it's transparent online packages, analysis and filtering by URL / Application / and threat mitigation.

    If you want a reverse proxy, you should look into Microsoft ISA server or a Proxy Server reverse dedicated Web.  Cisco gave its product Web Director, who has done this function.

    You can host Web sites behind a firewall of ASA without proxy reverse.  And the ASA has an inspection of the request for HTTP traffic, responsible for watching HTTP requests.  The firepower to the ASA system also has specific signatures that monitor traffic to the web servers and prevent specific vulnerabilities that are known on those servers, so if that is what you want the Reverse Proxy for, then the power of fire module would probably cover your needs.

    Don't forget that until the next quarter firepower system has no decryption on the box, and you might want to wait that the feature is released and put in place, so that you know what size firewall you need protect your network with the SSL decryption.  I believe that the ASA5512x is testing at 75 Mbps stream decrypted via the fire power module, which is about half of what was before CX, then you could use the sizing numbers CX and extrapolate until Cisco releases official decryption numbers.

  • Need help to create a pdf file

    I need help creating a PDF with me for free!

    Thanks everyone, I solved the problem.

  • Need help on query with decimal places and trailing 0

    Community of Oracle I need help in the following situations:

    I received the following query:
    SELECT (SUM ("VALUE1") COUNT ("VALUE2"))
    FROM sometable;

    This returns the following results:
    200
    222,5

    I want to display as 222.50 222,5 value so I tried ROUND(value,2) but then came to the conclusion that the tour will not show drags me 0.
    So now I tried to_char(value,'9999DD00') and of course he's back 200.00 both 222.50.

    Now how to make it conditional so when a number has no decimal place it shows the whole number and when it has a decimal, it shows it in the format to_char(value,'9999DD00')?

    I hope I have made my situation and question correctly and I hope a solution.

    P. S.
    I need to appear like that since it is an average of the prices of the products

    Published by: Jnijman on July 3, 2010 13:06

    You can use CASES and INSTR:

    SQL> with t as ( -- generating sample data:
      2  select 200 col from dual union
      3  select 222.5 from dual
      4  )
      5  --
      6  -- actual query:
      7  --
      8  select col
      9  ,      case
     10           when instr(col, ',') > 0
     11           then to_char(col, '999d00')
     12           else to_char(col, '999' )
     13         end formatted_col
     14  from   t;
    
           COL FORMATT
    ---------- -------
           200  200
         222,5  222,50
    
  • Need help get data with the most recent date of entry into

    Hey guys;

    I need help with fine tuning a query to get the one with the most recent implementation.

    Here's my current query:

    /**********************************************
    Select sge.seal_group_id,
    SGE.equipment_id,
    SGE.effective_date
    of seal_group_equipment EMS.
    seal_group sg
    where equipment_id = 48801
    AND EMS. SEAL_GROUP_ID = SG. SEAL_GROUP_ID
    and sge.end_date is null
    Group of sge.equipment_id, sge.seal_group_id, sge.effective_date
    After having sge.effective_date = max (sge.effective_date)

    ******************************************************/

    Which produces the following results:
    SEAL_GROUP_ID - EQUIPMENT_ID - EFFECTIVE_DATE
    25-48801 - 01/01/1993-00: 00:00
    11730-48801 - 22/08/2003 08:42:11


    What I really need, is to show only the line with the most recent date of entry into
    I hope someone can help
    Thank you

    MAX will not work because the SEAL_GROUP_ID could depart. I would say analytical:

    select seal_group_id,
    equipment_id,
    effective_date
    from (
    select sge.seal_group_id,
    sge.equipment_id,
    sge.effective_date,
    RANK() over (partition by equipment_id order by effective_date desc) r
    from seal_group_equipment sge,
    seal_group sg
    where equipment_id = 48801
    AND SGE.SEAL_GROUP_ID = SG.SEAL_GROUP_ID
    and sge.end_date is null)
    where r = 1;
    

    Keep in mind if two records have the same effective_date, they would both appear.

    Note: query above has not been tested, since there is no script provided.

  • Problems with codec... need help to open the video file...

    Hello
     
    I tried the previous suggestions and ran the reset... no change...

    · What happens when you try to play the video file? You get the error message? Yes, error msg - windows media player cannot play the file. The player might not support the file type or does not support the codec used to compress the file.
    · What is the file format? 3GPP
    · The question is limited to this video file? Yes, all the videos copied from my cell and downloaded on PC, the problem occurs. Note all the copied images have no problems.
    · Did you do changes on the computer before the show? None.

    Any further suggestions? I fear, if I should try a codec download from the internet and that you and the measures to be taken.
    Thank you
    Dan
    ... Any further suggestions? I fear, if I should try a codec download from the internet and that you and the measures to take...

    I would recommend that you download and install K-Lite Codec pack from here.


    Download K-Lite Codec Pack

    Get either the Standard or complete package to halfway to the bottom of the page. There is a package tailor-made for 64-bit if your Windows 7 is that the flavor. The 64-bit package is not always necessary, as most of the programs are still 32-bit.

  • Need help on broken phone settings/file recovery.

    My screen has ended up being completely crushed and ran when it fell out of my pocket, but the phone still works because I can hear it again receive texts, calls and emails. I can also very well plug it into my computer and see the Removeable disk files. I want to do however is the phone to my computer in mirror like that I can control with a mouse and a keyboard to save my texts via handcent online, make a backup of some settings app and check my missed calls. Is there a program that I can install it on my PC to do such a thing? My replacement phone will be there in 1 or 2 days, but in the meantime, I would like to have access to my broken phone until then.

    When I plug my phone into my computer, it shows that I have x amount of missed calls, x amount of messages, text, etc., but is there a way to watch those? Motorola made a program that does something like that? Because all I can do when the phone is plugged into my computer is just add multimedia files and browse files on the phone. Any help is very appreciated.

    Looks like you could really use a lapdock. I'd like to see if you can go into an AT & T store and ask them to help you. They should have a lapdock on screen it which will act as a screen, keyboard, and mouse. It will also allow you to download anything on a USB flash drive too.

Maybe you are looking for