Solved how do I set up an automatic path for CMD using?

kukuriku14

New Member
I need to use C:\Windows\Microsoft.NET\Framework64\v2.0.50727\jsc.exe very hoften from cmd console.
I don't remember how you set up so that I don't need to write the whole path each time I wanna access this program.

I mean something like adding a path in autoexec.bat file :-)

I hope I clarified my self;
if no please tell me.

thanks for your time.
Kukuriku
 

My Computer

I need to use C:\Windows\Microsoft.NET\Framework64\v2.0.50727\jsc.exe very hoften from cmd console.
I don't remember how you set up so that I don't need to write the whole path each time I wanna access this program.

I mean something like adding a path in autoexec.bat file :-)

I hope I clarified my self;
if no please tell me.

thanks for your time.
Kukuriku

Try this:
  1. Right-click on "Computer", then select "Properties" (or press <WIN_KEY>+<BREAK>
  2. Click "Advanced system Settings" (you'll need to respond to a UAC prompt)
  3. Click "Environment Variables"
  4. Double-click on "Path" (or click once and click "Edit"
  5. Add a semi-colon (";") to the end of the current value, then add the path you want, which in this case is "C:\Windows\Microsoft.NET\Framework64\v2.0.50727" (without quotes)
  6. Click "OK"
  7. Click "OK"
  8. Click "OK"
  9. Reboot
 

My Computer

System One

  • Manufacturer/Model
    Custom Build
    CPU
    AMD Phenom 9600 Quad
    Motherboard
    ASUS MB-M3A32-MVP Deluxe/WiFi
    Memory
    2 x A-Data 2GB DDR2-800
    Graphics Card(s)
    ASUS ATI Radeon HD 2400PRO
    Monitor(s) Displays
    SAHARA 21"
    Screen Resolution
    1600x1200
    Hard Drives
    2 x 80GB Seagate (I)
    2 x 120GB Seagate (I/S)
    2 x 200GB Seagate (I/S)
    2 x 250GB Seagate (I/S)
    PSU
    800W
    Case
    Thermaltake Tai-Chi
    Cooling
    Tai-Chi Water Cooler
    Keyboard
    Genius
    Mouse
    Logitech
    Internet Speed
    384kbps
    Other Info
    Currently dual booting between Vista x64 Ultimate Windows 7 BETA x64
this must the best forum in the net EVER as I have just posted my issue few minutes ago and got ansered.
it's not the 1st time I see this happening in this forum, almost a chat :-)

thank you!
 

My Computer

this must the best forum in the net EVER as I have just posted my issue few minutes ago and got ansered.
it's not the 1st time I see this happening in this forum, almost a chat :-)

thank you!

Glad to help. BTW, did my solution help - you didn't say...
 

My Computer

System One

  • Manufacturer/Model
    Custom Build
    CPU
    AMD Phenom 9600 Quad
    Motherboard
    ASUS MB-M3A32-MVP Deluxe/WiFi
    Memory
    2 x A-Data 2GB DDR2-800
    Graphics Card(s)
    ASUS ATI Radeon HD 2400PRO
    Monitor(s) Displays
    SAHARA 21"
    Screen Resolution
    1600x1200
    Hard Drives
    2 x 80GB Seagate (I)
    2 x 120GB Seagate (I/S)
    2 x 200GB Seagate (I/S)
    2 x 250GB Seagate (I/S)
    PSU
    800W
    Case
    Thermaltake Tai-Chi
    Cooling
    Tai-Chi Water Cooler
    Keyboard
    Genius
    Mouse
    Logitech
    Internet Speed
    384kbps
    Other Info
    Currently dual booting between Vista x64 Ultimate Windows 7 BETA x64
You don't need to reboot, by the way. Just restart the command prompt and it'll be recognised.

Also, another way to get to the Environment Variables is via the User Accounts screen from the Control Panel (there's a link on the left).
 

My Computer

System One

  • CPU
    Intel Core 2 Duo @ 2GHz
    Memory
    4GB DDR2 @ 667Mhz
    Graphics Card(s)
    nVidia GeForce Go 7600
    Hard Drives
    1x 160GB 7200rpm 2.5" SATA
Or, you could create a shortcut that runs the program in a cmd window:

1. Right click on the desktop to open the context menu
2. Select "New" then "Shortcut"
4. In the location box, type:

cmd /k C:\Windows\Microsoft.NET\Framework64\v2.0.50727\jsc.exe

5. Click "Next" and the click "Finish".

Now you have a shortcut that will run the program in a cmd window!

S-
 

My Computer

System One

  • CPU
    Intel E6600 @ 3.0 GHz
    Motherboard
    EVGA nForce 680i SLI (NF68-A1)
    Memory
    4GB - CORSAIR XMS2 PC2 6400
    Graphics Card(s)
    EVGA GeForce 8800 GTS (640MB)
    Hard Drives
    2 - Seagate Barracuda 7200.10 (320GB)
    1 - Seagate Barracuda 7200.10 (500GB)
thank you for all your answers they are all true,
the one that served me was simply Dzomlija's 1st one.

there are really no questions about it, vistax64 is the best!!!
I have already said it's almost like a chat..
it's seems I was wrong about the 'almost' and the 'like'...
I did it many times it just slipped my mind :)
 

My Computer

I notice you joined in January and have only posted 8 times! I'm not complaining, but don't forget about this site - it could be the only place you need to go to fix any problem you ever have on Vista. Just ask the question and it'll be solved in a couple of hours (if you're lucky).
 

My Computer

System One

  • CPU
    Intel Core 2 Duo @ 2GHz
    Memory
    4GB DDR2 @ 667Mhz
    Graphics Card(s)
    nVidia GeForce Go 7600
    Hard Drives
    1x 160GB 7200rpm 2.5" SATA
Back
Top