Disabled command prompt  (can't compile without batch file)

i am a student and am having constent troubles from the administrator disallowing all access to the command prompt and i need to know how to gain access to it because we have had to compile using batch files, and it is rare that we have a chance to use the command prompt to compile instead.
and when i say restricted i mean i open it and it says "disabled by administrator" and i don't know if it matters but we are running novell
i know some of you know how to hack and would not have any problem with this but there is only 4 of us studing java (none of us know how to hack) and have ran out of ideas on how to unrestrict it so if anyone knows how please post and thanks and sorry for the typos i was in a hurry.

"... we have asked the teacher and he says the administrator says that restrictions will not be lowered for anyone"
This is such horsesh!t and I do not see for the like of me why you should have to tolerate it.
See the steps above.
Try [url http://www.scintilla.org]sKiTe you can do most command line stuff with the text area on the right such as appletviewer the -deprecation option and so on. Its a deceptively simple IDE that has a whole bundle of tricks that comes with it - very good not just for newbies - me too, I probably write 80%+ of my app development with it. Its also very, very lightweight at around 700KB so it can be easily moved about with floppies etc.
Other than this, I would still judge that you have a right to kick up a storm about this and would further inform you that - without doubt - your instructor is a complete knob.

Similar Messages

  • Disabled command prompt (can

    i am a student and am having constent troubles from the administrator disallowing all access to the command prompt and i need to know how to gain access to it because we have had to compile using batch files, and it is rare that we have a chance to use the command prompt to compile instead.
    and when i say restricted i mean i open it and it says "disabled by administrator" and i don't know if it matters but we are running novell
    i know some of you know how to hack and would not have any problem with this but there is only 4 of us studing java (none of us know how to hack) and have ran out of ideas on how to unrestrict it so if anyone knows how please post and thanks.

    have you tried typeing
    "cmd" or "command" into the dialog box produced by the Start->Run menu?
    If this does not work then try modifying the registry setting
    (win95 98 and me)
    [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\Policies\
    WinOldApp]
    or
    [HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Policies\
    WinOldApp]
    to "1"
    If you do not have permission to do this. Then you might try downloading and installing one of the
    substitue command interpreters.
    http://www.gci275.com/websites.shtml
    matfud

  • MacBook G4 SUDOERS File at Command Prompt - Can't Exit

    So someone gifted me with an old MacBook G4 - and now stuck in Command Prompt.
    I just tried to create a new admin - just to clean things up. I'm a complete newbie though  and got stuck in Sudoers command prompt with --INSERT-- at the end and it's not letting me exit. Help??

    There is no such thing as a MacBook G4.  If it says iBook G4 on the screen, that is the name of the computer itself.  And that's not to be confused with the name iBook given to the iOS and Mavericks software for reading Apple published electronic books.  Apple when they changed to the Intel chip renamed their consumer machines MacBook.  Now the line between MacBook, MacBook Pro, and MacBook Air is more blurred as the 13" MacBook Pro has many of the features more expected of a consumer machine than a Pro machine.
    iBook G4's with a minimum of 867 Mhz can handle Mac OS X 10.5 retail.   Otherwise they need Mac OS X 10.4.6 retail or earlier.  If they didn't have the original discs, you won't be able to run the old Mac OS 9 from 2001 on them.  

  • Group policy to disable command prompt and disable registry editter

    I have enabled in group policy that it prevents access to the command prompt and that it prevents access to registry editing tools and this doesnt seem to be taking effort on the test computer.

    https://technet.microsoft.com/en-us/library/cc975912.aspx
    and
    https://support.microsoft.com/en-us/kb/831787
    This counts for admins login in too! (can be annoying) 
    so I think http://www.computerstepbystep.com/registry_editor_windows_7.html may help!(very long winded/ bitty process) 
    I've found the best way is to leave the desktop locked down and use PSEXEC to make edits and changes. 

  • Urgent! Pls help me! Can't compile any *.java files

    I am a new user to Java2SDK. I am using Win2K sever and I have installed Java2SDK1.4.0 in D drive. When I compile any *.java files, a message " 'javac' is not recognized as an internal or external command, operable program or batch file" appears. How can I solve this problem?
    Please help me. I am busy with my homework. Thank you very much.

    In your PATH variable include %JAVA_HOME%\bin;
    For example:
    C:\jdk1.4\bin;

  • Help please - Updating .jar file and can't compile decompiled .java files.

    Ok, so there is a game on the internet called 'runescape', its a java applet that runs in the web browser from a cache in the windows directory.
    Basically im trying to edit this client so that i can run it away from their website (for use on a private server).
    The problem i am getting is that when i decompile the class files from the .jar into the .java files i can't recompile the .java files.
    E.G. I decompiled one of the .class files and tried to re-compile it agian straight away which brought me errors, i did this to rule out my editing as the problem.
    The jar file can be found [here.|http://world80.runescape.com/loader_gl397188536.jar] but the link will no double be dead after a few weeks.
    Can somebody please take a look and help me? I'm fairly new to java programming so if you could keep your answers as simple as possible that would be great, thanks.
    Ps. If this is the wrong section im sorry, i couldn't find the right section and this section seemed closest for me.

    i'm compiling using the javac command in a batch file, its displaying 100 errors but there are more, it seems to be showing that the syntax is incorrect as it is labeling brackets as being in the incorrect places.
    Decompiling error?
    As for being allowed to do this, im not so sure the company would approve but im only doing this for learning purposes and will not be releasing any of it upon the internet.

  • How can I execute a batch file from my java program

    Hi,
    Can someone help me or direct me to a link,
    How can I execute a DOS batch file from my java program?
    Thanks

    You will need to grab a handle to the process's
    outputstream so u can see its output.The OP didn't mention any output from any batch file;
    nor any input for that
    matter,so lets not complicate matters here for now
    ok?Actually I think this is essential to see whether it works or not. It's either that or do some manual check to see whether it ran, which is not exactly elegant, and in some cases this may not be easier than simply writing the output stream code, or in fact it may be impossible to check manually.
    I'm sure it wasn't intentional that your post appeared to be bristling with attitude.

  • Can we run the batch file using simple java application

    Hello sir,
    we want to run the batch file using simple java application. i tried with some example, we run the exe files but not batch file.
    Runtime r = Runtime.getRuntime();
    r.exec("D:\\jboss\\bin\\run.bat");
    My application is server will run when we run the java appliation.
    any suggestion? plz give me the solutions

    yes you can run html file
    WEB.SHOW_DOCUMENT is a built-in that is used in Forms to call URL from a Web Form. It works much like the similar way that a link on an HTML page works and it takes two arguments, one is URL and second one is TARGET, in your case use following.
    WEB.SHOW_DOCUMENT('http://channas.iil.informatics.lk:8890/forms/frmservlet?config=abc.html', '_blank');
    Hope this will work for you
    Abbas

  • Ipad disabled. How can I unlock without restoring on Itunes? Need the photos

    My daughter disabled my Ipad. Now it says to connect to Itunes and does not even allow me to put in a code. I have many photos and videos saved on my Ipad I wish not to erase. Any way to unlock the ipad without having to restore it through itunes? Or some how pull photos and videos prior to restoring? Any help please. Thank you. CHRIS

    When you have important videos/photos on your iPad, you should backup frequently.
    How can I unlock my iPad if I forgot the passcode?
    http://www.everymac.com/systems/apple/ipad/ipad-troubleshooting-repair-faq/ipad- how-to-unlock-open-forgot-code-passcode-password-login.html
    iOS: Device disabled after entering wrong passcode
    http://support.apple.com/kb/ht1212
    How can I unlock my iPad if I forgot the passcode?
    http://tinyurl.com/7ndy8tb
    How to Reset a Forgotten Password for an iOS Device
    http://www.wikihow.com/Reset-a-Forgotten-Password-for-an-iOS-Device
    Using iPhone/iPad Recovery Mode
    http://ipod.about.com/od/iphonetroubleshooting/a/Iphone-Recovery-Mode.htm
    You may have to do this several times.
    Saw this solution on another post about an iPad in a school environment. Might work on your iPad so you won't lose everything.
    ~~~~~~~~~~~~~
    ‘iPad is disabled’ fix without resetting using iTunes
    Today I met my match with an iPad that had a passcode entered too many times, resulting in it displaying the message ‘iPad is disabled – Connect to iTunes’. This was a student iPad and since they use Notability for most of their work there was a chance that her files were not all backed up to the cloud. I really wanted to just re-activate the iPad instead of totally resetting it back to our default image.
    I reached out to my PLN on Twitter and had some help from a few people through retweets and a couple of clarification tweets. I love that so many are willing to help out so quickly. Through this I also learned that I look like Lt. Riker from Star Trek (thanks @FillineMachine).
    Through some trial and error (and a little sheer luck), I was able to reactivate the iPad without loosing any data. Note, this will only work on the computer it last synced with. Here’s how:
    1. Configurator is useless in reactivating a locked iPad. You will only be able to completely reformat the iPad using Configurator. If that’s ok with you, go for it – otherwise don’t waste your time trying to figure it out.
    2. Open iTunes with the iPad disconnected.
    3. Connect the iPad to the computer and wait for it to show up in the devices section in iTunes.
    4. Click on the iPad name when it appears and you will be given the option to restore a backup or setup as a new iPad (since it is locked).
    5. Click ‘Setup as new iPad’ and then click restore.
    6. The iPad will start backing up before it does the full restore and sync. CANCEL THE BACKUP IMMEDIATELY. You do this by clicking the small x in the status window in iTunes.
    7. When the backup cancels, it immediately starts syncing – cancel this as well using the same small x in the iTunes status window.
    8. The first stage in the restore process unlocks the iPad, you are basically just canceling out the restore process as soon as it reactivates the iPad.
    If done correctly, you will experience no data loss and the result will be a reactivated iPad. I have now tried this with about 5 iPads that were locked identically by students and each time it worked like a charm.
    ~~~~~~~~~~~~~
    Try it and good luck. You have nothing more to lose if it doesn't work for you.
     Cheers, Tom

  • Getting error while compiling frmcmp_batch batch file

    HI
    I am getting error while running frmcmp_batch commant
    to create .fmx file
    following is command that i am using
    $ frmcmp_batch module=$AU_TOP/forms/US/DEMxxEOR.fmb userid=APPS/apps output_file=$PO/forms/US/DEMxxEOR.fmx module_type=form batch=no compile_all=specialfollowing is error that i am getting
    Forms 10.1 (Form Compiler) Version 10.1.2.3.0 (Production)
    Forms 10.1 (Form Compiler): Release - Production
    Copyright (c) 1982, 2005, Oracle. All rights reserved.
    Oracle Database 11g Enterprise Edition Release 11.1.0.7.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application >>Testing options
    PL/SQL Version 10.1.0.5.0 (Production)
    Oracle Procedure Builder V10.1.2.3.0 - Production
    Oracle Virtual Graphics System Version 10.1.2.0.0 (Production)
    Oracle Multimedia Version 10.1.2.0.2 (Production)
    Oracle Tools Integration Version 10.1.2.0.2 (Production)
    Oracle Tools Common Area Version 10.1.2.0.2
    Oracle CORE 10.1.0.5.0 Production
    FRM-18108: Failed to load the following objects.
    Source Module:APPSTAND>> Source Object: STANDARD_PC_AND_VA
    Source Module:APPSTAND>>Source Object: STANDARD_TOOLBAR
    Source Module:APPSTAND>>Source Object: STANDARD_CALENDAR
    Compiling package specification APP_CUSTOM...>> No compilation errors.
    Compiling package specification APP_CUSTOM...>> No compilation errors.
    Compiling package body APP_CUSTOM...
    Compilation error on package body APP_CUSTOM:
    PL/SQL ERROR 302 at line 22, column 19
    component 'DISABLED' must be declared
    PL/SQL ERROR 0 at line 22, column 5
    Statement ignored
    PL/SQL ERROR 201 at line 40, column 5
    identifier 'APP_WINDOW.CLOSE_FIRST_WINDOW' must be declared
    PL/SQL ERROR 0 at line 40, column 5
    Statement ignored
    Compilation errors have occurred.
    Form not created

    Hi;
    I am getting error while running frmcmp_batch commant
    to create .fmx file
    following is command that i am using
    $ frmcmp_batch module=$AU_TOP/forms/US/DEMxxEOR.fmb userid=APPS/apps output_file=$PO/forms/US/DEMxxEOR.fmx module_type=form batch=no compile_all=special
    Please try wiht below syntax
    frmcmp_batch userid=apps/apps module=/u01/VIS/apps/apps_st/appl/au/12.0.0/forms/US/INVTTMTX.fmb output_file=/u01/VIS/apps/apps_st/appl/au/12.0.0/forms/US/INVTTMTX.fmx module_type=form batch=no compile_all=yes
    Regard
    Helios

  • Can MRP run without Planning File Entry?

    Hi,
        I came across an issue where MRP is running accurately without any Planning File Entry for a material in E.C.C.6.
        My Understanding is MRP can NOT run w/o PFE u2013 which is a mandatory prerequisiteu2026..BUTu2026???
    TRY itu2026   1.in OMDU find a plant where MRP is NOT active,    2. Create a Material with all required data (I used ROH, Proc.Typreu2013 F, Strategy u2013 70, Mixed MRP-1, Ind/Coll u2013 2)   3. Activate MRP for the Plant in OMDU.   4. Create Demand according to strategy (I used VSFB in MD61).   5. Run MRP & complete procurement as many times u want.   6. In this process anytime u can check in MD21 u2013 there is NO PFE.
         Can someone tell me what the reason / logic are behind? Is there any OSS note for it?

    Dear ACCPP12,
    1) in which t-code your running MRP, i suspect your running in MD02
    2) MD02 & MD03 does not require Planning file entry
    3) MRP gives results with out planning file entry by the above mentioned t-codes
    4) where as if your going with MD01, then Planning file entry is required for materials
    Regards
    Madhu Kumar

  • Batch file question.

    I am not sure this is a place to post my question. but i don't know where to post it , so i decide to post here.
    yeah, I have a question about is that possible to creat a batch file to open the command prompt? like create a batch file and when you double click on it. it open up command prompt?
    if any one can supply me any website to learn the batch file. that would be really helpful. thank you so much

    @ECHO OFF
    REM This is a batch file that opens up a command line window
    cmd /KAs for the websites, here's one:
    www.google.com

  • How i can open a new command prompt from one java from

    hi
    can any one help me that how i can open a command prompt by using the java program file .
    regards,
    ukbasak

    http://java.sun.com/j2se/1.5.0/docs/api/java/lang/Runtime.html#exec(java.lang.String)
    and several overloads.
    Also
    http://java.sun.com/j2se/1.5.0/docs/api/java/lang/ProcessBuilder.html

  • Runtime.exec() I need to run a command prompt command from java.

    the code i have that doesn't seem to work is:
    String driveloc = System.getProperty("user.dir").substring( 0, 1 );
            String path = jTextFieldPath.getText();
            String path2 = jTextFieldPath.getText().substring(0, jTextFieldPath.getText().length()-3) + "lst";
            String[] cmd = { "cmd.exe", "/" + driveloc, "ASMtools\\AS11 " + path + " -L >" + path2};
            txt_mf.append( cmd[3] );
            try {
                Process np = Runtime.getRuntime().exec( cmd );
            catch( java.io.IOException ioe) {
                //error
            }jTextFieldPath.getText() contains the path of the file saved by my program.
    the line of code i am trying to run is:
    AS11 FILE1 -L FILE2this line compiles the asm file and converts it to a lst creating an s19 file in the process. AS11 is an exe that aids the command prompt much like javac.
    If you could help me figure this out it would be great.
    Thanks in advance,
    -Juke

    String driveloc =
    System.getProperty("user.dir").substring( 0, 1 );
    String[] cmd = { "cmd.exe", "/" + driveloc,
      "ASMtools\\AS11 " + path + " -L >" + path2};Are you sure you want to invoke cmd.exe with the switch /c or /d or whatever depending on System.getProperty("user.dir") ?
    Starts a new instance of the Windows 2000 command interpreter
    CMD [A | /U] [Q] [D] [E:ON | /E:OFF] [F:ON | /F:OFF] [V:ON | /V:OFF]
        [[S] [C | /K] string]
    /C      Carries out the command specified by string and then terminates
    /K      Carries out the command specified by string but remains
    /S      Modifies the treatment of string after /C or /K (see below)
    /Q      Turns echo off
    /D      Disable execution of AutoRun commands from registry (see below)
    /A      Causes the output of internal commands to a pipe or file to be ANSI
    /U      Causes the output of internal commands to a pipe or file to be
            Unicode
    /T:fg   Sets the foreground/background colors (see COLOR /? for more info)
    /E:ON   Enable command extensions (see below)
    /E:OFF  Disable command extensions (see below)
    /F:ON   Enable file and directory name completion characters (see below)
    /F:OFF  Disable file and directory name completion characters (see below)
    /V:ON   Enable delayed environment variable expansion using c as the
            delimiter. For example, /V:ON would allow !var! to expand the
            variable var at execution time.  The var syntax expands variables
            at input time, which is quite a different thing when inside of a FOR
            loop.
    /V:OFF  Disable delayed environment expansion.

  • How to run form from command prompt

    Hi,
    How to run a form from command prompt
    can anybody suggest me the way
    prasanth a.s.

    Well, if you are running windows, client server forms 6i, and your form is called 'myform', you could put this into a batch file :-
    start ifrun60 module=myform

Maybe you are looking for

  • B&W G3 No Longer Boots into OS 9

    I consider myself a pretty savvy Mac guy, but this one has me stumped... At work, I use a B&W G3/350 with 1 GB of RAM and two hard drives - one with OS 9.2.2 installed on the original HD, and a 40 GB internal drive with OSX 10.3.9 installed. I've use

  • Illustrator won't save when a gradient is being used...

    In CS4, as soon as I apply a gradient and try to save, I get an error message. I've tried saving as all file types. I was able to export the image as a jpeg but would like the know how to fix the problem.

  • Frustration with Safari

    Is anyone else totally frustrated with an inability to save or print PDFs using Safari 6.0.3?  I'm tired of opening a PDF in Safari to see if it's something I want to print, and then having to reopen the same PDF in Firefox or another browser to prin

  • Dynamic image showing default image instead of requested image

    I'm using CR4E v2.0 to incorporate reports into my application which is built into an ear file and deployed with Jboss 4.2.2 at the moment. I have an image in my report that I am trying to set dynamically from a URL in a database,  but when the repor

  • Duplicate Record

    Dear friend, i have form has master-detail, the detail block has id's and seq no's, and i have when validate item trigger on seq no that check if user use same id so ganna get message that duplicate recode is not allwoed, i put this code in iD(WHEN-V