How to open and edit a VBscript file?

Hi,
I'm fairly proficient with Dreamweaver CS3.  However, i'm finding one aspect of CS4 to be baffling to the extreme.
I work with VBScript files.  When I open up a script file that includes other script files, the name of the parent file is seen on a tab (with an x to the right of it).  Below it are tabs for all of the files that are included (via an include statement in the code).  That's nice.
When I click on one of the included files I see that file show up in my window.  However, I am unable at this point to get back to the file that included this one; i.e., the master file that is still above the other files.
If I click on the tab for the master file, I don't see the contents of this file.  If I click on the small white paper icon (with the top right corner folded) on the left navigation bar, I see the name of the master file.  Selecting it still doesn't fill my editor window with the master file.
There is a little symbol on the right side of the tabs for the included files.  (It looks like >>, except the arrows face down.)  This has the list of all of the files that I have open, minus the master file.
It is very hard to believe that Dreamweaver would make CS4 this hard to use.  Unfortunately, I have no idea how to get the master file back in the editor window after I have clicked on one of the files it includes.  Can anyone point me in the right direction?  thanks.

Hi,
Use JDeveloper to import the mwp project .In Jdeveloper,File->Import->ToplinkWorkbench->Select the .mwp file and can work from JDeveloper in editing the tlmap.xml and session.xml.
Regards,
P.Vinay Kumar

