Any way to suppress citation quotes

I mainly use technical reference ebooks (system administration, development, etc.) and I'm having a frustrating time with ibooks, which I want to solve.
Basically, if I copy text from an epub to paste into the terminal, say
sudo touch /etc/logstash/conf.d/shipper.conf
What I get on the clipboard is:
“sudo touch /etc/logstash/conf.d/shipper.conf”
Excerpt From: James Turnbull. “The Logstash Book.” iBooks. https://itunes.apple.com/WebObjects/MZStore.woa/wa/viewBook?id=5BEB300D32827CC2B C62171982E25872
Not as useful as I'd like. Actually, it''s terrible. 
Is there a way to suppress it?

I ended up using regex as a workaround (replace using the $1 capture group). It's an annoyance for sure, and it makes me question bothering with epub for technical books.
“([a-z[:alnum:][:space:][:punct:]][^“”]*)”\n\n.*
I'll have to figure out how to submit feedback on this issue.

Similar Messages

  • Any way to suppress screen output for Datapump??

    I've got a call to expdp in a win batch file, I'd prefer (if possible) to have the screen just show a user-friendly 'Exporting..' message and it write the job output to the log. I've tried redirect (>) but it doesn't appear to work.
    any ideas?
    thx in advance.

    Hi,
    Oracle doc says
    Specify NOLOGFILE=y to suppress the default behavior of creating a log file. Progress and error information is still written to the standard output device of any attached clients, including the client that started the original export operation. If there are no clients attached to a running job and you specify NOLOGFILE=y, you run the risk of losing important progress and error information.- Pavan Kumar N

  • Is downloading endnote the only way to insert citations?

    I recently downloaded pages for school, since it was cheaper than buying microsoft for mac. However, I discovered that there didn't seem to be any way of inserting citations without a program called Endnote x2? That's a good $120. Is endnote the only option I have? Or is there some other way of inserting citations?

    For Pages, pretty much so. MS Word has built-in footnoting and is what you should have purchased in the first place. Cheap is rarely ever "better."
    You might instead consider trying Libre Office which is a freeware product similar to Office 2007 for Windows, but it runs on a Mac. The word processor is about 90% or more like Word.

  • Is there any way to supress Enum in jdk 1.5

    Our application needs to upgrade from jdk.14 to jdk.15. The appl. doesn't automatically compile in jdk1.5 as enum has become a keyword now, whereas we have been using enum as a variable , package name extensively in our application.
    Is there any way to suppress enum in jd1.5, like the way assert can be suppressed in jdk1.4

    Not necessarily. It may have nothing to do with
    language features. They may be after performance, or
    bugfixes, or just a JDK that is further away from
    EOL.Could be, but I'd have to hear that from the OP before I'd believe it.
    OTOH I would certainly do the global replace myself,
    being in the happy position of judging and carrying
    my own risks.But you can't describe it as the easiest
    solution when it isn't.I didn't describe it as the easiest solution. I merely pointed out that it's only a tiny bit more difficult than the compiler switch.

  • I inadvertently his a key while view a note and it deletes the note.  This change is then instantly propogated to icloud and to all my devices.  Is there any way to prevent this?

    I inadvertently hit a key whild viewing a note portion of a contact and the note was deleted.  This change was immediately propagated to icloud and to all of my devices.  Is there any way to suppress changes until you are ready to sync them?

    No, it's done exactly what it is intended to do.
    Syncing of notes (contacts, calendars, etc) via iCloud is instantaneous across all connected devices.

  • CS5 "Document Fonts" feature - any way to disable?

    Mac 10.6.8, 2.8 GHz Quad-Core Intel Xeon, 6 GB ram
    InDesign CS 5.0
    Standard job (text and graphics) — 14 pages, final deliverable will be interactive PDF.
    Packaged a job to a new folder, closed the document, cleaned up files on the server, opened the document in the packaged folder and exported as interactive pdf. Art director noticed that some type that had the attribute "Small Caps" was now lower case — even thought the Small Caps attribute was still checked in the InDesign file. Type was set in Din Medium (postscript).
    Spent two hours troubleshooting. The fix I found was to delete the folder "Document Fonts" and re-open the InDesign file and make a new pdf.
    I understand that Document Fonts was introduced as a new feature in CS5 to help printers use only the fonts that were used to create the doucment. Is there any way to suppress this feature or do I have to rename the folder to Fonts or delete the folder everytime I package a job?
    I've only noticed this behaviour since I rebuilt my InDesign preferences last week — is there a setting somehwere that I can no longer find?
    Thanks all for your help.

    Nope — I'm at 7.0.3.
    Adobe Application Manager says all my applications are up-to-date, so how do I manually update to 7.0.4?
    Downloaded the update from Adobe and ran it. Message says "Update is not Applicable".
    Any other fix available?

  • Is there any way to change literals from double to single quotes?

    I'm converting a small application in C# / .net that runs on several other databases to HANA.
    The escaped double quote thing is pretty painful - is there any way to change the default literals from double to single quote on the connection or though the driver or otherwise?
    Thanks -- Chad

    Hi Chad
    can you please provide an example of what runs with other DBMS but doesn't with SAP HANA?
    - Lars

  • PDF File Size - any way to compress further?

    We have are using the Crystal for .NET export method to export a report to a .pdf file, and are having an issue with the pdf file size on a report that contains images.  The images are stored in a SQL2005 database as blob or varbinary(max).  The report executes a stored procedure that selects data (including images) to produce a quotation.  There are input parms to decide which images to print (for example A, B or both A&B). Both types of images can appear at the line level on the quotation. Type A images print in the main report, Type B images are in a subreport.  Both the main report & subreport execute a stored procedure to select an image type.
    Our issue, when both Type A and B image is selected to print on a 293 line quote.  The PDF file size is 44.23MB
    When Type A only is selected, the PDF file size is 2.64MB
    When Type B only is selected, the PFD file size is 43.95MB.
    There are more Type B images that would print at the line level than Type A, but is there any way to compress this down further as it is too large to email.

    You mention that you are using Crystal for .NET, but not what version; CR for .NET 2003, 2005, 2008. 2010?
    Applying the latest fixes for the correct version of CR would be the first thing to do.
    Next, I'd have a close look at image B as it appears to be the one adding the most "bulk". How is this image different from image A?
    General tips re. images:
    Save the files a BMPs.
    When .jpg image is inserted into Crystal Reports it is converted into bitmap format and as the result of the conversion the report may loose some quality, scale and other issues may arise... E.g.; Crystal Reports is not so good a graphics management tool
    When an image is saved as a .bmp, then there is no conversion required and thus the quality of the image should be preserved.
    Best practice: save the image with high resolution and required size as a .bmp format then insert this image into Crystal Reports.
    Resize the image to the smallest possible size and downgrade the DPI to 72. This will ensure your image is as small as possible and Crystal Reports will have to put in the least amount of work to display it.
    Have a look ar KB [1241630 - Exporting a Crystal report (XI) to PDF generates a big PDF file|http://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/com.sap.km.cm.docs/oss_notes_boj/sdn_oss_boj_bi/sap(bD1lbiZjPTAwMQ==)/bc/bsp/spn/scn_bosap/notes%7B6163636573733d36393736354636443646363436353344333933393338323636393736354637333631373036453646373436353733354636453735364436323635373233443330333033303331333233343331333633333330%7D.do]. This KB, may apply to your version of CR, or not. In any case, you will have to use the KB as a guide and determine what the appropriate registry entry would be for your version of CR.
    One more thing. Many people like to use jpg files as they are smaller than bmp files. However, as far as Crystal Reports is concerned, this is inconsequential. The report file will be the same size if a file is inserted as a jpg or a bmp. This is due to the jpg conversion to bmp Crystal Reports does internally.
    Ludek
    Follow us on Twitter http://twitter.com/SAPCRNetSup
    Got Enhancement ideas? Try the [SAP Idea Place|https://ideas.sap.com/community/products_and_solutions/crystalreports]

  • Any Way to Test IDLE

    Sun Java(tm) System Messaging Server 7u2-7.04 64bit (built Jul 2 2009)
    I configured IDLE according to these instructions:
    http://wikis.sun.com/display/CommSuite/Configuring+IMAP+IDLE
    (except for setting an environment variable to restrict access),
    see it advertised when I telnet to the IMAP port, mail seems to arrive quickly in my configured Thunderbird client (which supports IDLE), but:
    Is there any way to know it is working as it should (e.g. connection logs), and is configured correctly?
    Thanks,
    s7
    P.S. I do see this in the imap logs - which looks like IDLE stuff working? Any way to turn this logging up?
    Is local.store.deadlockaggressive IDLE related?
    [12/Aug/2009:18:37:53 -0400] t0 imapd[10609]: General Warning: Sun Java(tm) System Messaging Server IMAP4 7u2-7.04 64bit (built Jul  2 2009) shutting down
    [12/Aug/2009:18:37:53 -0400] t0 imapd[10614]: ENS Information: Closing session. Events in/out: 1/0. KB in/out: 1/1. Subscriptions max/total: 1/1.
    [12/Aug/2009:18:37:53 -0400] t0 imapd[10611]: ENS Information: Closing session. Events in/out: 1/0. KB in/out: 1/1. Subscriptions max/total: 1/1.
    [12/Aug/2009:18:37:53 -0400] t0 imapd[10612]: ENS Information: Closing session. Events in/out: 1/0. KB in/out: 1/1. Subscriptions max/total: 1/1.
    [12/Aug/2009:18:37:53 -0400] t0 imapd[10609]: ENS Information: Closing session. Events in/out: 1/0. KB in/out: 1/1. Subscriptions max/total: 1/1.
    [12/Aug/2009:18:37:53 -0400] t0 imapd[10613]: General Warning: Sun Java(tm) System Messaging Server IMAP4 7u2-7.04 64bit (built Jul  2 2009) shutting down
    [12/Aug/2009:18:37:53 -0400] t0 imapd[10610]: General Warning: Sun Java(tm) System Messaging Server IMAP4 7u2-7.04 64bit (built Jul  2 2009) shutting down
    [12/Aug/2009:18:37:53 -0400] t0 imapd[10608]: General Warning: Sun Java(tm) System Messaging Server IMAP4 7u2-7.04 64bit (built Jul  2 2009) shutting down
    [12/Aug/2009:18:37:53 -0400] t0 imapd[10613]: ENS Information: Closing session. Events in/out: 1/0. KB in/out: 1/1. Subscriptions max/total: 1/1.
    [12/Aug/2009:18:37:53 -0400] t0 imapd[10608]: ENS Information: Closing session. Events in/out: 1/0. KB in/out: 1/1. Subscriptions max/total: 1/1.
    [12/Aug/2009:18:37:53 -0400] t0 imapd[10614]: ENS Information: Closing session. Events in/out: 0/0. KB in/out: 1/1. Subscriptions max/total: 0/0.
    [12/Aug/2009:18:37:53 -0400] t0 imapd[10611]: ENS Information: Closing session. Events in/out: 0/0. KB in/out: 1/1. Subscriptions max/total: 0/0.
    [12/Aug/2009:18:37:53 -0400] t0 imapd[10612]: ENS Information: Closing session. Events in/out: 0/0. KB in/out: 1/1. Subscriptions max/total: 0/0.
    [12/Aug/2009:18:37:53 -0400] t0 imapd[10609]: ENS Information: Closing session. Events in/out: 0/0. KB in/out: 1/1. Subscriptions max/total: 0/0.
    [12/Aug/2009:18:37:53 -0400] t0 imapd[10607]: Account Notice: close [123.456.100.12:54558] tst140 2009/8/12 18:25:46 0:12:07 536 3985 1
    [12/Aug/2009:18:37:53 -0400] t0 imapd[10610]: ENS Information: Closing session. Events in/out: 1/0. KB in/out: 1/1. Subscriptions max/total: 1/1.
    [12/Aug/2009:18:37:53 -0400] t0 imapd[10610]: ENS Information: Closing session. Events in/out: 0/0. KB in/out: 1/1. Subscriptions max/total: 0/0.
    [12/Aug/2009:18:37:53 -0400] t0 imapd[10613]: ENS Information: Closing session. Events in/out: 0/0. KB in/out: 1/1. Subscriptions max/total: 0/0.
    [12/Aug/2009:18:37:53 -0400] t0 imapd[10608]: ENS Information: Closing session. Events in/out: 0/0. KB in/out: 1/1. Subscriptions max/total: 0/0.
    [12/Aug/2009:18:37:53 -0400] t0 imapd[10607]: General Debug: GDispCx graceful shutdown timed out
    [12/Aug/2009:18:37:53 -0400] t0 imapd[10607]: General Warning: Sun Java(tm) System Messaging Server IMAP4 7u2-7.04 64bit (built Jul  2 2009) shutting down
    [12/Aug/2009:18:37:53 -0400] t0 imapd[10607]: ENS Information: Closing session. Events in/out: 2/0. KB in/out: 1/1. Subscriptions max/total: 2/4.
    [12/Aug/2009:18:37:54 -0400] t0 imapd[10607]: ENS Information: Closing session. Events in/out: 0/3. KB in/out: 1/1. Subscriptions max/total: 0/0.
    [12/Aug/2009:18:38:34 -0400] t0 imapd[29936]: Store Debug: local.store.deadlockaggressive is set to 10
    [12/Aug/2009:18:38:34 -0400] t0 imapd[29936]: General Notice: iBiff plugin loaded
    [12/Aug/2009:18:38:34 -0400] t0 imapd[29937]: Store Debug: local.store.deadlockaggressive is set to 10
    [12/Aug/2009:18:38:35 -0400] t0 imapd[29938]: Store Debug: local.store.deadlockaggressive is set to 10
    [12/Aug/2009:18:38:35 -0400] t0 imapd[29936]: General Warning: Sun Java(tm) System Messaging Server IMAP4 7u2-7.04 64bit (built Jul  2 2009) starting up
    [12/Aug/2009:18:38:35 -0400] t0 imapd[29936]: General Debug: Connected to ENS server
    [12/Aug/2009:18:38:35 -0400] t0 imapd[29937]: General Notice: iBiff plugin loaded
    [12/Aug/2009:18:38:35 -0400] t0 imapd[29937]: General Warning: Sun Java(tm) System Messaging Server IMAP4 7u2-7.04 64bit (built Jul  2 2009) starting up
    [12/Aug/2009:18:38:35 -0400] t0 imapd[29937]: General Debug: Connected to ENS server
    [12/Aug/2009:18:38:35 -0400] t0 imapd[29938]: General Notice: iBiff plugin loaded
    [12/Aug/2009:18:38:35 -0400] t0 imapd[29938]: General Warning: Sun Java(tm) System Messaging Server IMAP4 7u2-7.04 64bit (built Jul  2 2009) starting up
    [12/Aug/2009:18:38:35 -0400] t0 imapd[29938]: General Debug: Connected to ENS server
    [12/Aug/2009:18:38:35 -0400] t0 imapd[29940]: Store Debug: local.store.deadlockaggressive is set to 10
    [12/Aug/2009:18:38:35 -0400] t0 imapd[29935]: Store Debug: local.store.deadlockaggressive is set to 10
    [12/Aug/2009:18:38:35 -0400] t0 imapd[29939]: Store Debug: local.store.deadlockaggressive is set to 10
    [12/Aug/2009:18:38:35 -0400] t0 imapd[29942]: Store Debug: local.store.deadlockaggressive is set to 10
    [12/Aug/2009:18:38:35 -0400] t0 imapd[29940]: General Notice: iBiff plugin loaded
    [12/Aug/2009:18:38:35 -0400] t0 imapd[29940]: General Warning: Sun Java(tm) System Messaging Server IMAP4 7u2-7.04 64bit (built Jul  2 2009) starting up
    [12/Aug/2009:18:38:35 -0400] t0 imapd[29941]: Store Debug: local.store.deadlockaggressive is set to 10
    [12/Aug/2009:18:38:35 -0400] t0 imapd[29935]: General Notice: iBiff plugin loaded
    [12/Aug/2009:18:38:35 -0400] t0 imapd[29935]: General Warning: Sun Java(tm) System Messaging Server IMAP4 7u2-7.04 64bit (built Jul  2 2009) starting up
    [12/Aug/2009:18:38:35 -0400] t0 imapd[29939]: General Notice: iBiff plugin loaded
    [12/Aug/2009:18:38:35 -0400] t0 imapd[29935]: General Debug: Connected to ENS server
    [12/Aug/2009:18:38:36 -0400] t0 imapd[29940]: General Debug: Connected to ENS server
    [12/Aug/2009:18:38:36 -0400] t0 imapd[29942]: General Notice: iBiff plugin loaded
    [12/Aug/2009:18:38:36 -0400] t0 imapd[29942]: General Warning: Sun Java(tm) System Messaging Server IMAP4 7u2-7.04 64bit (built Jul  2 2009) starting up
    [12/Aug/2009:18:38:36 -0400] t0 imapd[29939]: General Warning: Sun Java(tm) System Messaging Server IMAP4 7u2-7.04 64bit (built Jul  2 2009) starting up
    [12/Aug/2009:18:38:36 -0400] t0 imapd[29939]: General Debug: Connected to ENS server
    [12/Aug/2009:18:38:36 -0400] t0 imapd[29941]: General Notice: iBiff plugin loaded
    [12/Aug/2009:18:38:36 -0400] t0 imapd[29941]: General Warning: Sun Java(tm) System Messaging Server IMAP4 7u2-7.04 64bit (built Jul  2 2009) starting up
    [12/Aug/2009:18:38:36 -0400] t0 imapd[29942]: General Debug: Connected to ENS server
    [12/Aug/2009:18:38:36 -0400] t0 imapd[29941]: General Debug: Connected to ENS server

    starman7 wrote:
    is there any way to know it is working as it should and configured correctly?The functional test is straight-forward enough e.g.
    [root@mailserver sbin]# telnet mailserver 143
    Trying 129.158.87.170...
    Connected to mailserver.aus.sun.com (129.158.87.170).
    Escape character is '^]'.
    * OK [CAPABILITY IMAP4 IMAP4rev1 ACL QUOTA LITERAL+ NAMESPACE UIDPLUS CHILDREN BINARY UNSELECT SORT CATENATE URLAUTH LANGUAGE ESEARCH ESORT THREAD=ORDEREDSUBJECT THREAD=REFERENCES ENABLE CONTEXT=SEARCH CONTEXT=SORT WITHIN SASL-IR SEARCHRES XSENDER X-NETSCAPE XSERVERINFO X-SUN-SORT ANNOTATE-EXPERIMENT-1 X-UNAUTHENTICATE X-SUN-IMAP X-ANNOTATEMORE XUM1 STARTTLS IDLE AUTH=PLAIN] mailserver.aus.sun.com IMAP4 service (Sun Java(tm) System Messaging Server 7.3-0.01 32bit (built Jul 29 2009))
    A01 login shjorth password
    A01 OK User logged in
    A02 select INBOX
    * FLAGS (\Answered \Flagged \Draft \Deleted \Seen NonJunk)
    * OK [PERMANENTFLAGS (\Answered \Flagged \Draft \Deleted \Seen NonJunk \*)]
    * 9 EXISTS
    * 0 RECENT
    * OK [UNSEEN 7]
    * OK [UIDVALIDITY 1249853070]
    * OK [UIDNEXT 11]
    A02 OK [READ-WRITE] Completed
    A03 idle
    + idling
    <sent email to account>
    * 10 EXISTS
    * 1 RECENTRegards,
    Shane.

  • Any way to *cut* an element from a slide?

    Is there any way to cut an element on one slide (such as a
    text box, mouse movement) and delete it, or cut it and paste it
    into/onto another slide?
    All I see are options to Copy Background, which when you
    paste into another slide it REPLACES the existing background), or
    to cut/delete entire slides.
    Why would I want to do this?
    Sometimes I want to remove text boxes and highlight boxes
    COMPLETELY from a slide because they appear in published files even
    if their layer visibility is set to hidden. (Probably a bug in CP4)
    Sometimes I want to take a mouse movement and put it on
    another slide.
    I see no way to work with (cut or paste) elements in the time
    line.
    Can anyone help?

    quote:
    Originally posted by:
    Captiv8r
    Welcome to our community, Tom
    Normally the Cut, Copy and Paste options are available when
    working with objects in Captivate. By chance are any of them
    locked? If so, that may explain why the option isn't available to
    you.
    Look in the Timeline and see if there is a Padlock icon
    listed. If so, click it to unlock it.
    Cheers... Rick
    the were not locked, but I have found you cannot Delete a
    single element if it is hidden on the timeline.
    Also, you can not delete multiple elements at the same time,
    and that some elements are tied to others on the timeline and you
    have to delete them in a certain order sometimes.
    I think Flash still has a much better timeline editing
    capabilities.

  • Any way to highlight pdf file in Intermedia?

    markup only works for text file,right?any way to highlight pdf file in Intermedia?Thanks.

    <BLOCKQUOTE><font size="1" face="Verdana, Arial, Helvetica">quote:</font><HR>Originally posted by Omar Alonso ([email protected]):
    interMedia/Oracle Text doesn't highlight the PDF or Word document.<HR></BLOCKQUOTE>
    I have the same problem. Will Oracle highlight word-documents in a future version? Or does anybody know another solution, i.e. a sdk from another company, which is built upon intermedia?
    thanks
    null

  • Is there any way to manually relink media in FCS?

    We recently transitioned from NFS to AFP (Apple Filing Protocol) for our shared storage in our FCS environment.
    There have been a couple of headaches involved, but it has been a largely smooth transition except for one problem.
    A couple of our assets (some of the most important ones, naturally) had colons ( : ) in the filenames. This was fine for NFS - the backing store's filesystem could handle them. But AFP cannot since apparently OS X considers the colon an unusable character in file names due to its own directory requirements.
    So we are left with a handful of assets that are fully annotated in FCS, comprehensive metadata, etc. that show the original media files as missing. The files are there - they were just renamed automatically by the system to replace the colon.
    I am wondering if there is any way to tell FCS that the filename has changed since there is no possible way that I can change the filename back.
    If I have to get my hands dirty on the FCS command line to accomplish this, I am not hesitant to do so. I just don't know how to go about doing it...
    A bit about my system:
    Apple Xserve running Snow Leopard (10.6.3)
    Final Cut Server version 1.5.2
    The backing stores are presented via AFP using Netatalk from a Linux-based storage array (I know this unconventional but it actually works quite well - except the "no colons in AFP or Apple native filenames" issue...)
    If there is anyone out there who can shed some light on this, I would really appreciate it!
    Thank you all!

    Thank you for the clarification.
    Indeed you are correct - the Netatalk documentation merely implies that the colon is a forbidden Mac OS character - not a forbidden Netatalk character.
    Netatalk itself (at least in my case on Ubuntu 10.04) does handle the translation of the colon in a way that is comprehensible to Mac OS.
    The colon was truncated to a double-quote (") when I attempted the rename on the Linux command line. After seeing this, I renamed the file again on the Linux command line to remove the colon.
    When using the Mac OS command line (terminal), I was able to get the file to reflect a colon:
    $ cp ./file.mov ./file\ duration\ 10\:00.mov
    While the Finder will not permit a colon in the filename under any circumstances (at least not as far as I can tell), the command line will permit it if you use the escape character (\).
    In the Finder, the new file shows as "file duration 10/00.mov" but if you run an "ls" on the command line it shows as "file duration 10:00.mov" which is correct.
    In Linux, it shows as "file duration 10:2f00.mov" so Netatalk handled the markup in such a way that it is able to present the correct filename to the Mac OS.
    Despite the Finder/Terminal name mismatch (the filename having a "/" in the Finder display), FCS is perfectly happy, since it reads the filename directly.
    And if you don't want to get your hands dirty on the command line, using a forward-slash (/) in the filename within the FInder does translate to a colon when you view the file from the terminal, as was described by slowfranklin above. (I am from a Unix background where the slash is a (sometimes the only) forbidden character, so I also used the command-line method just to see if it would work)
    Thank you very much for pointing me in the right direction.
    Question marked as answered.
    Message was edited by: Jeff.M.Taylor

  • Any way to print from Finder?

    Sorry about my last post...I really messed up!
    Here I go again. Is there any way to print from the finder? I have a DVD inserted into my drive, and I want to print the contents to have as a reference. I tried to print the contents of the disk from Toast, but couldn't find out how there, either. Thanks for any help! Regina

    Open the Script Editor in the /Applications/Utilities/ folder and paste in the following:
    tell application "Finder"
    quoted form of POSIX path of (selection as alias)
    end tell
    do shell script "ls -R " & the result
    Select the DVD in the Finder, press the Run button from the Script Editor, and copy the text from the result pane into a place it can be printed.
    (29327)

  • Any way to import content from AW7 packaged file to modify and repackage?

    Hi, I am new to AW.  Trying to take an existing aircraft systems training program and merge it with another training program that was written with AW5, which modules are not compatible with AW7.  According to the help file, when packaged, the flowlines and icons used to design the program are removed and no longer accessible.  Is there any way to import the content and redesign and tailor to my specific needs?  Thanks.

    Douglas,
    Are you talking about packaged Authorware 5 files? Because it sounds like you are quoting info about packaged files...
    The Authorware 7 authoring tool should be able to open and convert Authorware 5 source files. If all you have a repacked files there's not really anything you can do.
    Steve

  • Is there any way that we can run script file Directly through RMAN.

    Hi Team,
    I have backup script as ,
    allocate channel t1 type disk;
    backup
    format 'C:\bkup'
    (database);
    release channel t1;
    I had used this script for backup operation on RMAN & its executing properly...as
    RMAN> run
    2> {
    3> allocate channel t1 type disk;
    4> backup
    5> format 'C:\bkup'
    6> (database);
    7> release channel t1;
    8> }     
    Now I want to put this srcipt file in one file i.e (backup.sh) ... Can I give this backup.sh file (stored in disk location)directly to the Run command. Is there any way ..
    Plz comment...

    You can use cmdfile parameter to specify the script which contains the actual code and also you can specify log parameter for the log file. Here is an example:
    rman target / cmdfile=backup.ora log=backup.log
    And here are all the command line parameters which you can use with RMAN:
    Argument Value Description
    target quoted-string connect-string for target database
    catalog quoted-string connect-string for recovery catalog
    nocatalog none if specified, then no recovery catalog
    cmdfile quoted-string name of input command file
    log quoted-string name of output message log file
    trace quoted-string name of output debugging message log file
    append none if specified, log is opened in append mode
    debug optional-args activate debugging
    msgno none show RMAN-nnnn prefix for all messages
    send quoted-string send a command to the media manager
    pipe string building block for pipe names
    timeout integer number of seconds to wait for pipe input
    checksyntax none check the command file for syntax errors
    Daljit Singh

Maybe you are looking for

  • Error while running due to tabletype

    Hi All, I am getting error while runnning procedure but it compiled successfully. ORA-00932: inconsistent datatypes: expected - got - I have created a Object Type and by referring that tobject type, i have created a table type. then i have created a

  • Accordian User Trouble

    Hi there I'm having trouble setting the default accordion panel to open using the code: <script type="text/javascript"> var Acc1 = new Spry.Widget.Accordion("Accordion1", { defaultPanel: 2 }); </script> For some reason the accordion starts with all p

  • Why is my Apple TV 2 not buffering the stream

    I purchesed a movie and tryed to play it and then said try again later so i waited 2 hours and then tried again I got 12:00 min in and then it froze on me and would not go any more so I unpluged it and then pluged it back in. now it is playing but it

  • Live corners not showing

    Hi I have lots of forms from CS4 each had many boxes with 3 rounded corners and one square corner. In CS5 all the square corners changed to rounded corners. When I click on the box I do not see the yellow diamonds indicating live corners.  Is there a

  • How do i import director 7 files into current premiere pro

    how do i import director 7 files into current premiere pro I have a project created in Macromedia Director 7. I was told by sales that this would import into Premere Pro. However I have no Idea how! Any help would be appreciated.