using the FC command with the GUI drag & drop

In Windows 95 and 98, it was possible to make a shortcut to the "CF" MS-DOS command on the desktop, and then compare two files by drag & dropping them on the shortcut.

However, starting from Windows XP, while this still TECHNICALLY works, the MS-DOS window (I do not remember what to call other than "command prompt window", so bear with me) will close immediately upon expiration of the program, making it impossible to read the results, especially if it is "no differences encountered".

I remember that there was no decent way to solve this problem in XP, but is there a solution to Vista or 7? Typing long file names can be heavy, and even by using copy and paste is tedious compared to the ease, I remember not on Windows 9 X.

Oh, I just had a thought when you think of batch files. I tried to add a pause at the end command. That seemed to work. It has been long since I made a batch file that needed the pause command. I don't know why I thought using a batch file with a command to break a decade ago.

Oh and thanks for the link explaining the differences in the manufacture of the batch files. I learned how to 3.30 in 1990 for MS-DOS batch files and never really learned anything new other than the fact that I could use drag-n - drop in Windows 95.

Is there something else that I could learn a few new tricks that have been introduced since MS-DOS 3.30? I _might_ have read books for MS-DOS 4 or 5 at the time, because there weren't really that many differences. The only different things I knew were the dosshell in MS-DOS 4, Edit & QBASIC in MS-DOS 5 and extended external help of 6.2.2 MS-DOS command which was similar (although I didn't know it until the end of the 1990s) for Unix man pages. Oh, and in one of these versions, they also did better? parameter help messages.

Tags: Windows

