Command-line parameter won't work

I am trying to use the oraxsl command-line processor to pass a parameter to a stylesheet. All the examples I have found for this format (courtesy of Steve Muench in various mailing lists) show the same format I am using (i.e. oraxsl -p name="Steve" datadoc.xml transform.xsl),
yet the processor invariably replies "oraxsl: Missing <param list> after -p". To which I can only reply, "There are none so blind as those who will not see." I'm using Windows XP. Has anyone else had a similar experience?

I have that problem using the XML Java route. The code works but the <xsl:parm name="p"/> does not get populated with the value passed on the querysttring of th ecalling jsp.
If i hard code the value of p with text then the xslt runs properly.
I will try the oracle command line function and see what it does as I did not know about it until today.

Similar Messages

  • Command Line Parameter in File Adapter in SAP PI

    Hi
    Can any body explaine me what is the purpose of 'Command Line' parameter in File Adapter (Sender/Receiver).
    Regards,

    Hi,
    Refer below two links for more help!
    SAP XI File Adapter OS Command Line Feature     
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/xi/sapXIFileAdapterOSCommandLine+Feature
    More with the File Adapter      
    https://www.sdn.sap.com/irj/scn/wiki?path=/display/xi/morewiththeFileAdapter
    Regards,
    Jilan

  • Password not to be a command line parameter within scripts

    Hi,
    We have a few batch programs wherein the database passwords are stored as a command line parameter in an environment variable script.
    But the customer wants to avoid this.
    What are the options of storing password externally but which should be accessible to the batch programs.
    Please advise.
    Regards,
    Narayan

    user7202581 wrote:
    Hi,
    We have a few batch programs wherein the database passwords are stored as a command line parameter in an environment variable script.
    But the customer wants to avoid this.
    What are the options of storing password externally but which should be accessible to the batch programs.
    Please advise.
    Regards,
    Narayan
    Might solution depend upon OS name & version?
    Might solution depend upon Oracle version (to 4 decimal places)?
    Might solution depend upon where script file resides on DB Server or remote client system?
    Yes, options exist, but I refuse to speculate based upon total & complete lack necessary details.
    How do I ask a question on the forums?
    https://forums.oracle.com/message/9362002#9362002

  • HT1937 Hi . I am using a carrier that is not listed in my country which is Saudi Arabia and I'm using Mobily line it won't work with me ..what should I do ?

    Hi . I am using a carrier that is not listed in my country which is Saudi Arabia and I'm using Mobily line it won't work with me ..what should I do ?

    Contact that carrier's technical support people.  It sounds like your issue is with that specific carrier, so only they will be able to help you make a particular device work on their network.
    P.S. if you mean you bought a phone from Mobily and are trying to use it with another carrier, you cannot.  A mobily phone will be locked to mobily, and according to Apple's list, they do not offer unlocking of their iPhones (http://support.apple.com/kb/ht1937).

  • Simple command line parameter does not seem to work; options?

    All,
    I asked an earlier question about getting an application (Olyvia) to work as a remote app.  Specifically, we were having issues with it not wanting to run for more than one user at a time.
    I found that I needed to add the "-m" (multi-user switch) to enable it to run for more than one user at a time.  I tested this by logging on to the server by two different people, bringing up a command prompt, and adding the "-m"
    to execute line.  so, "xvViewer.exe -m"  Worked great.
    Unfortunately this solution does NOT work when setting the same "-m" option in the command line parameters "Always use the following command line parameters"
    I do note that the published app name is Olyvia, but the actual application file is "xvViewer" and is called an "alias."  I'm wondering if the parameter is not being passed to the actual executable?
    Am I going to have to create a vbscript/powershell/whatever that calls the executable with the correct parameter and publish that script instead?
    Thanks,
    GeoffW

    Hi,
    Generally by passing the command line it must work but if for any specific application you are facing any error then you can try for the script\batch file and then publish as RemoteApp and check the result.
    Thanks.
    Dharmesh Solanki
    Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Desktop command line parameter problem

    We have just completed an upgrade from Discoverer 4i to 10g. We use the desktop version installed on a windows 2000 terminal server to run a batch file nightly (using the windows task scheduler to call the batch file). This runs the reports, then exports them in xls format to a public directory. During my testing I installed the 10g desktop version on my win xp machine to test the command line capabilities - we have about 50 reports that run nightly, and everything ran fine. Now I have installed the 10g Desktop and Admin versions on the terminal server, and need to use this new version to run the reports nightly. I did the install as an admin, and I am running the scheduled task as an admin. The reports are failing, complaining about the parameter values. With the exception of the path to the dis51usr.exe file, I'm using the exact same command line on my pc as I'm using on the terminal server.
    Here's the command line I'm using on my pc, which runs fine:
    c:\oracle\BIToolsHome_1\bin\DIS51USR.EXE /connect it_reports/password@prod /opendb "Order Shipments" /parameter "From Date" "01-APR-2006" /parameter "To Date" "30-APR-2006" /parameter "Sales Territory" "North America" /export xls "\\docserve\rhonda\Discoverer\DiscovererReporting\SalesReporting\North America\Order Shipments Apr 2006.xls" /batch
    Here's the command line I'm using on the terminal server:
    d:\oracle10g\BIToolsHome_1\bin\DIS51USR.EXE /connect it_reports/password@prod /opendb "Order Shipments" /parameter "From Date" "01-APR-2006" /parameter "To Date" "30-APR-2006" /parameter "Sales Territory" "North America" /export xls "\\docserve\rhonda\Discoverer\DiscovererReporting\SalesReporting\North America\Order Shipments Apr 2006.xls" /batch
    This fails, with the following noted in the log file:
    4/25/2006 1:54:09 PM
    d:\oracle10g\BIToolsHome_1\bin\DIS51USR.EXE /connect it_reports/password@prod /opendb Order Shipments /parameter From Date 01-APR-2006 /parameter To Date 30-APR-2006 /parameter Sales Territory North America /export xls \\docserve\rhonda\Discoverer\DiscovererReporting\SalesReporting\North America\Order Shipments Apr 2006.xls /batch
    Invalid value "From Date" for parameter "01-APR-2006"
    Invalid value "To Date" for parameter "30-APR-2006"
    Invalid value "Sales Territory" for parameter "North America"
    4/25/2006 1:54:10 PM
    I've been trying to figure this out for a couple of days now. Just got my copy of the new Discoverer 10g Handbook in the mail today (great book, by the way!) - I was hoping it would shed some light on this problem, but I'm still stuck. I'm hoping I'm missing something really simple here, and appreciate any help I can get.
    Thanks
    Rhonda

    Hello Ott,
    Yes, I tried that, because that is what the error message indicates. I also tried using single quotes instead of double around the parameter names and/or parameter values, and using no quotes at all. The confusing thing is that the same command works on my pc installation. I have also looked at all the option settings between the 2 installations, and made sure they are the same. The only difference is the operating system - for the life of me I can't figure out why 10g would act any different than 4i installed on the same OS, or for that matter why 10g would act any different installed on XP vs Terminal Server. I've got to be missing something simple here.
    thanks
    Rhonda

  • Table of Contents page numbers on next line (solution won't work!)

    I'm having this problem where the page number for my item in the table of contents appears on the next line instead of allt he way to the right on the same line. Example:
    Chapter 1 . . . . . . . . . . . .
    4
    instead of
    Chapter 1 . . . . . . . . . . . .4
    A solution has already been posted, but it won't work for me:
    "This is simple to solve. Select the TOC entry and show the text inspector. There press the "Tab" button for the tabulator seetings. At the bottom is a list of tab stops. Select the last one with a double click and set the number to a slight lower number then the width of your TOC area is. Make sure the tab stop is for right aligning by activating the button on the right side of the tab stop list (but I think it is already). Do that for all TOC levels and don't forget to save the styles." -Frank
    When I try to do this, I type my desired tab stop in (5 in, incidentally) and then as soon as I click outside the field it reverts to the default, which is the full width of my column.
    Anyone know why this might be? Thank you!

    Just to be clear, are you trying to set you tab stop at the 5 inch mark? What is your left margin setting? I believe the tab setting is the distance from the left margin, not the actual point along the paper width. Since you said in an earlier post that you are working on a booklet, I thought perhaps your left margin + 5 may be exceeding the allowable width inside your margins.
    MacBook Pro   Mac OS X (10.4.9)  

  • Console APP - Call function based upon a command line parameter

    I am writing an extrensible console ( interactive console ) application was thinking having my application read in the command, then look up which function to use to process its parameters.
    say the command the user types is "print Hello World"
    I would just grab the first parameter, recognize it as the print command , and then call a function in my class that prints out "Hello World" to the screen.
    Instead of doing a bunch of If statement to match the first argument to a recognized command, what I would like to do is have a type of Hash table that points to the correct function to process the command.
    So.. something like :
    String cmd = console.readline( "Enter your command" ); - get the users command
    "function = HashMap.get( cmd)" - get the function out of the hashmap
    "function( parameters )" - run the function
    the prompt for another command, as long as the last command wasn't "exit"
    I would have to check to make sure the command had a function mapped to it, but with this setup, all I do is update the table when I need to add a new command. and the function( method ) that processes it.
    Thanks!

    It sounds like you're describing the Command pattern. It normally goes something like this:
    interface Command {
        Object execute(String... args);
    Map<String, Command> commands = new HashMap<String,Command>();
    commands.put("print", new Command() {
        public Object execute(String... args) {
            System.out.print(args);
    // ... and more commands
    //.. then in your command-line UI, for example:
    BufferedReader in = new BufferedReader...
    String line;
    while((line = in.readLine()) != null) {
        String[] tokens = line.split();
        Command cmd = commands.get(tokens[0]);
        String[] args = take_subarray_of_tokens_starting_at_1_I_forget_easiest_way_to_do_that(tokens);
        Object returnval = cmd.execute(args);
        // maybe you'll want to do something with return val, or maybe it should be an int more like an exit val, whatever
    }Not tested but you get the idea.

  • Work from command line but did not work from JSP call

    I have a test class that should perform Triple DES. When I run it from command line work ok, but when runs from JSP it give me an error:
    Exception:
    ======================================
    javax.crypto.IllegalBlockSizeException: Input length not multiple of 8 bytes
    put 3 check points inside the code, and run it from command line and here is the result:
    C:\Documents and Settings\salasadi\Desktop\DigitalMailer>java TDESStringEncrypto
    r 123456781234567812345678 "CID=103&A
    this is pass 3
    this is pass 1
    this is pass 2
    here is the class:
    import javax.crypto.*;
    import javax.crypto.spec.*;
    import java.security.*;
    import java.io.*;
    public class TDESStringEncryptor
    static final int DATA_STRING_LENGTH = 64;
    public static void main(String[] args)
    try
    TDESStringEncryptor enc = new TDESStringEncryptor();
    String value = enc.Encrypt(args[0], args[1]);
    System.err.println(value);
    catch (Exception ex)
    System.err.println(ex);
    public String Encrypt(String inkey, String data)
    throws Exception
    // convert key to byte array and get it into a key object
    byte[] rawkey = inkey.getBytes();
    DESedeKeySpec keyspec = new DESedeKeySpec(rawkey);
    SecretKeyFactory keyfactory = SecretKeyFactory.getInstance("DESede");
    SecretKey key = keyfactory.generateSecret(keyspec);
    Cipher cipher = Cipher.getInstance("DESede/ECB/NoPadding");
    cipher.init(Cipher.ENCRYPT_MODE, key);
    byte[] out = cipher.doFinal( padString(data).getBytes( ) );
    System.out.println("this is pass 1");
    return byteArrayToHexString( out );
    private String byteArrayToHexString(byte in[])
    byte ch = 0x00;
    int i = 0;
    if ( in == null || in.length <= 0 )
    return null;
    String pseudo[] = {"0", "1", "2", "3", "4", "5", "6", "7", "8",
    "9", "A", "B", "C", "D", "E", "F"};
    StringBuffer out = new StringBuffer( in.length * 2 );
    while ( i < in.length )
    ch = (byte) ( in[i] & 0xF0 );
    ch = (byte) ( ch >>> 4 );
    ch = (byte) ( ch & 0x0F );
    out.append( pseudo[ (int) ch] );
    ch = (byte) ( in[i] & 0x0F );
    out.append( pseudo[ (int) ch] );
    i++;
    String rslt = new String( out );
    System.out.println("this is pass 2");
    return rslt;
    private String padString( String s )
    StringBuffer str = new StringBuffer( s );
    int strLength = str.length();
    for ( int i = 0; i <= DATA_STRING_LENGTH ; i ++ )
    if ( i > strLength ) str.append( ' ' );
    System.out.println("this is pass 3");
    return str.toString();
    And here is the JSP call:
    TDESStringEncryptor encryptz = new TDESStringEncryptor();
    String cryptodata1 = encryptz.Encrypt(Keyz,cryptodata);
    Thanks

    Please use [ code ] tags when posting code.
    Please indicate the line that causes the exception.
    Please indicate what Keyz and cryptodata is.

  • I used to beable to push firefox with sccm using setup.exe from the command line , this no longer works i want to be able to have a silent install run for all,

    In the past I have always created a deployment with sccm and installed firefox.exe with the /s switch from the command line what is the new switch for silent installation ?

    hello, have you tried it with the full installers that are available at https://www.mozilla.org/firefox/all yet?

  • Verizon installed a month ago and my land line phone won't work

    Had Verizon installed in December. My old internet/phone/cable provider raised their rates so I shopped around and went with Verizon. Soon after, my cordless phone would stop working. No dial tone and if someone tried to phone me, they would get a busy signal.
    I've called Verizon several times for a fix. First replaced the line from the phone to the jack, then had a technician come out who said everything was fine. Had another tech come out and replace the battery pack in the garage. The phone will work, then go static and nothing.
    I bought a new cordless phone, bought a new corded phone, bought a dsl filter..Nothing is fixing the problem. I went outside, plugged the phone into the box, made sure the wires were snug and voila the phone works...OUTSIDE. So now Im told its an inside wiring problem and I can a) add the inside wiring maintenance plan but can't use it for 30 days. b) call a technician to diagnose and fix the problem at $91 for the first 30 minutes and $46 for every 30 minutes thereafter.
    Never had phone problems with Brighthouse. Not sure why now suddenly it's the house wiring when everything worked before Verizon. I don't have a cell phone so the land line phone is my only way of communicating. Does anyone have any tips or solutions? I feel like Im getting royally screwed here. This sucks, wish I never shopped around, wish I never switched providers.

    Verizon installed FIOS last Thursday (Jan 30).  Friday and thru the weekend I had no dial tone.  Since Verizon makes it impossible to talk with a human being, I had to email customer service.  Even telling them I'm disabled with no cell phone, never heard back until today (Monday),  Eventually went through "wifi" customer service, had on-line chat & upon informing him of my disability he said he'd immediately transfer me to get the issue fixed on Friday.  Nothing.  I called the 888 number this morning to ask for assistance.  They sent a technician out.  First tech installed to incorrect outlet (when I turn off laundry light, it turns off the back-up box, so it continually beeps).  Current tech told me to go to Radio Shack and purchase "a thing that will allow me to split the power; Radio Shack will know what I'm talking about."  Also, only one of my phones (circa 1980 model) works.   Even the cordless phones I had to purchase for Vonage no longer work.  Current tech said, "COSTCO has a great set of Vtec cordless phones that will work fine."
    When I made the request to return to Verizon I was told I could return to copper.  I specifically requested that & after research the Customer Service person told me it was still available in my neighborhood.  Yet, when 1st tech showed up, told me that was not true & I "had to go to FIOS."
    So, Verizon installed a FIOS network I did not want, REQUIRING me to purchase phones I don't need.  In fact, all of my corded phones worked just fine previous to FIOS!
    As much as I detested Vonage I'm already to leave Verizon.  Next step, Virginia Utilities Commission.
    1-800-552-7945 (for those of us outside of Richmond
    Hours:  8:15 - 5 (M-F)

  • I get an Invalid Command Line Parameter(valid parameters are "/install" and "/uninstall") when trying to open a zip file in saved locationall

    When I get an email photo from a cell phone it is saved in the download folder (which is another problem), and when I try to open it in that folder I get the above error message. I am able to open the picture in the body of the email however. I would like to save those pictures in "My Documents/Pictures."
    Thanks...WIN 7 system

    If the image is displayed in the body at the size you want, you may be able to save it using one of these approaches:
    * right-click image > Save Image As...
    * right-click (anywhere on page) > Page Info > Media tab > select image > "Save As" button
    To change your download folder, or turn on the dialog to let you choose every time, check out this article: [[Startup, home page and download settings]].
    Does that work?
    Regarding the error message in your subject line, I don't know what is causing that. Which Zip/Unzip program do you use?

  • [Solved] X Freezes When Command Line Parameter Is Added For 2bwm

    I'm currently trying to set up 2bwm with my own settings via the config.h file. Here are the changes I'm trying to change.
    ///---Colors---///
    static const char *colors[] = {"#0000FF","#7f7f7f","#7a8c5c","#ff6666","#cc9933","#0d131a","#000000"};
    ///--Menus and Programs---///
    static const char *terminal[] = { "st '-f inconsolata:pixelsize=20'", NULL };
    After I tweaked the config.h file, I ran a "sudo makepkg -s --asroot", and then installed the package like this, "sudo pacman -U 2bwm.pkg.tar.xz". I downloaded the "2bwm-git" package via "sudo cower -d 2bwm-git". Is there something I did wrong here?
    Last edited by shoober420 (2014-08-01 11:06:05)

    Copying and pasting is a pain using nano lol.
    # /etc/makepkg.conf
    # SOURCE ACQUISITION
    #-- The download utilities that makepkg should use to acquire sources
    # Format: 'protocol::agent'
    DLAGENTS=('ftp::/usr/bin/curl -fC - --ftp-pasv --retry 3 --retry-delay 3 -o %o $
    'http::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o %o %u'
    'https::/usr/bin/curl -fLC - --retry 3 --retry-delay 3 -o %o %u'
    'rsync::/usr/bin/rsync --no-motd -z %u %o'
    'scp::/usr/bin/scp -C %u %o')
    # Other common tools:
    # /usr/bin/snarf
    # /usr/bin/lftpget -c
    # /usr/bin/snarf
    # /usr/bin/lftpget -c
    # /usr/bin/wget
    # ARCHITECTURE, COMPILE FLAGS
    CARCH="x86_64"
    CHOST="x86_64-unknown-linux-gnu"
    #-- Compiler and Linker Flags
    # -march (or -mcpu) builds exclusively for an architecture
    # -mtune optimizes for an architecture, but builds for whole processor family
    CPPFLAGS="-D_FORTIFY_SOURCE=2"
    CFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --param$
    CXXFLAGS="-march=x86-64 -mtune=generic -O2 -pipe -fstack-protector-strong --par$
    LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro"
    #-- Make Flags: change this for DistCC/SMP systems
    LDFLAGS="-Wl,-O1,--sort-common,--as-needed,-z,relro"
    #-- Make Flags: change this for DistCC/SMP systems
    #MAKEFLAGS="-j2"
    #-- Debugging flags
    DEBUG_CFLAGS="-g -fvar-tracking-assignments"
    DEBUG_CXXFLAGS="-g -fvar-tracking-assignments"
    # BUILD ENVIRONMENT
    # Defaults: BUILDENV=(fakeroot !distcc color !ccache check !sign)
    # A negated environment option will do the opposite of the comments below.
    #-- fakeroot: Allow building packages as a non-root user
    #-- distcc: Use the Distributed C/C++/ObjC compiler
    #-- color: Colorize output messages
    #-- ccache: Use ccache to cache compilation
    #-- check: Run the check() function if present in the PKGBUILD
    #-- ccache: Use ccache to cache compilation
    #-- check: Run the check() function if present in the PKGBUILD
    #-- sign: Generate PGP signature file
    BUILDENV=(fakeroot !distcc color !ccache check !sign)
    #-- If using DistCC, your MAKEFLAGS will also need modification. In addition,
    #-- specify a space-delimited list of hosts running in the DistCC cluster.
    #DISTCC_HOSTS=""
    #-- Specify a directory for package building.
    #BUILDDIR=/tmp/makepkg
    # GLOBAL PACKAGE OPTIONS
    # These are default values for the options=() settings
    # Default: OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !upx$
    # Default: OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !upx$
    # A negated option will do the opposite of the comments below.
    #-- strip: Strip symbols from binaries/libraries
    #-- docs: Save doc directories specified by DOC_DIRS
    #-- libtool: Leave libtool (.la) files in packages
    #-- staticlibs: Leave static library (.a) files in packages
    #-- emptydirs: Leave empty directories in packages
    #-- zipman: Compress manual (man and info) pages in MAN_DIRS with gzip
    #-- purge: Remove files specified by PURGE_TARGETS
    #-- upx: Compress binary executable files using UPX
    #-- debug: Add debugging flags as specified in DEBUG_* variables
    OPTIONS=(strip docs !libtool !staticlibs emptydirs zipman purge !upx !debug)
    #-- File integrity checks to use. Valid: md5, sha1, sha256, sha384, sha512
    INTEGRITY_CHECK=(md5)
    #-- Options to be used when stripping binaries. See `man strip' for details.
    STRIP_BINARIES="--strip-all"
    #-- Options to be used when stripping shared libraries. See `man strip' for details.
    STRIP_SHARED="--strip-unneeded"
    #-- Options to be used when stripping static libraries. See `man strip' for details.
    STRIP_STATIC="--strip-debug"
    #-- Manual (man and info) directories to compress (if zipman is specified)
    MAN_DIRS=({usr{,/local}{,/share},opt/*}/{man,info})
    #-- Doc directories to remove (if !docs is specified)
    DOC_DIRS=(usr/{,local/}{,share/}{doc,gtk-doc} opt/*/{doc,gtk-doc})
    #-- Files to be removed from all packages (if purge is specified)
    PURGE_TARGETS=(usr/{,share}/info/dir .packlist *.pod)
    # PACKAGE OUTPUT
    # Default: put built package and cached source in build directory
    #-- Destination: specify a fixed directory where all packages will be placed
    #PKGDEST=/home/packages
    #-- Source cache: specify a fixed directory where source files will be cached
    #SRCDEST=/home/sources
    #-- Source packages: specify a fixed directory where all src packages will be placed
    #SRCPKGDEST=/home/srcpackages
    #-- Log files: specify a fixed directory where all log files will be placed
    #LOGDEST=/home/makepkglogs
    #-- Packager: name/email of the person or organization building packages
    #PACKAGER="John Doe <[email protected]>"
    #-- Specify a key to use for package signing
    #GPGKEY=""
    # COMPRESSION DEFAULTS
    COMPRESSGZ=(gzip -c -f -n)
    COMPRESSBZ2=(bzip2 -c -f)
    COMPRESSXZ=(xz -c -z -)
    COMPRESSLRZ=(lrzip -q)
    COMPRESSLZO=(lzop -q)
    COMPRESSZ=(compress -c -f)
    # EXTENSION DEFAULTS
    # EXTENSION DEFAULTS
    # WARNING: Do NOT modify these variables unless you know what you are
    # doing.
    PKGEXT='.pkg.tar.xz'
    SRCEXT='.src.tar.gz'
    # vim: set ft=sh ts=2 sw=2 et:

  • Getting error when using the "/parameter" switch in command line run

    Has anyone experienced this problem before?
    My report queries over 100,000 records from a view. When the report is run from the command line every thing works fine.
    But when I add a condition using a "parameter", although the report still runs fine from the destop, when launched from the command line it errs.
    "Oracle Discoverer Desktop has encountered a problem and needs to close. ..."
    "The instruction at "0x0044397c" referenced memory at "0x0000004e". The memory cound not be "read"...."
    I'm guessing its a memory issue with my PC. I've tested using a parameter with other reports using fewer records and it doesn't err from the command line.
    I can work around the issue by not using a parameter but then I have 20 versions of the same report each with a different condition.
    Any suggestions would be appreciated.
    Lise McGillis

    Hi Michael,
    I'm using an DELL Intel Pentium 4 CPU 3.00 GHz with 1 GB of RAM. We use Microsoft Windows XP Prof version 2002.
    As for Discoverer we are using 10G, Desktop Client 10.1.2.48.18 - 1047500 KB available memory , 2099744 KB Free disk space.
    I'm not sure I have acess to a computer with more RAM but I'm looking into it.
    What I'm frustrated by is the fact that the parameter works fine when run directly from the desktop but when passed from the command line it bombs... but only when dealing with mega records.
    Lise.

  • BCDEDIT command line not work in WinRE

    Hi,
    I am legally blind. When I created USB Recovery Drive by using “Create a recovery drive” in Control Panel, I restart my computer then bootup USB flash drive,
    I choose Command Prompt and I typed “bcdedit /set {default} bootmenupolicy legacy” in WinRE’s command line but it not working.
     I can not read screen in WinRE because background color is too bright cyan screen. See picture of WinRE.
    How do I change background color fron cyan to black or dark blue in WinRE’s screen? I want black or dark blue background color because I can read screen with
    black or dark blue background color.
    Steve

    Hi,
    Sorry for my dilatory reply, as far as I know, this is not possible. Actually, I find other similar thread you had submit, but still no solution. I'm sorry for this, if there any solution
    about this problem, I would reply to you.
    Thanks for your understanding and hope the issue will be resolved soon!
    Roger Lu
    TechNet Community Support

Maybe you are looking for