What is a script file? How do I create one?
A script file contains a copy of all of the commands given at the keyboard and all of the output sent to the computer screen. The syntax for starting a script file is: prompt >> script name-of-script-file ….. now go ahead and run your programs. A copy of the commands and program output will be echoed to file “name-of-script-file” The script file is terminated by typing prompt >> exit Now send the “name-of-script-file” file to the printer.
Related Questions
- Is it possible to generate a database schema in Oracle using a script with CREATE TABLE, from an XML file generated by a Rational Rose design tool?
- I used the Zelix KlassMaster ZKM Script Helper to create a ZKM Script file but when I run it I get warnings. Why?
- Can I create my config file automatically, with a script or CGI?