Input Command

Nezmin2

New Member
Hello Guy's and Gal's,
I have installed the miracle C compiler on my laptop for my Programming concepts class and I am having trouble. I am running Vista Ult 64x and the instructions I recieved are as follows:

Running Miracle C under Vista​
At the command prompt, enter:​
input takeown /f filepath <enter>

A message will be display that this completed successfully.

Enter this:​
icacls filepath /grant loginname:f <enter>

A message will be display that this completed successfully.
Next, go to the windows directory, right mouse click on the _default file, select properties, select the Program tab, and remove the checkmark for “Close on Exit.”
Example:
input takeown /f c:\windows\_default​
icacls c:\windows\_default /grant torme:f

However, when I attempt the first step I receive a "input is not recognized as an internal or external command.

Can you tell me what I am doing wrong or if there is another way?
 

My Computer

System One

  • Manufacturer/Model
    HP Pavilion
Hi Nezmin2 and welcome to Vista Forums :party:

There is NO command 'input' in the command interpreter. Instead, taking your example, this should read:
Code:
[FONT=Arial][COLOR=#0000ff] [/COLOR][/FONT]
[LEFT]Example:
takeown /f c:\windows\_default[/LEFT]
icacls c:\windows\_default /grant torme:f
 

My Computer

System One

  • Manufacturer/Model
    Dwarf Dwf/11/2012 r09/2013
    CPU
    Intel Core-i5-3570K 4-core @ 3.4GHz (Ivy Bridge) (OC 4.2GHz)
    Motherboard
    ASRock Z77 Extreme4-M
    Memory
    4 x 4GB DDR3-1600 Corsair Vengeance CMZ8GX3M2A1600C9B (16GB)
    Graphics card(s)
    MSI GeForce GTX770 Gaming OC 2GB
    Sound Card
    Realtek High Definition on board solution (ALC 898)
    Monitor(s) Displays
    ViewSonic VA1912w Widescreen
    Screen Resolution
    1440x900
    Hard Drives
    OCZ Agility 3 120GB SATA III x2 (RAID 0) Samsung HD501LJ 500GB SATA II x2 Hitachi HDS721010CLA332 1TB SATA II Iomega 1.5TB Ext USB 2.0 WD 2.0TB Ext USB 3.0
    PSU
    XFX Pro Series 850W Semi-Modular
    Case
    Gigabyte IF233
    Cooling
    1 x 120mm Front Inlet 1 x 120mm Rear Exhaust
    Mouse
    Microsoft Comfort Mouse 3000 for Business (USB)
    Keyboard
    Microsoft Comfort Curve Keyboard 3000 (USB)
    Internet Speed
    NetGear DG834Gv3 ADSL Modem/Router (Ethernet) ~4.0 Mb/s (O2)
    Other Info
    Optical Drive: HL-DT-ST BD-RE BH10LS30 SATA Bluray Lexmark S305 Printer/Scanner/Copier (USB) WEI Score: 8.1/8.1/8.5/8.5/8.25 Asus Eee PC 1011PX Netbook (Windows 7 x86 Starter)
Re: Input Command - Resolved

There is NO command 'input' in the command interpreter. Instead, taking your example, this should read:
Code:
[LEFT]Example:
takeown /f c:\windows\_default[/LEFT]
icacls c:\windows\_default /grant torme:f


I guess if I had really looked over this code, and drank just one more cup of coffee, I would have realized that "input" was instructional and not part of the code.:o

Thank's Dwarf...(for pointing this out)
 
Last edited:

My Computer

System One

  • Manufacturer/Model
    HP Pavilion
Back
Top