Similar Messages

  • How to open and edit a TopLink .mwp file?

    I can not open the toplink_mappings.mwp file using JDeveloper tool.
    How to open and edit a TopLink .mwp file?
    Thank you

    Hi,
    Use JDeveloper to import the mwp project .In Jdeveloper,File->Import->ToplinkWorkbench->Select the .mwp file and can work from JDeveloper in editing the tlmap.xml and session.xml.
    Regards,
    P.Vinay Kumar

  • How to open and edit CRP files?

    Hi,
    at my workplace I see the following folders:
    C:\Program Files\Novell\ZENworks\Asset Management\bin\UsageLogs
    In this folder I see secret files like: 20090115.CRP and 20090115-web.CRP
    Each days ZenWorks create this 2 files.
    How can I open and edit it? Which software have to install at home for check it? I'm interested in very much what contain this files...
    Thanks,
    Gery

    Those files would be software usage metering files. There is no software to the best of my knowledge that opens those files. They are loaded automatically by the collection server into the database.

  • Open and edit a .car File via VBA?

    Post Author: andy30
    CA Forum: Other
    Hello,
    i want to open and edit and import a  *.car  File from an Excel Macro. Is that possible? I have the olap intelligence Add in for excel, but there a only functions to open dialog boxes (ui_wrappers).
    thank you for your help.
    Andy

    Photoshop reads and writes PSB files.

  • Is there an Application that opens  and edits mpeg movie files

    Is there an Application that opens and edits mpeg movie files

    At what level do you want to do video editing?  There are a number of apps that will work with mpeg files available in the App Store, just search on mpeg.  If you want to do heavy duty video editing and work there is always Final Cut Pro X...but that costs $299.99 US...and will do anything and everything.

  • How to create and edit a .ini file using java

    Hi All...
    Pls help me in creating and editing an .ini file using java...
    thanks in advance
    Regards,
    sathya

    Let's assume the ini file is a mapping type storage (key=value) so lets use Properties object. (works with java 1.4 & up)
    import java.io.File;
    import java.io.FileInputStream;
    import java.io.FileOutputStream;
    import java.io.IOException;
    import java.util.Properties;
    public class Test {
         private static Properties props;
         public static void main(String[] args) throws IOException {
              File file = new File("test.ini");//This is out ini file
              props = new Properties();//Create the properties object
              read(file);//Read the ini file
              //Once we've populated the Properties object. set/add a property using the setProperty() method.
              props.setProperty("testing", "value");
              write(file);//Write to ini file
         public static void read(File file) throws IOException {
              FileInputStream fis = new FileInputStream(file);//Create a FileInputStream
              props.load(fis);//load the ini to the Properties file
              fis.close();//close
         public static void write(File file) throws IOException {
              FileOutputStream fos = new FileOutputStream(file);//Create a FileOutputStream
              props.store(fos, "");//write the Properties object values to our ini file
              fos.close();//close
    }

  • How to open and edit "*.txt" file with "Notepad"

    Hello guys!
    I'm facing problem with SharePoint 2010 Enterprise and got no clue how to solve it.
    What I want to do is to open "*.txt" (which is placed to "Documents Library") in "Notepad", so I could edit it and save (publish) directly to SharePoint from "Notepad".
    If I upload any Microsoft office File, such as "*.docx", "*.xls", etc - it works as it should - document opens in appropriate application and everybody is happy.
    But, when I create documents library, put some "*.txt" file there and click on it - it opens in new browser's tab as text, so I cannot edit the file.
    What I tried to do is to activate feature "Open Documents in Client Applications by Default" - not happy.
    Edit "C:\Program Files\Common Files\Microsoft Shared\Web Server Extensions\14\TEMPLATE\XML\DOCICON.XML" - I've modified "txt" entry as follows:
    <?xml version="1.0" encoding="utf-8"?>
    <DocIcons>
        <ByProgID>
        </ByProgID>
        <ByExtension>
    <Mapping Key="txt" Value="ictxt.gif" EditText="Notepad" OpenControl="SharePoint.OpenDocuments"/>
        </ByExtension>
        <Default>
            <Mapping Value="icgen.gif"/>
        </Default>
    </DocIcons>
    Still not happy.
    So, how do I make this stuff work?

    Found this link which has more information on this scenario:
    http://sharepoint.stackexchange.com/questions/1427/open-txt-file-in-notepad-from-sharepoint
    A programmatic workaround:
    http://weblogs.asp.net/bsimser/archive/2005/01/24/359911.aspx
    Andrew Milsark, MCITP,MCTS
    Fpweb.net - The SharePoint Hosting Pioneer
    Blog : http://blog.fpweb.net
    Twitter : http://www.twitter.com/amilsark

  • How to find and edit an .htaccess file?

    I trying to set up a podcast/blog in WordPress, and I need to edit an .htaccess file.
    I use Fetch as my FTP client to access my web site's hosting account, and I can see that there's an .htaccess file there. I need to get it and add a couple lines of code to it to do a URL redirect.
    When I use Fetch to "Get" it, it appears to download okay, but then I can't see it on my desktop or doing a search. I just downloaded EasyFind, on the advice given in another thread, but now I'm wondering, even if I can find the thing, whether I'm going to be able to edit it.
    Anybody got experience with this?
    Dave

    After I posted my inquiry, I solved the problem. Here it is, step-by-step, for somebody wanting a simple solution:
    1. Download EasyFind from this location: http://www.versiontracker.com/dyn/moreinfo/macosx/11706
    2. Launch EasyFind; make sure the option to show hidden files is checked on; and then search for .htaccess. It should show up in a list of all hidden files in wherever you're looking (Desktop or wherever).
    3. I double-clicked on .htaccess in EasyFind, and this opened the file in TextEdit. I edited the .htaccess file by adding the command info I needed (in my case, a redirect command). Then I did a simple "Save" command (not Save As...). This saved the edited version as .htaccess (hidden).
    4. I launched Fetch, and clicked "Put." In the Put dialog box, there's an option to show hidden files. When I checked that on, there was .htaccess, visible in the list. I selected that and FTPed it to my web server account.
    5. I tested the redirect, and it worked like a charm!
    Thanks very much to Matt Baya for talking me through some of this, including how to change the .htaccess to do my redirect.
    Dave

  • How to upload and edit an eps file

    Hi all,
    I have just downloaded an eps file from shutterstock and they given me this free trial idea with adobe but unfortunately i have got no idea how to upload my file and edit it and save it as a jpg file for further work. can anyone help me please

    you can use adobe illustrator to open that file.

  • How to open and read an external file in Dashboard widget?

    I am new to Dashboard widgets and also Javascript. I have written a widget that needs to open and read a file on the local file system. I have searched a lot and have not found any documentation or reference on the internet as to how to do this.
    I know it can be done since there is a checkbox in the widget attributes that says "Allow External File Access".
    can anyone help me out here?
    Thanks

    You need to define the AllowFileAccessOutsideOfWidget key to Yes.
    You also need to define the AllowFullAccess key.
    You may also need to define the AllowSystem key (to Yes of course).
    Mihalis.
    PS. If you cannot find any other documentation please check http://widgetbook.blogspot.com.

  • Trouble opening and editing a text file

    As part of a larger program, I am trying to open a text file(actually a .py file) and edit a specific line in the file. However, all that I can get the program to do is read the file, but not edit the line. Here is my code. Any help would be greatly appreciated!!
        private void editPythonScript() throws FileNotFoundException, IOException{
            File temp = new File("Temp");
            FileReader fr = new FileReader(path + "\\" + script);
            BufferedReader br = new BufferedReader(fr);
            FileWriter fw = new FileWriter(path + "\\" + temp);
            BufferedWriter bw = new BufferedWriter(fw);
            PrintWriter pw = new PrintWriter(bw);
            String line;
            line = br.readLine();       
            while(line != null){
                if (line == "oids = [ ]"){
                    System.out.println(line);
                    line = "oids = [ " + oids + " ]";
                    System.out.println(line);
                pw.println(line);
                line = br.readLine();
            br.close();    
            fr.close();
            pw.close();
            bw.close();
            fw.close();
            br = new BufferedReader(new FileReader(path + "\\" + temp));
            pw = new PrintWriter(new BufferedWriter(new FileWriter(path+"\\"+script)));
            line = br.readLine();       
            while(line != null){
                pw.println(line);
                line = br.readLine();
            br.close();
            pw.close();
        }

    Awesome! Thanks. I knew it had to be something simple like that!!!

  • How to open and display a powerpoint file.

    I'm working on an app that I would like to have open and view a powerpoint presentation. How would I go about doing this? Is there already some framework available that'll do it for me? Is there something that'll let me convert it to a pdf?
    thanks for any help

    And there may be, but you won't likely find that here. Do some time searching Google and maybe you'll find code that someone was nice enough to make freely available, although I wouldn't count on it. Were i a programmer and took the time to read those docs and write the code, I'd want to be paid for my time. But there are a lot of programmers who swear by freeware! You may get lucky.

  • How to open and edit a DVD?

    I have two DVDs of a family event sent by two different people. DVDs made on domestic video recorders. I want to take out some stretches and edit the remaining pieces together. Could someone please take me by the hand and gently lead me through the process? Will I need (or is the job better done with) specific software, or can it be done using iDVD or iMovie? Grateful for any help. Terry

    Terence Harvey wrote:
    .. I want to take out some stretches and edit the remaining pieces together. ..
    this is a 2 step process:
    convert DVDs into some editable
    edit
    a tutorial, incl. links to needed software and plugins, can be found on my website
    http://karsten.schluter.googlepages.com/convertdvdstodvs
    note: due to high compression on DVDs, don't expect wonders in pic quality

  • How to open and edit my sites (made on my old computer) on my new Macbook?

    Hi, I have bought a Macbook and I would like to edit my Sites which
    I have done so far on my iMac G5. How should I do this?
    And if I edit them later on my laptop will they automatically save on iMacG5?

    this is very easy. you need to get the following file from your old computer:
    /Users/USERNAME/Library/Application Support/iWeb/domain.sites
    you need to copy the domain file!, copy it to the same folder on your new computer (if the folder is not there then open iweb once, do something, save and close). replace the existing file on the macbook with your G5 domain file.
    now open iweb up and your website is there! see here for a better description:
    http://web.mac.com/madmax019/0/mx/Domain%20File%20Is%20Everything%21%20Backup%20 Now%21.html
    have fun editing!
    max

  • How to open and view a demonstration file of MS Power Point 2010 on iPad 2?

    Hello! I've made a MS Power Point file for my boss, he is using an iPad 2 (iOS 4) But he can only open a static picture of the presentation, but he can't view the presentation step by step as it should be. Which app or feature should he use to see full demonstration of presentation?
    Thanks in advance!

    Best bet is downloading Keynote made by Apple. It's 9.99 on the App store and lets you view, open, edit, and create powerpoint presentations. It's awesome!!!

Maybe you are looking for

  • Inserting a row in a schema-based xml type column

    i have problems while inserting a row in a schema-based xml type column it reports an error(schema and elemnt do not match) although they are matching if anyone can try it and if it worked plz send me the example

  • HT1660 So...if I have limited hard space, is adding all my music to the iTunes library "doubling" the space taken up by my songs/albums?

    I'm relatively new to Apple and iTunes.  If I "add folders" that contain 1000s of songs from my hard drive to the iTunes library...does iTunes copy/create new files that essentially double the amount of space taken up on my hard drive, or does iTunes

  • JSplitPane divider (One touch expandable)

    Hi all, I am having some problems with the JSplitPane divider. I am using onetouch expandable. I want to stop the divider moving all the way up to the top of the window when the up arrow is clicked on. When you drag the divider up it stops near the t

  • Changes OM-PA

    Hi, in transaction PP01 we insert a relationships between 2 unit´s(o-o object) in the future and the change in structutre don´t  show in Infotype 0000. For example for unit XXXX: Actualy has a relationship with unit YYYY until 31.12.9999 We insert a

  • How to embed a viedo from youtube?

    hi there. i have been stuck on this problem for about 2 days now and have no idea. can anyone tell me how i can embed a youtube video in my flash website (AS3, CS4) If that is not possible i have found a program called videolightbox, but that is in h