How do I load a program that is windows only?

I need to load a program that is primarily windows based.  It said that I can use bootcamp.  But if I create a windows partition, won't that open the door for virus's to infect?

Nealski wrote:
Yup! But if you stay off the web on your Windows partition, you'll likely stay away from vruses.
On another note, have you looked to see if there is a Mac version of your software?
Nope.
Explain how.

Similar Messages

  • I buy for mac app but not for the iPad, so how do I reinstall a program that has already purchased? I need help because I bought the imovie'11 but when he opened it only brought 8 movie trailer templates instead of the 15 it says on the program. How do I

    I buy for mac app but not for the iPad, so how do I reinstall a program that has already purchased? I need help because I bought the imovie'11 but when he opened it only brought 8 movie trailer templates instead of the 15 it says on the program. How do I solve this problem? Once paid for a program incomplete. I also liked that the AppStore itself had a button to reinstall programs already bought, because it is very hard to understand how to do this in the store, only option is to install and hide purchase, and how do I reinstall, attention'm talking about reinstalling a computer mac, not an ipad or iphone.
    Thank you.

    Prodesigntools.com , go ahead and download the software from there and use your serial number to serialize it.

  • How to make a Java program that recognises a function of two variables...

    How to make a Java program that recognises a function of two variables to assign values to that?
    First I will give an example and then do the question.
    Ex1.
    We have any function, eg.y = x ^ 2 + 1 (read 'y' equals 'x' high to the square), a function of the second degree.
    To build the graph of this function attach values to 'x' to find the values of 'y'
    And thus mount the pair ordered (x, y) which represents a point on the Cartesian plane.
    Assigning values to 'x' 'we can build up a table that gives us the pairs ordered:
    We can use any numbers, but arfer interval [-3.3]
    X | y = x ^ 2 + 1
    -3 | Y = (-3) ^ 2 +1 = 10
    -2 | Y = (-2) ^ 2 +1 = 5
    -1 | Y = (-1) ^ 2 +1 = 2
    0 | y = (0) ^ 2 +1 = 1
    1 | y = (1) ^ 2 +1 = 2
    2 | y = (2) ^ 2 +1 = 5
    3 | y = (3) ^ 2 +1 = 10
    We then ordered the pairs:
    (-3.10), (-2.5); (-1.2), (0,1), (1,2), (2,5), (3,10)
    Tabem that can be represented by a table:
    X | y
    -3 | Y = 10
    -2 | Y = 5
    -1 | Y = 2
    0 | y = 1
    1 | y = 2
    2 | y = 5
    3 | y = 10
    Now I begin to explain my doubts.
    See this program:
    Ex2
    * To change this template, choose Tools | Templates
    * And open the template in the editor.
    Encontrando_o_valor_de_y package;
    * @ Author des Soldat Gottes
    Import javax.swing.JOptionPane;
    Public class (Main
    * @ Param args the command line arguments
    Public static void main (String [] args) (
    Int x, y;
    String x1;
    X1 = JOptionPane.showInputDialog ( "We have the function y = x + 1 \ n" +
    "Assign a value for 'x',"); / / receives a value for the function y = x + 1
    X = Integer.parseInt (x1); / / tranforma String in int
    Y = x + 1; / / receives the value of 'x' and calculates' y '
    JOptionPane.showMessageDialog (null, "The value of 'y' is: \ t \ t" + y);
    / / Displays the value of 'y'
    System.exit (0);
    We see that the program receives above a value for 'x' and replaces the function contained in the program, y = x + 1, and so is the value of the variable 'y'.
    In: x1 = JOptionPane.showInputDialog ( "We have the function y = x + 1 \ n" +
    "Assign a value for 'x',");
    The entry is a number and that number is assigned aa ja existing function in the (y = x + 1).
    The question is: would it be possible to come to a function?
    Ex: the program ask: DIGITE THE FUNCTION?
    The USUARIO DIGITARIA A FUNCTION ANY, TYPE: y = x ^ 2 +1
    The program would recognize the function and give numerical values to that function as Ex1, at the beginning of this text.
    And then to find the values of the x and y launch a table.
    It would be possible that?
    By invez of entering with a number so that the program sustitua a function ja existing as Ex2, seen above, entering with a function quaquer (type: y = x ^ 2 +1) for the program atribuisse values to that function and then create a table of values as Ex1.
    I hope it has been easier to understand my doubts now.
    Thank you for your attention!
    God bless!

    rafaelmenezes wrote:
    Thanks for the explanation, could understand what fly said.
    But as it applied to a program?
    How to create a program that recognizes that the entry coefficients?Are you asking about how to parse out the coefficients from the string "3x^4 + 4x^3 - 8x^2 + 5x^1 + 2x^0"? If you define the format to strictly follow that example, this should get you started:
    Strip out the spaces
    Split the String on "x^"
    That should give you [3, 4+4, 3-8, 2+5, 1+2, 0]
    Split each resulting String on "+ | -", preserving the operator as a token so you can apply the correct sign to the coeff.
    That should leave you with [3, 4, +, 4, 3, -, 8, 2, +, 5, 1, +, 2, 0]. Every other number is a coeff, the rest are the degrees.
    You can strip out the +, since those coeffs are already positive, and strip out the - after negating the following number. This is all assuming that you have to write this yourself. There is no doubt already a library or 5 out there that does this for you.

  • How do I add/delete programs that open on startup?

    how do I add/delete programs that open on startup?

    Also,  Lion starts any open apps on a restart or boot automatically unless you uncheck this option when shutting down.

  • How can I install a program that comes in a CD when the iMac does not come with a CD entrance?

    How can I install a program that comes in a CD when the iMac does not come with a CD entrance?

    Another option if you have access to a second Mac with a drive is to connect the two together with the iMac in Target Disk Mode,  Transferring files between two computers using FireWire, and installing from the Mac with the optical drive.
    OT

  • How do I find the program that is creating a debug file

    Hi,
    I have a bunch of debug files in /usr/tmp directory on a Unix box. I am using Oracle Apps 11i. How do I find which program is causing this file?
    There content of the debug files does not have much information to point to any particular program.
    Thanks
    Asgar

    Thanks for the update.
    The user is oracle and group is dba. I know from the name of the file that it is coming from oracle apps (somewhere in a custom program).
    Asgar

  • How to install a big program that is only available for PC on a Mac.

    Hi everyone,
    I really need help about that, I've just start a new job that requiered 20-20 Design, witch is only support by PC. But I don't want change my Mac for PC My iMac has Bootcamp already so I need to know, if I'm installing Windows Vista or 7 (witch is requiered by my program/software...I don't know how I'm suppose to call it in english), will I be able to make it work? And if it can help, my 20-20 design is working with an USB key not an installation CD. I've read a lot of topics but no one answer my question
    Thanks for your help....you can save my life, my job and my Mac :P

    How to install a big program that is only available for PC on a Mac.
    Run the Boot Camp Setup Assistant. Install Windows. Install your "big program"

  • How to make a java program that will give you the list of files in the dir

    How can you make a program in java that will list all the files in a directory with out useing the File,FileWriter,FileReader,InputStreamReader,FileInputStream,RandomAccessFile etc. classes

    What is with these instructors? So far today I have
    seen
    Do something 100 times, but don't use a loop
    Format numbers, but don't use NumberFormat
    and now this.
    What are these people trying to teach?
    Java??? I don't think so.Perhaps it is because these instructors are learning Java at the same time as their students. They are only one chapter ahead of the students. :(

  • How to know the tcodes/programs that uses a user exit

    Hi, anybody knows given the user exit (function module) how will i know the tcodes/programs that uses it? the where used list doesn't return any.

    Hi,
      You will find the enhancement for the exit EXIT_SAPLCOZF_001 ,go to se11>enetr MODSAP Table name in Memeber postion you can enter your function module name EXIT_SAPLCOZF_001>now you will get the enhancement COZF0001 (trx SMOD)
    yOU will find whre the exit is called from the t.code Try this method:
    All exits have the program name as part of their own name, for eg, EXIT_SAPLCOZF_001. In this, SAPLCOZF is the program that the exit is called in, you can use this program name and search for transaction codes related to the program (in SE93).
    The only hitch in the above method is when the program name is a function group program name (SAPL*), in which case you will have to drill down into the function group to find the corresponding tcode.
    Or
    Go to SMOD transaction.
    Enter the Enhancement Name in SMOD.
    Open in Display mode.
    Now get the package name from the window.
    Now go to transaction SE80.
    Choose package from the listbox
    and enter the package name.
    Now it will display the list of Transactions associated with the project.
    Regards
    Kiran Sure

  • How do I change the programs that open upon startup?

    I am trying to figure out how to change the programs that open when I start my computer.

    To add or remove them, go to: Apple / System Preferences / Accounts / Login Items
    To add then without going to Login Items, right (control) click on the Dock Icon, choose Option and click Open at Login.

  • Hi, I have an issue with a program that needs Windows Access for, it to run, any Ideas on how to make it work, the program I need to run is sbem (a building calculation software)

    Hi
    I have a mac book pro, I need to run a software package that requires Windows Access for it to work
    The software is SBEM (A building calculation software)
    Any ideas
    Many Thanks

    Direct you to the proper forum for MacBook :
    MacBook Series Forumshttps://discussions.apple.com/community/notebooks?view=discussions
    Mac OS X Forums
    https://discussions.apple.com/community/mac_os?view=discussions 
    http://www.apple.com/support/macbookpro
    Mac 101: Using Windows on your Mac via Boot Camp
    https://support.apple.com/kb/HT1461
    Helpful Apple Support Resources (Forum Overview)
    Boot Camp Support 
    Boot Camp Manuals
    Community
    https://discussions.apple.com/community/windows_software/boot_camp
    Boot Camp 4.0, OS X Lion: Frequently asked question
    http://support.apple.com/kb/HT4818

  • How can you put a setting that you can only move to a next slide by clicking on the forward button?

    I am very sorry if there is somewhere already given an answer
    to this but can somebody help me please?
    When I use a space, enter or click in my quiz, they move on
    to the next slide without answering the previous question
    completely. How can I make sure that you can only move on to the
    next slide with clicking on the forward button???

    quiz preferences --> Settings --> Required: Answer
    all

  • How to make a terminal program (similar to windows hyper-terminal but more powerful)?

    I am a new Labview user, Im trying to write a monitor program for use with uControllers. The main problem I cant seem to get over is to have a section of the screen where I can type in commands (that are sent only once!) then recieve a reponse from the uController directly under the command. Has anyone tried this?
    I am using the VISA read/write functions for serial communications, are these interrupt driven?, does anyone have ideas on this.
    Thanks in advance
    Dave Zdanowicz

    Hi,
    Doesn't your device maybe have an "echo"? Than, I guess, the easiest
    way would be to have two independently running VIs, one of which is
    repeatively checking the serial interace for incoming bytes and
    eventually displaying them in an apropriate indicator (e.g. a string
    indicator where all incoming new characters are appended to the old
    string via a shift register of a loop). The other VI then could be
    responsible for sending commands.
    It did something similar just resently. It works quite well. The
    command sending VI had some buttons to send kind of macros (several
    commands, often needed in combination, bundled together) and
    furthermore checked the keyboard with the keyboard VIs from the NI
    pages for additional inputs from the user, which were then just sen
    t
    to the serial interface byte by byte.
    Regards
    Arno
    On Tue, 17 Apr 2001 16:20:10 -0700 (PDT), Dave Z wrote:
    >I am a new Labview user, Im trying to write a monitor program for use
    >with uControllers. The main problem I cant seem to get over is to have
    >a section of the screen where I can type in commands (that are sent
    >only once!) then recieve a reponse from the uController directly under
    >the command. Has anyone tried this?
    >I am using the VISA read/write functions for serial communications,
    >are these interrupt driven?, does anyone have ideas on this.
    >Thanks in advance
    >Dave Zdanowicz

  • How do i start a program with the window maximized

    Hi, i have a couple of programs that i have created launchers for. The slight bother is i have to click on the maximize buttons for the programs to fully resize and fit the screen. Was wondring if there is a flag i can add to the command to ensure it starts with the window fully maximized. Thnx.

    you need to put something like this in your ~/.devilspie.xml
    - <flurb>
    - <matchers>
    - <matcher name="DevilsPieMatcherWindowName">
    <property name="application_name" value="audacity" />
    </matcher>
    </matchers>
    - <actions>
    - <action name="DevilsPieActionSetGeometry">
    <property name="xoffset" value="0" />
    <property name="yoffset" value="0" />
    <property name="width" value="100" />
    <property name="height" value="100" />
    </action>
    </actions>
    </flurb>
    </devilspie>

  • Extremely slow boot.  How to get rid of white screen in Windows only boot.

    Hey guys I have a Windows 7 only MacBookPro 17". 2.8ghz core 2 duo, 4 gig of ram, 7200 rpm 500gb hd(passes s.m.a.r.t. btw)
    It boots extremely slow. I turn the computer on and it stays at the white screen for around 20 seconds. Then it moves to Windows 7 and continues to boot from there. I have a video:
    http://www.dailymotion.com/video/xc5taaslow-windows-7-boot-on-macbook-protech
    In a windows only setting how would I get it to just boot Windows without going threw the white screen? It also gets hung when logging in on a black screen.
    There was a post on Ubuntu forums about Ubuntu only boots about doing something to get it to only boot the MBR. I didn't really understand if this would work with Windows 7 though. Thanks for any help.

    I shut down all but one of the extensions, and that seems to have resolved the problem. Thank you!
    Now to figure out which extensions I need, and which I don't, because I don't have a clue. I don't remember installing most of these, I only recall one or two (nothing looks spammy like funmoods, but still don't remember when or why these were added...)

Maybe you are looking for

  • Default username and password not found

    Hello all, Just bought the new WVC54GCA ip camera, tried to configure it with its setup but can't get in as I couldn't find the admin password anywhere.....Does anybody know what are the default settings for these username and password fields? (Linux

  • Thread 1 cannot allocate new log, sequence 28703

    Hello, I have a problem in my production database. I have an Oracle database 10.2.0.2 64 bits, and Checking the alertlog I see this message some days ago: Thread 1 cannot allocate new log, sequence 19943 Private strand flush not complete Current log#

  • Who will now support UK Vodafone peeps?

    I've just come across this on the Vodafone forum http://forum.vodafone.co.uk/topic/64707-nokia-n900-are-vodafone-still-offering-this-through-insuranc... Why do Nokia allow vodafone to do this to there handsets!!

  • IPhoto shuts down while uploading a photo

    I recently brought my MacBook into the Apple Store and had someone from the Genius Bar do a massive overhaul software update on my computer.  The reason was because whenever I tried accessing my iPhoto it would shut down.  Now I can pull up my iPhoto

  • Material Movement using BAPI with serial number.

    Hello, I am currently doing material movement using BAPI with serial number management, however in some case it works fine and in some cases it given and error message E213(IO). Unable to find the reason, when simulated the same it works fine for 200