Thread: Safe way to run programs?

  1. #1
    novice fisheromen1031's Avatar
    Join Date
    Jul 2005
    Location
    Lone Star State/ Rocket City
    Posts
    13

    Question Safe way to run programs?

    I'm not sure if this is a operating system question, system administrator question, or a programming question. Let me explain what I want to do. I want a way to set up a program where I can run it and it have no chance of messing up anything in my computer. By anything I mean BIOS, hard disk (including info on HD), or any of my computer hardware. I don't really care if it crashes my comp, I just don't want any permanent damage.
    Is there a way to do this? and no, I'm not trying to write virus's or anything malicous.

    -fisher

  2. #2
    Registered User mrafcho001's Avatar
    Join Date
    Jan 2005
    Posts
    483
    Fishy.. just like your name

    I really dont think you should be bothering with a program that may do any permanent damage.
    My Website
    010000110010101100101011
    Add Color To Your Code!

  3. #3
    Registered /usr
    Join Date
    Aug 2001
    Location
    Newport, South Wales, UK
    Posts
    1,273
    Running in a standard user account (available on most modern operating systems) would stop you from breaking anything important, but you could still damage your own files.

    Moral of the story: unless you're prepared to clean up, don't bother.

  4. #4
    Banned
    Join Date
    Jun 2005
    Posts
    594
    use a old system or a dual boot system,
    if you use a dual boot system make sure the operating system
    you set up to run this program on is on a different hard drive,
    that way if it does something to the hd, you can still log
    into your old operating system, then just make sure
    you have a disk for your drive handy and low level
    format that drvie fi needed.

  5. #5
    novice fisheromen1031's Avatar
    Join Date
    Jul 2005
    Location
    Lone Star State/ Rocket City
    Posts
    13
    what do you mean "low level format"?
    I was thinking that since most anti-virus programs have a quarintine feature that there must be some way to render a program benign to the system. but then again I suppose the feature just puts the baddy files in a place where execution won't be called.
    Maybe I can set up an old computer with something, but I would like to use my faster computer since I would like to create alot of programs automated.

  6. #6
    Registered User Jaqui's Avatar
    Join Date
    Feb 2005
    Posts
    416
    the guaranteed way to make sure there is zero damage to the hardware and os is to use vmware this means installing and running vmware, then installing your os again, into the vmware.
    ( requires lots of ram, 1GB< for effective use. )
    Quote Originally Posted by Jeff Henager
    If the average user can put a CD in and boot the system and follow the prompts, he can install and use Linux. If he can't do that simple task, he doesn't need to be around technology.

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Replies: 0
    Last Post: 07-26-2007, 09:55 AM
  2. Visual c++ 2005 express edition to run .c files
    By the_fall_guy in forum C Programming
    Replies: 4
    Last Post: 04-05-2007, 12:33 PM
  3. Making standalone APP run in background
    By hart in forum Windows Programming
    Replies: 3
    Last Post: 02-27-2005, 11:20 AM
  4. Glut and Dev C++, Programs not Quitting?
    By Zeusbwr in forum Game Programming
    Replies: 13
    Last Post: 11-29-2004, 08:43 PM
  5. how to compile & run c programs in unix?
    By Unregistere in forum C Programming
    Replies: 2
    Last Post: 10-09-2002, 10:53 PM