Similar Questions

  • Bishop Calc - how not to use the GUI interface

    Hello

    New on Calc Mgr. How the call where I can just type in my Business Rule and do not use the GUI? Can't seem to find it.

    Thank you

    I think that you are referring to formulas that you would write in EA

    In Calc nursery, find your application, go to the database under the APP and expand it as well.

    You should see "Scripts" under there. Right-click on 'Scripts' and select 'new '. White screen will appear and write exactly as you would in the EA.

    Save the Script, then you must attach the script to a rule (you can simply use a shell if you wish). Save, validate, and deploy

    GL

  • Replace with the point drag drop

    Hello

    I'm trying to find how to replace the base of the point drag is opposed to everything in the covering. I tried to use: Actions of the object - on accept: replace, but it does not work because the two are still visible and it looks bad!

    Have you tried with built-in States? 'Replace' you speak is supposed to allow the user to replace a drag by another source of drag source when it was already slipped to a drop target. The first drag source would return to the original location. This isn't what you want to do. I tried to explain these States included in this article:

    & Slipped in 2016 with Captivate 9 - Captivate blog

  • Can definition of Round Robin way strategy - I just use the GUI?

    I have HP EVA6400 arrays and also HP XP20000.

    I use ESX 4.1 U1 and the recommendation of HP is using Multipathing Round Robin policy.

    I guess I could just use the vSphere client and select configuration > storage > datastore > properties > manage paths > Round Robin > change


    This approach would have certainly changed politics of this server for the selected LUN path, then repeat for each.

    But I read something on a blog lastnight that said having to perform the setting of the path of the CLI to set VMW_PSP_RR nmp esxcli.


    Can someone enlighten me please.


    Thank you

    You can use the command-line like esxcli well:

    List of devices esxcli nmp

    esxcli device setpolicy - device - psp VMW_PSP_RR nmp

  • User input handling using the GUI resource string...

    I know that I can pass values in the resource string to energize the GUI. I was able to transmit values in and even create loops through several items in a listbox.

    Is it possible to add several EditText boxes to the resource string or I can only pass values to a box of EditText already contained in the resource string? For example: in my code below, I have a "myEditText: EditText {text: 'My text edit'},-" in my groupTwo. Apart from my resolution (resource string) I pass values in the res (see: / / by default). Is it possible for example to create several EditText elements in the Res based on the selection of the users on the drop-down list?

    myScript (this);

    function myScript (thisObj) {}

    var myScriptPalette = myScript_buildUI (thisObj);

    function myScript_buildUI (thisObj) {}

    var myPanel = (thisObj instanceof Panel)? thisObj: new window ("palette", "my window name', undefined, {resizable: true}");

    {//Build GUI

    res = "group {orientation: 'row',------}.

    groupOne: group {orientation: "column,"------}

    MyButton: button {text: 'Name of button'}, \

    myCheckbox: checkbox {text: 'Checkbox'}, \

    myRadioButton: RadioButton {text: 'My Radio button'}, \

    myDropDownList:DropDownList {properties: {items: ["Item1 DD',"DD Item2","DD Item3","DD Item4"]}}, \

    myProgressBar: Progressbar {text: "Progressbar", value: 50}, \

    },\

    groupTwo: group {orientation: "column,"------}

    myIconButton: IconButton {text: 'IconButton' image: ' /Users/design2/Desktop/PanelTutorial/images/AFG.jpg'},\}

    myImage: Image {text: 'Image', image: ' /Users/design2/Desktop/PanelTutorial/images/AFG.jpg'},\}

    myStaticText: StaticText {text: 'My static text'}, \

    myEditText: EditText {text: 'My text edit'}, \

    mySlider: Slider {text: 'My Slider', value: 25}, \

    myScrollbar: scroll bar {text: 'My scroll bar', value: 50}, \

    },\

    }";

    }

    myPanel.grp = myPanel.add (res);

    Default values

    myPanel.grp.groupOne.myCheckbox.value = true;

    myPanel.grp.groupOne.myDropDownList.selection = 0;

    myPanel.grp.groupOne.myProgressBar.value = 20;

    Return myPanel;

    }

    If ((myScriptPalette! = null) & & (myScriptPalette instanceof window)) {}

    myScriptPalette.center ();

    myScriptPalette.show ();

    }

    }

    Hi Shawn, welcome to the forum. I did a little test today after your last email. This is what works to add dynamically to the user interface. The overall user interface must first be resizable with the elements follows the same path, so...

    (1) just above the back line you need to add:

    myPanel.layout.layout (true);

    myPanel.grp.minimumSize = myPanel.grp.size;

    myPanel.layout.resize ();

    myPanel.onResizing = myPanel.onResize = function () {this.layout.resize () ;}

    Return myPanel;

    }

    (2) then for the sake of simplicity we will place the current edittext area in a group...

    groupThree: group {orientation: "column,"------}

    myEditText: EditText {text: 'My text edit'}, \

    },\

    (3) then you will need to determine your list dropdown onChange function. In this case I put it to the top to add an edittext area based on the selection of the index from the drop-down list. This point we create a box, two creates two and so on.

    myPanel.grp.groupOne.myDropDownList.onChange = function() {}

    child var = myPanel.grp.groupTwo.groupThree.children [0] .size;     Grab the first dimensions edittext

    var n = myPanel.grp.groupTwo.groupThree;     Group variable

    var idx = myPanel.grp.groupOne.myDropDownList.selection.index + 1;     Index number of drop-down list selection + 1 offset 0 function array returned value.

    for (var i = 0; i)

    n.Add ('edittext', [0, 0, child.width, child.height], 'Hi');

    }

    n.Layout.Resize ();     Resizes the Group

    myPanel.grp.layout.layout (true);     Updates the layout of the items in the Group

    myPanel.grp.layout.resize ();     Resize the main window of the user interface

    n.Show ();     Reveals results

    }

    (4) I also added a button function to remove editboxes so you can see how it works.

    myPanel.grp.groupOne.myButton.onClick = function() {}

    GRP var = myPanel.grp.groupTwo.groupThree;     Group variable

    var lastKid = grp.children.length - 1;     Last child edittext in the Group

    If (lastKid! = 0) {//Making sure that the last edittext is not the original one source.

    GRP. Remove (BRM. Children [lastKid]);     Remove it

    GRP. Layout.Resize ();

    myPanel.grp.layout.layout (true);

    myPanel.grp.layout.resize ();

    GRP. Show();

    }

    }


  • Office file to the browser, drag drop / entry download

    Hello world

    I'm working on a project with drag and drop and im using jqeuryui for this.

    but I want the user to be able to drag a photo to the page and what it apears on the page in the browser (no upload fancy but just customer data)

    and also a button 'Download' but also using data (I won't use of node.js or any database for this project).

    can someone help me with a simple script for that? found a lot of scripts but all the required databases, I just want to keep things simple.

    then just a picture of snow from desktop to the browser and let that attend a div,.

    and an entry button to upload a photo and let that attend a div.

    local all simple.

    I'd like to hear a response.

    -Rob

    I made a model for drag drop download.

    Drag a picture on the box and it will appear in the browser.

    Demo: http://boermancrossmedia.nl/edgedragupload/dragdrop_file_upload.html

    Download a file and model: https://app.box.com/s/sl49v3fs0r0drqm2ix23

    Free to use.

    Maby preran, you can use it for the help page & tutorial?

  • How to create the Table using the column Drag and Drop feature

    Hello:
    I'm new to Data Modeler tool Oracle SQL dev and would like to know if there is a way to create a new table by reusing existing columns or groups of columns. The idea is to maintain consistency and save time of table design. If the columns created previously can be reused and require, drag and drop column in the right pane, then only new columns must be created manually.

    Any thoughts on this will be appreciated.

    Thank you!

    Yes - just change the name of the model table in the script (t_name = "table_template") then save this new transformation for later use.

    I don't know how to apply only some of the tables. Seems like something you could do to a secondary view level?

    Perhaps someone else on the forum can advise how to change the script to work on a subview only instead of the whole model.

  • R dragProxy in component built-in list drag / drop functionality

    Hello

    I use the integrated drag & drop feature of the list item. Everything works well except one thing. The itemRenderer I use in my list contains several TextInput which can be completed by the user. The problem is when I drag an itemRenderer to reorder my list the dragProxy to the itemRenderer does not show the text I enter the TextInput. It shows the original state of my itemRenderer.

    Is it possible to update the dragProxy in order to take account of the changes made to the itemRenderer?

    Thank you!

    Matetnic

    If editable = true, the user's changes must be recorded in the dataprovider to the operation started dragging.  The dragproxy makes everything that lies in the dataProvider

    Alex Harui

    Flex SDK Developer

    Adobe Systems Inc..

    Blog: http://blogs.adobe.com/aharui

  • How to scan multiple pages to a pdf file using the PIXMA MG7520 on Windows 8.0? Help, please!

    I recently got a PIXMA MG7520 for a gift.  It works very well with my laptop / Tablet lenovo under Windos 8.0.  The only downside for the HP all-in-one it replaced is that she doesn't have an ADF.  That being said, there must be a way to scan multiple pages into a pdf file.  I need help to understand the thing.  Thanks in advance!

    Hi mdtolbert54,

    There is a program that comes with the printer called the IJ Scan Utility that can help you with scanning multiple pages in a single PDF document.  To do this, please follow these steps:

    1. on your keyboard, press the Windows key.

    2 start typing IJ SCAN UTILITY. The search window opens while you type. Once the UTILITY SCAN IJ is displayed, select and open it.

    3. in the Scan from Canon IJ utility window that opens, click SETTINGS... at the bottom right of the window. The settings dialog box is displayed.

    4. click on the SCAN of DOCUMENT option in the left pane of the window.

    5. in the SAVE the SETTINGS in the window section, you select the recording format and the location of the document you are about to analysis.

    (a.) in the FILE NAME field, specify the name you want to give the file. By default, the file name will begin with IMG; You can remove IMG and change it to anything you want to name the file.

    b.) b.) in the field of DATA FORMAT, use the arrow menu drop-down to select PDF (Multiple Pages).

    (c.) in the field RECORD in, please go to the area where you want the file to be saved once it is scanned in. By default, the file will be saved in the MY DOCUMENTS folder.

    6. once all settings have been selected, click on the OK button at the bottom of the window to save the changes. The IJ Scan Utility main screen is displayed.

    7. click the DOCUMENT button. Housing starts scanning. Click CANCEL to cancel the scan if necessary. Scanned documents are saved in the location of the selected folder previously specified in the SETTINGS... window.

    If you find that you need to analysis advanced options such as setting resolution, brightness, contrast, saturation, balance colors, etc. in addition to the options selected above, please click the SCANGEAR button on the utility main screen Scan of IJ, then adjust the necessary elements.

    Once the above parameters are set for the scanning of documents, in the future, you need only launch the utility of digitization of IJ, then press the PAPER button for the analysis (unless you want to make changes to the settings).

    I hope this helps!

    It has not responded to your question or problem? Please call or write us using one of the methods on the page contact us for further assistance.

  • Drag / drop does not work in external SWF?

    Hi all

    I am currently a TA for a Flash course at my school.  We are using AS 2.0 and external SWF.

    I think it could be very simple to remedy.  Well, at least I hope!

    A student is wrong with drag & drop functionality when used in an external SWF.  In fact, in our drag & drop section, we have a sheet of paper ('book' MC) and an object drag us in it ('object' MC).  When the object is released in the paper area, we go to frame 2 of the 'paper' MC, who therefore has an animation.

    It works very fine and dandy in the said drag & drop section, but once the section drag & drop is loaded into our main SWF via a space reserved MC, the feature drag - move no longer works.

    Here's the URL for the section drag & drop by itself:

    http://www.phayzed.com/Flashkit/drag_for_animation.swf

    and here's the URL for the main SWF, that loads the drag & drop SWF into a movieclip and forced to work incorrectly:

    http://www.phayzed.com/Flashkit/main.swf

    Here is the code on the draggable object ("object" MC):

    on (press) {
            startDrag (this, true);
    }
    on (release) {
            stopDrag ();
            if (this._droptarget == "/paper") {
                    _parent.paper.gotoAndStop(2);
                    _parent.object._visible=false;
    ;
            }
    }
    
    
    

    If we need more info, I'm ready to download the two FLA files.   Although, something tells me it's a simple problem to solve.

    For any help, thank you very much!

    See you soon
    T

    with as2, you need to convert that code to archaic as1:

    on (press) {
            startDrag (this, true);
    }
    on (release) {
            stopDrag ();
            if (eval(this._droptarget) == _parent.paper) {
                    _parent.paper.gotoAndStop(2);
                    _parent.object._visible=false;
    ;
            }
    }
    
    
    
  • Drag & Drop and start

    After the Fusion 8 upgrade, I noticed that I can not drag and drop between Windows7 and MacOS (10.10.5)

    MORE when I run Merge (automatic start of Windows), NOW I get a "Windows is not stopped... successfully." "whenever I start, even if operating manual.

    I did nothing else than to pay and install the upgrade of Fusion 8.1

    I'd like to go back the way it was... drag & don't drop between Windows and Mac... no error starting Windows... suggestions?

    Thought of her old post on a similar problem.

    Once the update of Fusion to the 7 8 tools VMWare had to be installed... Once installed the two drag & drop began work and error starting Windows stopped... would have been nice to know to reinstall the VMWare Tools.

  • How can I solve very slow scrolling with the mouse when you press the command key? (MacBook Pro, Lion, no problem when using trackpad, no problem with other web browsers, other mice have the same problem)

    Scrolling speed is fine, but when you press the command key and then it becomes very slow.

    He does it with a mouse, but not with the trackpad.
    It does when the modules are disabled.
    No problem on Safari or Chrome.
    No problem on PC.

    I think it all started when I went form a MacBook with Snow Leopard on a MacBook Pro with Lion.

    Any help would be much appreciated.

    Thanks in advance!

    You use the mouse wheel to scroll?

    There are some prefs mousewheel, which control the behavior when you press the modifier keys.

    You can set the key to the action of each to 0 for normal scroll.

    See http://kb.mozillazine.org/About:config_entries #Mousewheel.

  • I have somehow added a splitter to my browser screen. When I open firefox there are 2 screens with separate scroll bars. I do not use the add on feature that allows the separation of the screen. I can't find a command to remove the 2nd screen.

    The left side of my browser's screen has a screen separate with its own scroll bar. I can use the cursor to draw this screen to halfway to the right. It has a separate web page as the main window. I can't find a command to remove it. I had a yahoo toolbar, I thought that may have been involved.

    You can open a Web site in the sidebar.

    Opening in the sidebar is the default value for the bookmarks created via a link or a button on a Web site.

    You can view the properties of a bookmark using the context menu in the side bar (Ctrl + B; Cmd + B on Mac).

    In the Bookmark Manager (Bookmarks > show all bookmarks) you can click on the button more in the lower details pane on the right.

    Make sure "Load this bookmark in the sidebar" is not selected.

  • When I get an email, according to windowsmail with attachments, I can't file attachments by using the file command menu

    original title: impossible to file attachments in mail

    Hello; I'm with family Vista premium and windows mail as a messaging system. I was with IE8, and now I've migrated to IE9.

    When I get an email, under windowsmail with attachments, I can't file attachments by using the file command menu. This option is blocked. Under windows mail, I went to tools, options, security and made sure that: Let not the attachments which are unsecured... box be deselected. It makes no difference, and I still can't save attachment like this; I CAN SAVE BY CLICKING and opening the attachment and save it but it is not satisfactory that I can't save the attachment by using the file command menu.

    Can you help me please?

    IE9 is certainly the culprit and there is more questions. I know that some MVPs have contacted their MS threads about it and even received no answer.

    My guess is that MS will not address this issue. Do not forget that the development team of Windows Mail is dissolved by the MS in June 2006. (Yes, while Vista was still in beta). I seriously doubt they care.

  • Using the command telnet with groups of objects

    I'm upgrading from a PIX production to 6.2 (2) and will be converting the configuration to use the names and groups of objects.

    Documentation for the object-group deals with their use in ACLs, I wonder if they can also be used in the telnet command.

    Old config example:

    Telnet 10.0.0.0 255.0.0.0 inside

    Telnet 172.16.35.22 255.255.255.255 inside

    Telnet 172.16.35.23 255.255.255.255 inside

    Telnet 172.23.16.138 255.255.255.255 inside

    Telnet 172.23.16.141 255.255.255.255 inside

    Telnet 172.23.20.100 255.255.255.255 inside

    Telnet 172.23.20.101 255.255.255.255 inside

    Telnet timeout 10

    Example of config suggested:

    Telnet NET-Inside_10 255.0.0.0 inside

    Telnet-group of Support_TelecomTeam objects inside

    Telnet-group of Support_SecurityTeam objects inside

    Telnet-group of SNMP_Servers objects inside

    Telnet timeout 10

    Please let me know if you have tried with telnet that I don't have access to a laboratory PIX to test this option.

    Thank you!

    Jennifer

    Good idea, but unfortunately, groups of objects are valid for use in access lists.

    Scott

Maybe you are looking for