Search 5,000,000+ questions and answers.

Frequently Asked Questions

Q18. Can I run an older Grapher script in Grapher 5?

Golden Software: Grapher 5 FAQ
Yes, Grapher 5 can run Grapher 2, 3, and 4 scripts. Most commands will not need to be changed. There are a few changes in syntax for some commands. The script should run successfully despite these changes. One exception is the Grapher 2 script PageSetup command. Please refer to the online help system for additional information about the new syntax for this command.
Related Questions

Q22. Can I run a Grapher 2 script in Grapher 4?

Golden Software: Grapher 4 FAQ
Yes, Grapher 4 can run Grapher 2 scripts. Most commands will not need to be changed. There is a change in the PageSetup command that does require the script to corrected for Grapher 4. Please refer to the online help system for additional information about the new syntax for this command.
Related Questions

Can Expect be run as a CGI script?

Expect FAQ (Frequently Asked Questions)
Many Expect scripts can be run directly with one change - the following line should be inserted before any other output: puts "Content-type: text/html\n" Next, make sure you invoke external programs using full paths. For example, instead of "spawn telnet", use "spawn /usr/ucb/telnet" (or whatever). Remember that the PATH and other environment variables are going to be different than what you are used to.
Related Questions

How do I run my programme as a script, then?

Frequently Asked Questions for comp.lang.lisp
There is no direct equivalent of __FILE__ and __LINE__ in ANSI Common Lisp; this is perhaps most simply explained by the fact that CL is not particularly a file-oriented and definitely not a line-oriented language. That said, your particular implementation may carry around some information about where functions were compiled, and COMPILE-FILE binds the special variables *COMPILE-FILE-TRUENAME* and *COMPILE-FILE-PATHNAME*.
Related Questions

Q18. How do I create an Encapsulated PostScript file with Grapher?

