Why can't we create a folder with the name "con" or "prn"? __we can do only by using back!

I tried this on Xp, Vista and win7 and still the same result
I can't name a folder with the name "con" or "prn".

THX

These are reserved for the console and the printer devices MS-DOS names.  Files or folders that these names does not have the Windows file system. Boulder computer Maven
Most Microsoft Valuable Professional

Tags: Windows

Similar Questions

  • Why we cannot create a folder with the name con

    Hello Sir,

    I wan't to know the reason for why we cannot create or rename a folder with the name "con" as the other folder names. But I know that we can create this type of file using cmd.
    Thank you.
    Mihir Mani prasad

    CON is a reserved word and cannot normally be used as a folder name.  This also applies to: PRN, to THE, NUL, COM1, COM2, COM3, COM4, COM5, COM6, COM7, COM8, COM9, LPT1, LPT2, LPT3, LPT4, LPT5, LPT6, LPT7, LPT8, and LPT9.

  • srvrmgr syntax: How can I create subsystem named with the name and Description of the values?

    Looking through the library, he did discuss are of syntax that allows you to include the value of name and the named value of the Description of a subsystem/Profile Configuration.  In the screenshot, the circled values were created with the server online order Manager.

    NamedSubsystems.gif

    On the other hand, pouvez create a definition of the element with a name (full name) and a Description.

    For CompDef, it works:
    create the CompDefTest1_enu component definition for the type of component AppObjMgr component fins group run mode interactive full name 'Test Comp Def Test 1' description 'Test 1 CompDef Manager object.

    For named Subsytem, it does NOT work:
    create named subsystem Test5 subsystem EAITransportDataHandlingSubsys full name 'Test 5' description 'Test 5 Description'

    Someone can tell me if there is a good for a named subsystem, syntax to include the name and Description of the values in the command line, or is the only way to create it manually in the UI?

    Hello

    I spent reviewing aid to create the order in srvrmgr, it does not give the full name and description as parameters for the creation of subsystem. However, as you noted these settings are available for creating components definition:

    srvrmgr > help to create

    Create {component group | compgrp}

    [full name: ]

    [{description | desc} ]

    create {definition component: compdef}

    for {component type | comptype}

    {Component group | compgrp}

    run in mode {batch | interactive | background}

    [full name: ]

    [{description | desc} ]

    [with [ param =[, =...]]]

    [[fixparam =[,...]]]

    create the subsystem named for

    subsystem with = [,...]

    Shelf also has an example of creation of subsystem that doesn't include no description, name and first name:

    http://docs.Oracle.com/CD/E14004_01/books/StoreFwdMsg/StoreFwdMsg_InstallConfig14.html#wp1351472

    In this case I suggest that allows you to create a ticket on My Oracle Support to confirm this srvrmgr does not support the creation of a new subsystem with the full name and description settings and request an enhancement for these settings include request in create statement for new subsystems when using srvrmgr.

    It will be useful,

    WSiebel

  • create new tab with the name of the pass and the data type of the tab & ranks on the b tab

    Hello

    I'm really struggling with this.
    Have two tables A and B
    A is a table with columns, tag_label, tag_colmn code
    -------------------------------------------------------------
    CODE | TAG_LABEL | TAG_COLMN_NAME
    -----------------------------------------------------------
    023. Registration | CHAR_TAG1
    023. Contract number | NUM_TAG1
    023. Agency | NUM_TAG2

    B is an operating table with code, CHAR_TAG1, CHAR_TAG2, NUM_TAG1, NUM_TAG2...
    ----------------------------------------------------------------------------------------------------------------------------
    CODE | CHAR_TAG1 | CHAR_TAG2 | NUM_TAG1 | NUM_TAG2......
    ----------------------------------------------------------------------------------------------------------------------------
    023. 420/09 | -- || 100023 | 1002
    021 | -- || 400030 | -- || --
    023. 450/10 | -- || 100025 | --


    I need to create a dynamic new table or view C from these two with
    ----------------------------------------------------------------------------------------------------------------------------
    CODE | REGISTRATION | CONTRACT NUMBER | AGENCY NUMBER
    ----------------------------------------------------------------------------------------------------------------------------
    023. 420/09 | 100023 | 1002
    023. 450/10 | 100025 | --

    That's when my Jdeveloper, I will be able to get a view with table C object.
    If you see C, there new column names, derived from the Tag_label of the table A column names and the lines are filled with the values from table B corresponding to the tag_column_name of the column of table A

    Is it possible to do so. This is very important because it is the main part of my project and I'm stuck on this.

    Kind regards.

    Published by: user10264958 on August 21, 2010 22:28

    Try this:

    CREATE OR REPLACE PROCEDURE MAKE_VIEW
    IS
        L_SQL VARCHAR2(32767);
    
        TYPE A_TAB_TYP IS TABLE OF A%ROWTYPE;
        A_TAB A_TAB_TYP;
    
        L_COMMA varchar2(10);
    BEGIN
        SELECT * BULK COLLECT INTO A_TAB FROM A;
        IF SQL%NOTFOUND THEN
            RAISE_APPLICATION_ERROR( -20999, ' Table A is empty ' );
        END IF;
        L_SQL := 'CREATE OR REPLACE VIEW C AS SELECT';
    
        L_COMMA := ' ';
        FOR I IN A_TAB.FIRST .. A_TAB.LAST
        LOOP
            L_SQL := L_SQL || L_COMMA;
            L_SQL := L_SQL || A_TAB( I ).TAG_COLMN_NAME ||
                  ' "' || A_TAB( I ).TAG_LABEL || '" ';
            L_COMMA := ',';
        END LOOP;
        L_SQL := L_SQL || ' FROM B WHERE ';
    
        L_COMMA := ' ';
        FOR I IN A_TAB.FIRST .. A_TAB.LAST
        LOOP
            L_SQL := L_SQL || L_COMMA;
            L_SQL := L_SQL || A_TAB( I ).TAG_COLMN_NAME ||
                  ' IS NOT NULL ';
            L_COMMA := ' OR ';
        END LOOP;
        EXECUTE IMMEDIATE L_SQL;
    END MAKE_VIEW;
    
    DROP VIEW C;
    EXECUTE MAKE_VIEW;
    
    SELECT * FROM C;
    
     DROP VIEW C succeeded.
    anonymous block completed
    Registration AGREEMENT NUMBER       Agency
    ------------ ---------------------- ----------------------
     420/09      100023                 1002
    450/10       100025                                        
    
  • When I download anything to my office why can I only open using firefox

    I constantly save to my desktop. When I try to open another file, site, article etc I can only open it if I right click and open with Firefox

    You save web pages (Save Page as...), or they are other types of files?

    If you double-click the file, nothing happens?

    And if you right click and use Open (without specifying Firefox), nothing happens?

  • Create a folder with subfolders named structure

    I have a script that creates a project with a series of subfolders folder:

    The first step is to

    Tell application "Finder".

    text returned jobFolder value (display dialog "enter a working folder name:" default of answer "XYZ123 Customer_Project")

    This opens a dialog box where I enter the name of the project and client etc. This creates a folder with the same specific name.

    It then creates a folder in the call of the output files

    make new folder to the newfo to the properties {name: "output files}

    In the output files folder it then creates a folder with the same name as the name of the original folder "XYZ123 customer Name_Project" (or whatever it is I named it at the initial stage.)

    make new folder at the exit with properties {name: jobFolder}

    I'd like to create this folder with {name: jobFolder} + name of the printer

    for example;

    XYZ123 client Name_Project PRINTER_A

    XYZ123 client Name_Project PRINTER_ B

    XYZ123 client Name_Project PRINTER_ C

    Is this possible? Tips appreciated.

    Use the following code:

    make new folder at the exit with properties {name: jobFolder & 'PRINTER_A'}

    (138871)

  • Stack the images in layers with the name of the layer

    Hello

    One allows to stack several images in layers of a particular folder with the name of the layer.

    Example:

    I have 3 layers, and each layer is referred to as a1, a2, and a3. I need a script to take a1 file from a folder (to office) and places it in the layer of a1 and the same need to repeat for the rest.

    So I'll get image layer a1 a1, a2 image layer in a2...

    Thanks in advance

    Does that help?

    replace the layers of a certain name with

    2014, use it at your own risk.

    #target "photoshop - 70.032»

    If (app.documents.length > 0) {}

    Download the file;

    Var folder = Folder.selectDialog ("select folder");

    If (Folder) {var uses = theFolder.getFiles (/ \.)} (jpg) | TIF | EPS | {(psd) / $i)};

    var theseFiles = new Array;

    for (var n = 0; n)< thefiles.length;="" n++)="">

    theseFiles.push ([uses [n].name.match (/(.*)-.)]) [ ^\.] (+_$/) [1], theFiles [n]])

    };

    Here are the files;

    If (theseFiles.length > 0) {app.activeDocument.suspendHistory ("replace", "main()")};

    };

    ////////////////////////////////////

    int main() {}

    the file;

    var originalUnits = app.preferences.rulerUnits;

    app.preferences.rulerUnits = Units.PIXELS;

    myDocument var = app.activeDocument;

    get the number of layers;

    Var ref = new ActionReference();

    ref.putEnumerated (charIDToTypeID ("Dcmn"), charIDToTypeID ("Ordn"), charIDToTypeID ("Trgt"));

    var applicationDesc = executeActionGet (ref);

    var number = applicationDesc.getInteger (stringIDToTypeID ("numberOfLayers"));

    treat the layers;

    var theLayers = new Array;

    for (var m = 0; m<= thenumber;="" m++)="">

    try {}

    Var ref = new ActionReference();

    ref.putIndex (charIDToTypeID ("Lyr"), m);

    var layerDesc = executeActionGet (ref);

    var layerSet is typeIDToStringID (layerDesc.getEnumerationValue (stringIDToTypeID ("layerSection")));.

    isBackground var = layerDesc.getBoolean (stringIDToTypeID ('background'));

    If the layer group not collect values;

    If (layerSet! = "layerSectionEnd" & layerSet! = "layerSectionStart" & isBackground! = true) {}

    theName var = layerDesc.getString (stringIDToTypeID ('name'));

    theID var = layerDesc.getInteger (stringIDToTypeID ('layerID'));

    theLayers.push ([theName, theID])

    / * If (theName == searchName) {}

    var boundsDesc = layerDesc.getObjectValue (stringIDToTypeID ('bounds'));

    Top var = boundsDesc.getUnitDoubleValue (stringIDToTypeID ('top'));

    var theLeft = boundsDesc.getUnitDoubleValue (stringIDToTypeID ('left'));

    var theWidth = boundsDesc.getUnitDoubleValue (stringIDToTypeID ('width'));

    var theHeight = boundsDesc.getUnitDoubleValue (stringIDToTypeID ('height'));

    Var Center = [theLeft theWidth/2, Top + theHeight/2];

    selectLayerByIndex (m, false);

    theArray.push ([myDocument.activeLayer, Center, theWidth, theHeight])

    };*/

    };

    }

    catch (e) {};

    };

    ////////////////////////////////////

    for (var o = 0; o)< thelayers.length;="" o++)="">

    var thisLayer = theLayers [o];

    for (variety p = 0; p)< thesefiles.length;="" p++)="">

    {If (theseFiles [p] [0] == {thisLayer [0]})}

    selectLayerByID(thisLayer[1],false);

    var removeLayer = myDocument.activeLayer;

    var theBounds = removeLayer.bounds;

    var theSO = placeScaleRotateFile (theseFiles [p] [1], 0, 0, 100, 100, 0);

    If (Number(theBounds[0]) == 0 & Number(theBounds[2]) == 0) {}

    else {removeLayer.remove ;})

    }

    }

    };

    restoration;

    app.preferences.rulerUnits = originalUnits;

    };

    by mike hale, through paul riggott.

    http://forums.Adobe.com/message/1944754#1944754

    function selectLayerByIndex (index, add) {}

    Add = undefined? Add = false: Add

    Var ref = new ActionReference();

    ref.putIndex (charIDToTypeID ("Lyr"), index);

    var / / desc = new ActionDescriptor();

    desc.putReference (charIDToTypeID ("null"), ref);

    If (Add) desc.putEnumerated (stringIDToTypeID ("selectionModifier"), stringIDToTypeID ("selectionModifierType"), stringIDToTypeID ("addToSelection'));

    desc.putBoolean (charIDToTypeID ("MKV"), false);

    try {}

    executeAction (charIDToTypeID ("slct"), desc, DialogModes.NO);

    } catch (e) {}

    Alert (e.message);

    }

    };

    based on the code from mike hale, through paul riggott.

    function selectLayerByID (id, add) {}

    Add = undefined? Add = false: Add

    Var ref = new ActionReference();

    ref.putIdentifier (charIDToTypeID ("Lyr"), id);

    var / / desc = new ActionDescriptor();

    desc.putReference (charIDToTypeID ("null"), ref);

    If (Add) desc.putEnumerated (stringIDToTypeID ("selectionModifier"), stringIDToTypeID ("selectionModifierType"), stringIDToTypeID ("addToSelection'));

    desc.putBoolean (charIDToTypeID ("MKV"), false);

    try {}

    executeAction (charIDToTypeID ("slct"), desc, DialogModes.NO);

    } catch (e) {}

    Alert (e.message);

    }

    };

    place.

    function placeScaleRotateFile (file, x_offset, decalage_y, theXScale, theYScale, theAngle) {}

    // =======================================================

    var idPlc = charIDToTypeID ("Plc");

    var desc5 = new ActionDescriptor();

    var idnull = charIDToTypeID ("null");

    Desc5.putPath (idnull, new (file));

    var idFTcs = charIDToTypeID ("CIE");

    var idQCSt = charIDToTypeID ("QCSt");

    var idQcsa = charIDToTypeID ("Qcsa");

    Desc5.putEnumerated (idFTcs, idQCSt, idQcsa);

    var idOfst = charIDToTypeID ("Ofst");

    var desc6 = new ActionDescriptor();

    var idHrzn = charIDToTypeID ("Hrzn");

    var idPxl = charIDToTypeID ("#Pxl");

    desc6.putUnitDouble (idHrzn, idPxl, x_offset);

    var idVrtc = charIDToTypeID ("Vrtc");

    var idPxl = charIDToTypeID ("#Pxl");

    desc6.putUnitDouble (idVrtc, idPxl, decalage_y);

    var idOfst = charIDToTypeID ("Ofst");

    Desc5.putObject (idOfst, idOfst, desc6);

    var idWdth = charIDToTypeID ("Wdth");

    var idPrc = charIDToTypeID ("#Prc");

    Desc5.putUnitDouble (idWdth, idPrc, theYScale);

    var idHght = charIDToTypeID ("Hght");

    var idPrc = charIDToTypeID ("#Prc");

    Desc5.putUnitDouble (idHght, idPrc, theXScale);

    var idAngl = charIDToTypeID ("Marko");

    Bryan var = charIDToTypeID ("#Ang");

    Desc5.putUnitDouble (idAngl, Bryan, theAngle);

    var idLnkd = charIDToTypeID ("Lnkd");

    Desc5.putBoolean (idLnkd, true);

    executeAction (idPlc, desc5, DialogModes.NO);

    Return app.activeDocument.activeLayer;

    };

  • I can't see changes in a folder unless I go up a level and then re-enter folder, for example, create new folder, rename the folder, rotate the image etc. Can someone please?

    I do not see changes within a folder, except if I go up a level and then again enter the folder, for example, create new folder, rename the folder, rotate the image, etc..

    By pressing the "F5" key would probably be to refresh the folder.

    See if this article helps you with this problem:

    "List of the files in the Windows Explorer folder is not refreshed after that you create, move, or delete files"
      <>http://support.Microsoft.com/kb/823291 >

    HTH,
    JW

  • My Hotmail has recently begun to generate drafts and get into my project folder with the title 'unknown '? Someone knows why?

    WINDOWS HOTMAIL

    My Hotmail has recently begun to generate drafts and get into my project folder with the title 'unknown '?  Someone knows why?

    Any Hotmail questions belong to http://windowslivehelp.com/product.aspx?productid=1

  • I can create it but not the NAME of a new folder... any suggestions? Vista SP2 Marty

    I can create it but not the NAME of a new folder... any suggestions?  Or as the administrator or user, even when the user is an administrator.  GACK!  This is new behavior, week or two...  Vista SP2 Marty

    Hi Marty_McGrath,
     
    I suggest that you want to run the file system (CFS) Checker scan that might help you to solve the issue.
    To determine if the problem you are experiencing is caused by one or more system files that are used by Windows Vista, run the System File Checker tool. The System File Checker tool analyzes the system files and replaces incorrect versions of system files by using the correct versions.

    To determine if the problem you are experiencing is caused by one or more system files that are used by Windows Vista, run the System File Checker tool. The System File Checker tool analyzes the system files and replaces incorrect versions of system files by using the correct versions.

    To run the System File Checker tool, follow these steps:

    1. Click Start and type cmd in the box start the search.
    2. right click on cmd in the list programs and then click Run as administrator.

    If you are prompted for an administrator password or a confirmation, type your password or click on continue
    3. at the command prompt, the following line, and then press ENTER:
    sfc/scannow

    When the analysis is complete, test to see if the problem you are experiencing is resolved. If the problem you are experiencing is not resolved, use the procedure that is described in the section "the System Restore tool.

    Follow the instructions in the link below for more information on scan SFC.
    http://support.Microsoft.com/kb/936212/

    Check whether the problem is resolved.

    If this does not work, you can try to create the new user account by following the instructions in the link below and check if it works.

    Difficulty of a corrupted user profile
    http://Windows.Microsoft.com/en-us/Windows-Vista/fix-a-corrupted-user-profile

    Please post back and let us know if it helped to solve your problem.

    Kind regards
    KarthiK TP

  • How can I select the files in a folder with the help of a list with the files you want and after that rename only the files using another list with desired new names?

    How can I select the files in a folder with the help of a list with the files you want and after that rename only the files using another list with desired new names?

    I have only:
    D: / images (where are necessary + not need files)
    -a list with only the necessary files
    -a list with new names for the files needed
    Thank you.

    Hi Pustiu,

    Thanks for posting in the Microsoft Community.

    You want to know how to select the files in a folder using a list with the files you want and after that rename only the files using another list with desired new names.

    I would have you post your query in the TechNet forums because it caters to an audience of it professionals.

    Your query will be better addressed there.

    Check out the link-

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

    We know if you need help. We will be happy to help you. We, at tender Microsoft to excellence.

    Thank you.

  • I created a project with the first 14 and now subscribed elements trial version. However, when I open it there still the band "created with the trial version...". "in the middle of the page. How can I get rid of this?

    I created a project with the first 14 and now subscribed elements trial version. However, when I open it there still the band "created with the trial version...". "in the middle of the page. How can I get rid of this?

    SAMT

    Removal of watermark Adobe Premiere elements 14 test of the project file... Open the project file of 14 trials in 14 items purchased and then first Expert rendered workspaceTimeline Menu/delete the files. Then restore the timeline content.

    You can not remove the watermark from Adobe to an export of the trial even after you bought the product.

    Some of us have found that just opening the project of tryout in removes it from Premiere Elements purchased the Adobe watermark. Determine the way that works for you.

    Please let us know if everything above worked for you.

    Thank you.

    RTA

  • How can I synchronize the folder with the dng files original with the lightroom folder, where I've renamed the photos

    My drive hard extern lost all of a folder with pictures of wedding in it. I woked on the .dng files, renamed them and does in jpg format. This morning I couldn't find the folder with the original and jpg files more. So I have the original images in my backup hard drive. My question is, as I've renamed them and in the folder that I took of the backup folder, they still have the original name, I don't know how their synchronization.

    Hi gabyl,

    You can try to rename the original files on your back upward and convert to DNG so and link them to the missing images as a result of the article.

    Adobe Photoshop Lightroom Help | Locate missing photos

    Adoeb DNG converter:

    Windows: https://www.adobe.com/support/downloads/product.jsp?product=106&platform=Windows

    Mac:Adobe - Adobe Camera Raw and DNG Converter: for Macintosh

    Concerning

    Sarika

  • I payd with my credit card for the CC costumes... why can I only download trial versions?

    I payd with my credit card for the CC costumes... why can I only download trial versions?

    Hi APS investment.

    I checked your account and I see that you have subscribed for the creative cloud for teams in which you have a license that you have assigned to the same Adobe ID, but the invitation is still not accepted.

    In order to activate the license, please accept the invitation of your receipt for the same email, then sign on the CC from Adobe and reconnect.

    Sign in, sign out | Creative office cloud app

    Kind regards

    Sheena

  • How can I create a query with the data control to the web service?

    I need to create a query with the order of web service data, WSDL, it is query operation, there is a message of parameter with possible query criteria and a return message contains the results. I googled but can't find anything on the query with the web service. I can't find a criterion "named" to the data control of web service as normal data control. Blog of Shay, I saw the topics on the update with the data of web service command. How can I create a query with the data control to the web service? Thank you.

    Hello

    This might help

    * 054.     Search form using control data WS ADF and complex of entry types *.

    http://www.Oracle.com/technetwork/developer-tools/ADF/learnmore/index-101235.html

Maybe you are looking for

  • I can't get Shockwave to work

    I got a new iMac a couple of weeks. Play the games through sport fish, but now I have several games that do not work. Sport fish online support tells me that I need the latest version of Shockwave and Flash. Flash seems to work very well, but not Sho

  • Why the address bar does not appear?

    It has disappeared from my start page

  • PSC 1610 began to print images of small size

    When you try to print a picture this morning the printed image is greatly reduced in size, about 2 "x 3". To the best of my knowledge, we did nothing else by stopping last night. This e-machine, running windows XP and printer led major for two years.

  • Qosmio x 500 10 - bluetooth problem

    Ok... (1) to the HD format and installed Windows 7 Home Premium 64. (2) downloaded 64-bit bluetooth stack (last version) (3) I tried both phones pairings and headphone - only WILL NOT PAIR. produces all kinds of errors "device is not ready". (4) pair

  • Cannot print on hp6500 wireless printer, documents are in the queue but does not print

    have that wont print hp6500 wireless printer. I have 17 documents in the queue and it does nothing. I unplugged my net gear and started upward and still nothing