Golden Software: Grapher 1 and 2 FAQ
An EPS file is generated by printing the graph to a file. You need to print with a PostScript driver to create an EPS file. If you do not have a PostScript driver installed, click the Add Printer icon. Follow the directions and add any PostScript printer (usually PS appears in the printer driver's title). Open the printer properties by right clicking on the printer and choosing Properties from the menu. PostScript printer drivers usually contain a PostScript tab in Windows 95 and Windows 98.
Related Questions

Can you run a Java Script or Java Applet on my page?

Middlebury Vermont Community Network Frequently Asked Questi...
Ans: Yes, we can... but we should caution you that there are still a lot of old browsers out there that are not Java-enabled. Older AOL browsers, for example, have a devil of a time with Java. We are frankly looking forward to the time when the whole web is fully utilizing the interactive capabilities of the platform-independent language and world of Java. Ans: We have an excellent form script in our CGI Bin, written in perl.
Related Questions

I get a Server Error when I run my cgi script. How can I fix that?

CheaperWebHost.com - Frequently Asked Questions (FAQs)
First, make sure that the permissions on the file are set properly for execute permission. By default, the permissions are 644 (rw-r--r--) and do not allow execution. You need to change the permissions, or the mode, on your cgi script to 755 (rwxr-xr-x). Some FTP programs allow you to change file permissions, if yours doesn't, then you can use the File Manager in your Control Panel to change the permissions.
Related Questions

How do I run a script?

Modelworks Software
You have several choices. First, open the tools tab in the workspace (the tools tab is the one with a pencil icon). Then open the folders in the tree view until you see the script that you want to run. Then double click on the script to run it. You can also use the context menu by doing a right mouse down on the script and then selecting run or run batch. The Run command will run the script in the current thread.
Related Questions

Q20. How can I make the Grapher window visible when running a script?

Golden Software: Grapher 4 FAQ
To make the Grapher window visible, set the Application object's "Visible" property to True: Some programs install the system file mfc42loc.dll in the Windows system directory to control the language of the output messages. Rename this file to a new name, such as mfc42loc.old, to prevent Windows from using this file. This action may have an effect on the program that installed this file.
Related Questions

Q21. Can Grapher 5 create a Piper plot? If so, how?

Golden Software: Grapher 5 FAQ
Grapher cannot directly create a Piper plot. However, through a small workaround, Grapher 5 is capable of producing these plots. A sample plot is available by clicking here.
Related Questions

What is a 5% over or under run?

Judo Marketing FAQ
In any custom manufacturing process you will find some fluctuations in the actual quantities manufactured. At Judo Marketing we usually manufacture some extra units, because once the project is printed and goes through quality control, we may reject a few units that do not pass our high standards. Depending on the number of rejects, your total quantity will vary slightly, plus or minus 5%.
Related Questions

Can I run a copy of the script on two or more domains?

HYIP Nx 2 - Advanced and Secure HYIP Manager Script | HYIP S...
No. You are purchasing a license to use the script only on one domain. You should order an additional license for every other domain.
Related Questions

How can I make sure only one copy of my script is run?

AutoIt
The easiest way is to rename the title of the hidden AutoIt window when your script first starts. Then in the same script check for that window title existing - if it does then another copy of the script is running.
Related Questions

How do I run a script in SQL*Plus?

CIS Oracle FAQ
A script with SQL or SQL*Plus commands in it should have the extension ".sql". E.g. your script is called "foo.sql" to run it type "start foo" or "start foo.sql".
Related Questions

Can I run any type of perl script?

iLogic Hosting : Shared Website Hosting FAQs
As long as your script is not overloading the server resources, and reducing the service to our other hosting clients, you may run the perl scripts of your choice.
Related Questions

Can I run the script in my own sequence / order?

AdventNet QEngine - Frequently Asked Questions
Yes, QEngine supports customization in script execution. In QEngine you can define sequence templates in which you can mention the scripts order for execution. You can choose the manual sequence option and hence your predefined sequence template when you playback all the scripts under the suite.
Related Questions

Why do I compilation errors when I run the script?

DeeArts Design
You should never get a message saying there are compilation errors. We check and double check our code to make sure that doesn't happen. If you do get this message make sure it is not from some changes you made first before sending in a support request.
Related Questions

Where is the Associate Engine script run from?

Associate Engine Script : New Users FAQ
You install the Associate Engine script to your own webserver and it is run from there. See the Download & Installation page and the New Users: Start Here page.
Related Questions

Can I run the script without LWP?

Operating System Sucks-Rules-O-Meter FAQ
You can install SimpleGet.pl instead. You can get it from http://www.mrob.com/SimpleGet.txt (which was 404 as of 2 Aug 2002) or use a copy on this site. To use the script with SimpleGet.pl instead of LWP, change use LWP::Simple; to require "SimpleGet.pl";
Related Questions

How do I run a CGI script over the Web?

I211 Information Infrastructure II
Name the CGI script using the extension cgi, for example myscript.cgi, and place it in the /var/www/cgi-bin/myusername directory. Make sure that the script has the appropriate permissions: it should be world-readable and world-executable (755). Test your script locally (from the shell) first, to make sure it compiles and runs without errors before it is run over the Web. Finally, point a browser to http://sulu.informatics.indiana.edu/cgi-bin/myusername/myscript.cgi.
Related Questions

How do I automatically run the perl script on ...?

Showtimes FAQ - Movie showtimes for the Palm Connected Organ...
The most basic way to do this would be to make a .bat file to run the getdata.pl script, and place this .bat file in your Startup folder. Then, your data would get updated whenever you log on. Note: Be sure to put the FlipReg.exe program somewhere in your path if you configure the script to run automatically. Windows 98 and NT have a Task Scheduler that is fairly simple to set up. Open "My Computer" and then "Scheduled Tasks". Choose "Add Scheduled Task" and follow the prompts.
Related Questions

How do I run my program as a script?

Staging Area for the Common Lisp FAQ
This varies between implementations, so you should check your documentation. In SBCL foo@host] sbcl --disable-debugger --noprint --eval (do-this-function 'on 'these 'args)
Related Questions

Why do I need to run a CRON script?

Electricware.com | FirstClass Classifieds FAQ
FirstClass Classifieds is designed to be as low maintenance as possible. In order for the software to expire ads and generate the daily utilization reports for the administrator, it is necessary for a maintenance script to be run daily. This is best accomplished by setting up a "CRON" job that will automatically run this script at a preset time. Electricware will set this up free of charge for you.
Related Questions

How do I run script files under UNIX?

Borland AppCenter Developer Support Page
If you are running script files rather than directly running executables under UNIX, you should ensure that your script files do the following: Each script should launch only a single executable. (It may launch multiple executables, but only the required one will be monitored by AppCenter.) If I create a Virtual Computer then it seems that the virtual computer is always talking to the first Agent in the list of agents of this computer (usually _SYSTEM).
Related Questions

Have you run the updater script?

Why does Big Medium say that it???s ???Temporarily Unavailab...
Big Medium will continue to be unavailable until you run the updater script to complete your version update. If you have not yet done this, browse to the bm-update.cgi script in your server???s moxiebin directory to complete your upgrade: http://www.example.com/cgi-bin/moxiebin/bm-update.cgi
Related Questions

How do I get a PHP script to run on my account?

Hosting FAQ - OPU Wiki
First of all, write the script into a new file. Your code must go between <? and ?> tags. Be sure that the file is named something.php. The .php extension makes it get parsed by the PHP scripting engine. Your PHP scripts may only access files inside your account directory. This is a security precaution to protect the accounts of other users on the system.
Related Questions

Got A Question? Ask Our Community!


More Questions >>

© Copyright 2007-2008 QueryCAT
About • Webmasters • Contact