How to make terminal repeat sentences

In the terminal application, I use the "echo" command line a lot to get Terminal to repeat sentences that I input. I was wondering if it is possible to make the "Echo" command automatially repeat pre-set sentences. For example, I want Terminal to say "Good Morning" in the morning and "Good Night" at night. Is this possible? Thnaks in advance.

You question is vague so giving a specific solution is difficult.
What times exactly do you want the commands to run? Why do you need to do this in the Terminal?
The absolute easiest way to do this is to use Automator and create a calendar event. Have the workflow run a shell or Applescript that speaks the sentence you want.
For example
then schedule this to run when you want it to. Same for Good Night.
Thee are many other ways to schedule a job to run under OS X but launchd (see man page) is the prefered way but likely overkill for what you are asking.

Similar Messages

  • How to make a repeated todo

    Does anyone know how to make a repeated to do like ...balance checkbook and have it repeat every three or for days...
    also is there a way to have an alarm be a text message sent to my phone...cool no?
    imac G5   Mac OS X (10.4.7)  

    I'm using GarageBand on a iPad mini 2

  • How to make horizantal repeating table?

    Hi All,
    I just want to make horizantal repeating table in InfoPath form. In brief, if insert new item in repeating table it should add next to first table not one by one.
    How to achieve this, thanks in advance!

    Hello,
    It should work in IP 2013 as well. Also make sure that you are designing client form because it does not works in browser based form.
    http://www.bizsupportonline.net/infopath2013/videos/infopath-2013-show-hide-columns-horizontal-repeating-table.htm
    Hemendra:Yesterday is just a memory,Tomorrow we may never see
    Please remember to mark the replies as answers if they help and unmark them if they provide no help

  • How to make multiple repeating pages for XML child nodes

    I have a schema that has many levels, and I am trying to have some of the child data print on separate pages.
    <As>
    <A id=1>
    <Bs>
    <B id=1 name="B1">
    <Cs>
    <C id=1 name="B1C1" />
    <C id=2 name="B1C2" />
    <C id=3 name="B1C3" />
    </Cs>
    </B>
    <B id=2 name="B2">
    <Cs>
    <C id=1 name="B2C1" />
    <C id=2 name="B2C2" />
    <C id=3 name="B2C3" />
    </Cs>
    </B>
    <Bs>
    </A>
    <As>
    I want to place the data from A and B on page 1 (A is header fields and B is a table showing B1, B2 etc), and then per B, place data from C items on their own pages (repeat as necessary).
    So the page output would be:
    Page 1
    A:1 (header items)
    B table
    B1
    B2
    Page 2
    A:1 (header items)
    B id: 1
    C data for B1C1
    Page 3
    A:1 (header items)
    B id: 1
    C data for B1C2
    Page 4
    A:1 (header items)
    B id: 1
    C data for B1C3
    Page 5
    A:1 (header items)
    B id: 2
    C data for B2C1
    Page 6
    A:1 (header items)
    B id: 2
    C data for B2C2
    Page 7
    A:1 (header items)
    B id: 2
    C data for B2C3
    Page 8
    A:2 (header items)
    etc.
    I am hoping that with this quick sketch someone can tell me how to accomplish the placement of the C items.

    For the time being, I can only respond to Pages for iOS. OS X I'll need to check when I get home (or perhaps someone else will beat me to it). You may wish to post in the Pages for Mac forum for better exposure.
    In Pages for iOS you are limited to a single header and footer. There is no Section structure so no way to do different headers/Footers for different pages (as you can do in MS word for example). To modify the Header and insert the text you want: Tap the Tools icon (wrench in upper right), then Document Set up. Tap in the header field, then tap and hold to use the menu to insert pages numbers, then type the text you need.
    Quite possibly. Check the app store. Or you may be able to set this up in Pages for OS X and import it into Pages on the iPad. I'm not certain the sections will import however.
    Also consider using a different app, such as word for iOS or any of the numerous other word processing apps available.

  • How to make a repeating section by clicking on a 'button'

    Hello,
    I am creating a form and there is a secion for 'Add a Dependent'.  The form only show enough fields for one dependent.  I have created a button that says 'Add a Dependent'. When the user clicks on this button I would like the section to show up again, asking for the information for the new dependent. Also, there will be a cancel button so that if they click on 'add a dependent' too many times, they can cancel each one individually if needed.The purpose for this is because it will take up much less space in the form. Can anyone help?
    Thank you in advance,
    Nik

    Here is what I did for making the Subform repeat..
    Selected the Dependants subform and went to the Binding tab, checked the cehckbox "Repeat Subform each Data Item"..
    Placed the below code in the click event of the Add Dependant button.
         Dependants.instanceManager.addInstance(1);
    Placed the below code in the Click event of the "X" button:
              if 
    (this.parent.index>0)
              Registration.content.Dependants.instanceManager.removeInstance(this.parent.index);
    Placed the below code in the Initialize event of the "X" button:
         if(this.parent.index==0)
              this.presence = "hidden";
    Let me know if you have any issues..
    Thanks
    Srini

  • Capture webcam success! Now how to make it repeat itself??

    I have a code which captures my webcam and saves (and displays) a jpg image.
    However, I want to make it so my code captures my webcam once every second or so.
    Wait one second ---> Capture image -----> save (replace) over the previous image ------> do it again...
    My current code is as follows:
    import javax.swing.*;
    import javax.swing.event.*;
    import java.io.*;
    import javax.media.*;
    import javax.media.format.*;
    import javax.media.util.*;
    import javax.media.control.*;
    import javax.media.protocol.*;
    import java.util.*;
    import java.awt.*;
    import java.awt.image.*;
    import java.awt.event.*;
    import com.sun.image.codec.jpeg.*;
    public class camagain extends Panel implements ActionListener
         public static Player player;
         public CaptureDeviceInfo DI;
         public MediaLocator ML;
         public JButton CAPTURE;
         public Buffer BUF;
         public Image img;
         public VideoFormat VF;
         public BufferToImage BtoI;
         public ImagePanel imgpanel;
         public camagain()
              setLayout(new BorderLayout());
              setSize(320,550);
              imgpanel = new ImagePanel();
              CAPTURE = new JButton("Capture");
              CAPTURE.addActionListener(this);
              String str1 = "vfw:Logitech USB Video Camera:0";
              String str2 = "vfw:Microsoft WDM Image Capture (Win32):0";
              DI = CaptureDeviceManager.getDevice(str2);
              ML = new MediaLocator("vfw://0");
              try
                   player = Manager.createRealizedPlayer(ML);
                   player.start();
                   Component comp;
                   if( (comp = player.getVisualComponent()) != null )
                        add(comp,BorderLayout.NORTH);
                   add(CAPTURE,BorderLayout.CENTER);
                   add(imgpanel,BorderLayout.SOUTH);
              catch (Exception e)
                   e.printStackTrace();
         public static void main(String[] args)
              Frame f = new Frame("SwingCapture");
              SwingCapture cf = new SwingCapture();
              f.addWindowListener(new WindowAdapter()
                   public void windowClosing(WindowEvent e)
                        playerclose();
                        System.exit(0);
              f.add("Center",cf);
              f.pack();
              f.setSize(new Dimension(320,550));
              f.setVisible(true);
         public static void playerclose()
              player.close();
              player.deallocate();
         public void actionPerformed(ActionEvent e)
              JComponent c = (JComponent) e.getSource();
              if(c == CAPTURE)
                   // Grab a frame
                   FrameGrabbingControl fgc = (FrameGrabbingControl)
                   player.getControl("javax.media.control.FrameGrabbingControl");
                   BUF = fgc.grabFrame();
                   // Convert it to an image
                   BtoI = new BufferToImage((VideoFormat)BUF.getFormat());
                   img = BtoI.createImage(BUF);
                   // show the image
                   imgpanel.setImage(img);
                   // save image
                   saveJPG(img,"c:\\test.jpg");
         class ImagePanel extends Panel
              public Image myimg = null;
              public ImagePanel()
                   setLayout(null);
                   setSize(320,240);
              public void setImage(Image img)
                   this.myimg = img;
                   //repaint();
              public void paint(Graphics g)
                   g.drawImage(myimg, 0, 0, this);
         public static void saveJPG(Image img, String s)
              BufferedImage bi = new BufferedImage(img.getWidth(null), img.getHeight(null), BufferedImage.TYPE_INT_RGB);
              Graphics2D g2 = bi.createGraphics();
              g2.drawImage(img, null, null);
              FileOutputStream out = null;
              try
                   out = new FileOutputStream(s);
              catch (java.io.FileNotFoundException io)
                   System.out.println("File Not Found");
              JPEGImageEncoder encoder = JPEGCodec.createJPEGEncoder(out);
              JPEGEncodeParam param = encoder.getDefaultJPEGEncodeParam(bi);
              param.setQuality(0.5f,false);
              encoder.setJPEGEncodeParam(param);
              try
                   encoder.encode(bi);
                   out.close();
              catch (java.io.IOException io)
                   System.out.println("IOException");
    }Please help me.

    import javax.swing.*;
    import javax.swing.event.*;
    import java.io.*;
    import javax.media.*;
    import javax.media.format.*;
    import javax.media.util.*;
    import javax.media.control.*;
    import javax.media.protocol.*;
    import java.util.*;
    import java.awt.*;
    import java.awt.image.*;
    import java.awt.event.*;
    import com.sun.image.codec.jpeg.*;
    public class camagain extends Panel implements ActionListener {
        public static Player player;
        public CaptureDeviceInfo DI;
        public MediaLocator ML;
        public JButton CAPTURE;
        public Buffer BUF;
        public Image img;
        public VideoFormat VF;
        public BufferToImage BtoI;
        public ImagePanel imgpanel;
        public javax.swing.Timer timer = new javax.swing.Timer(200, this); // 200ms is too fast increase it to suit your need
        public camagain() {
            setLayout(new BorderLayout());
            setSize(320, 550);
            imgpanel = new ImagePanel();
            CAPTURE = new JButton("Capture");
            CAPTURE.addActionListener(this);
            String str1 = "vfw:Logitech USB Video Camera:0";
            String str2 = "vfw:Microsoft WDM Image Capture (Win32):0";
            DI = CaptureDeviceManager.getDevice(str2);
            ML = new MediaLocator("vfw://0");
            try {
                player = Manager.createRealizedPlayer(ML);
                player.start();
                Component comp;
                if ((comp = player.getVisualComponent()) != null) {
                    add(comp, BorderLayout.NORTH);
                add(CAPTURE, BorderLayout.CENTER);
                add(imgpanel, BorderLayout.SOUTH);
                Thread.sleep(5000);     // this is important, otherwise you may get NPE somewhere, needs polishing ;-)
                timer.start();                // start timer
            } catch (Exception e) {
                e.printStackTrace();
        public static void main(String[] args) {
            Frame f = new Frame("SwingCapture");
            camagain cf = new camagain();   // I didn't had 'SwingCapture, so I added camgain.....
            f.addWindowListener(new WindowAdapter() {
                public void windowClosing(WindowEvent e) {
                    playerclose();
                    System.exit(0);
            f.add("Center", cf);
            f.pack();
            f.setSize(new Dimension(320, 550));
            f.setVisible(true);
        public static void playerclose() {
            player.close();
            player.deallocate();
        public void actionPerformed(ActionEvent e) {
            if (e.getSource() instanceof JComponent) {
                JComponent c = (JComponent) e.getSource();
                if (c == CAPTURE) {
                    action();  // maoved every thing to new method action()
            } else if (e.getSource() instanceof javax.swing.Timer) {
                action();       // timer event , call action() again
        public void action() {    // your action handler code.....
            // Grab a frame
            FrameGrabbingControl fgc = (FrameGrabbingControl) player.getControl("javax.media.control.FrameGrabbingControl");
            BUF = fgc.grabFrame();
            // Convert it to an image
            BtoI = new BufferToImage((VideoFormat) BUF.getFormat());
            img = BtoI.createImage(BUF);
            // show the image
            imgpanel.setImage(img);
            // save image
            saveJPG(img, "d:\\test.jpg");
        class ImagePanel extends Panel {
            public Image myimg = null;
            public ImagePanel() {
                setLayout(null);
                setSize(320, 240);
            public void setImage(Image img) {
                this.myimg = img;
                repaint();
            public void paint(Graphics g) {
                super.paint(g);
                g.drawImage(myimg, 0, 0, this);
        public static void saveJPG(Image img, String s) {
            BufferedImage bi = new BufferedImage(img.getWidth(null), img.getHeight(null), BufferedImage.TYPE_INT_RGB);
            Graphics2D g2 = bi.createGraphics();
            g2.drawImage(img, null, null);
            FileOutputStream out = null;
            try {
                out = new FileOutputStream(s);
            } catch (java.io.FileNotFoundException io) {
                System.out.println("File Not Found");
            JPEGImageEncoder encoder = JPEGCodec.createJPEGEncoder(out);
            JPEGEncodeParam param = encoder.getDefaultJPEGEncodeParam(bi);
            param.setQuality(0.5f, false);
            encoder.setJPEGEncodeParam(param);
            try {
                encoder.encode(bi);
                out.close();
            } catch (java.io.IOException io) {
                System.out.println("IOException");
    }

  • How to make Terminal prompt change permanent?

    I am using OS X Lion v10.7.2 and want to change my terminal prompt, but everytime I shutdown and restart Terminal, it defaults back to the original.
    I am using
    export PS1="\w >"
    Thanks

    If it exists, its in your Home Directory
         ls .bash_profile
    If you get
          ls: .bash_profile: No such file or directory, then just create it with:
              echo PS1='\w >' >> .bash_profile

  • How to make arrays or repeat objects in circle?

    Hello,
    1 - How to make arrays without copying and pasting? Fig-1
    2 - how to create objects repeated in circles? Fig-2
    Regards and Thanks

    1) Patterns
    2) One option is Scripting (or Actions).
    http://forums.adobe.com/message/3472806#3472806
    Edit: That was only for text layers, you could give this a try:
    // xonverts to smart object, copies and rotates a layer;
    // for photoshop cs5 on mac;
    // 2011; use it at your own risk;
    #target photoshop
    ////// filter for checking if entry is numeric and positive, thanks to xbytor //////
    posNumberKeystrokeFilter = function() {
              this.text = this.text.replace(",", ".");
              this.text = this.text.replace("-", "");
              if (this.text.match(/[^\-\.\d]/)) {
                        this.text = this.text.replace(/[^\-\.\d]/g, '');
    posNumberKeystrokeFilter2 = function() {
              this.text = this.text.replace(",", "");
              this.text = this.text.replace("-", "");
              this.text = this.text.replace(".", "");
              if (this.text.match(/[^\-\.\d]/)) {
                        this.text = this.text.replace(/[^\-\.\d]/g, '');
              if (this.text == "") {this.text = "2"}
              if (this.text == "1") {this.text = "2"}
    var theCheck = photoshopCheck();
    if (theCheck == true) {
    // do the operations;
    var myDocument = app.activeDocument;
    var myResolution = myDocument.resolution;
    var originalUnits = app.preferences.rulerUnits;
    app.preferences.rulerUnits = Units.PIXELS;
    var dlg = new Window('dialog', "set circle-radius for arrangement", [500,300,840,450]);
    // field for radius;
    dlg.radius = dlg.add('panel', [15,17,162,67], 'inner radius');
    dlg.radius.number = dlg.radius.add('edittext', [12,12,60,32], "30", {multiline:false});
    dlg.radius.numberText = dlg.radius.add('statictext', [65,14,320,32], "mm radius ", {multiline:false});
    dlg.radius.number.onChange = posNumberKeystrokeFilter;
    dlg.radius.number.active = true;
    // field for number;
    dlg.number = dlg.add('panel', [172,17,325,67], 'number of copies');
    dlg.number.value = dlg.number.add('edittext', [12,12,60,32], "30", {multiline:false});
    dlg.number.value.onChange = posNumberKeystrokeFilter2;
    dlg.number.value.text = "12";
    // buttons for ok, and cancel;
    dlg.buttons = dlg.add('panel', [15,80,325,130], '');
    dlg.buttons.buildBtn = dlg.buttons.add('button', [13,13,145,35], 'OK', {name:'ok'});
    dlg.buttons.cancelBtn = dlg.buttons.add('button', [155,13,290,35], 'Cancel', {name:'cancel'});
    // show the dialog;
    dlg.center();
    var myReturn = dlg.show ();
    if (myReturn == true) {
    // the layer;
              var theLayer = smartify(myDocument.activeLayer);
              app.togglePalettes();
    // get layer;
              var theName = myDocument.activeLayer.name;
              var theBounds = theLayer.bounds;
              var theWidth = theBounds[2] - theBounds[0];
              var theHeight = theBounds[3] - theBounds[1];
              var theOriginal = myDocument.activeLayer;
              var theHorCenter = (theBounds[0] + ((theBounds[2] - theBounds[0])/2));
              var theVerCenter = (theBounds[1] + ((theBounds[3] - theBounds[1])/2));
    // create layerset;
              var myLayerSet = myDocument.layerSets.add();
              theOriginal.visible = false;
              myLayerSet.name = theName + "_rotation";
    // create copies;
              var theNumber = dlg.number.value.text;
              var theLayers = new Array;
              for (var o = 0; o < theNumber; o++) {
                        var theCopy = theLayer.duplicate(myLayerSet, ElementPlacement.PLACEATBEGINNING);
                        theLayers.push(theCopy);
    // calculate the radius in pixels;
              var theRadius = Number(dlg.radius.number.text) / 10 * myResolution / 2.54;
              myDocument.selection.deselect();
    // get the angle;
              theAngle = 360 / theNumber;
    // work through the layers;
              for (var d = 0; d < theNumber; d++) {
                        var thisAngle = theAngle * d ;
                        var theLayer = theLayers[d];
    // determine the offset for outer or inner radius;
                        var theMeasure = theRadius + theHeight/2;
    //                    var theMeasure = theRadius + theWidth/2;
                        var theHorTarget = Math.cos(radiansOf(thisAngle)) * theMeasure;
                        var theVerTarget = Math.sin(radiansOf(thisAngle)) * theMeasure;
    // do the transformations;
                        rotateAndMove(myDocument, theLayer, thisAngle + 90, - theHorCenter + theHorTarget + (myDocument.width / 2), - theVerCenter + theVerTarget + (myDocument.height / 2));
    // reset;
    app.preferences.rulerUnits = originalUnits;
    app.togglePalettes()
    ////// function to determine if open document is eligible for operations //////
    function photoshopCheck () {
    var checksOut = true;
    if (app.documents.length == 0) {
              alert ("no open document");
              checksOut = false
    else {
              if (app.activeDocument.activeLayer.isBackgroundLayer == true) {
                        alert ("please select a non background layer");
                        checksOut = false
              else {}
    return checksOut
    ////// function to smartify if not //////
    function smartify (theLayer) {
    // make layers smart objects if they are not already;
              if (theLayer.kind != LayerKind.SMARTOBJECT) {
                        myDocument.activeLayer = theLayer;
                        var id557 = charIDToTypeID( "slct" );
                        var desc108 = new ActionDescriptor();
                        var id558 = charIDToTypeID( "null" );
                        var ref77 = new ActionReference();
                        var id559 = charIDToTypeID( "Mn  " );
                        var id560 = charIDToTypeID( "MnIt" );
                        var id561 = stringIDToTypeID( "newPlacedLayer" );
                        ref77.putEnumerated( id559, id560, id561 );
                        desc108.putReference( id558, ref77 );
                        executeAction( id557, desc108, DialogModes.NO );
                        return myDocument.activeLayer
              else {return theLayer}
    ////// radians //////
    function radiansOf (theAngle) {
              return theAngle * Math.PI / 180
    ////// rotate and move //////
    function rotateAndMove (myDocument, theLayer, thisAngle, horizontalOffset, verticalOffset) {
    // do the transformations;
    myDocument.activeLayer = theLayer;
    // =======================================================
    var idTrnf = charIDToTypeID( "Trnf" );
        var desc3 = new ActionDescriptor();
        var idFTcs = charIDToTypeID( "FTcs" );
        var idQCSt = charIDToTypeID( "QCSt" );
        var idQcsa = charIDToTypeID( "Qcsa" );
        desc3.putEnumerated( idFTcs, idQCSt, idQcsa );
        var idOfst = charIDToTypeID( "Ofst" );
            var desc4 = new ActionDescriptor();
            var idHrzn = charIDToTypeID( "Hrzn" );
            var idPxl = charIDToTypeID( "#Pxl" );
            desc4.putUnitDouble( idHrzn, idPxl, horizontalOffset );
            var idVrtc = charIDToTypeID( "Vrtc" );
            var idPxl = charIDToTypeID( "#Pxl" );
            desc4.putUnitDouble( idVrtc, idPxl, verticalOffset );
        var idOfst = charIDToTypeID( "Ofst" );
        desc3.putObject( idOfst, idOfst, desc4 );
        var idAngl = charIDToTypeID( "Angl" );
        var idAng = charIDToTypeID( "#Ang" );
        desc3.putUnitDouble( idAngl, idAng, Number(thisAngle) );
    executeAction( idTrnf, desc3, DialogModes.NO );

  • How to make my 'preload' animated gif to repeat?

    I have my 'preload' animated gif in my psd file.
    When I go to play it, it only plays the frames once.
    How do I make it repeat and not stop?
    I am using Photoshop CS5.

    Actually, you can. There is a Looping Option that you can set.. either ONCE or FOREVER.
    Just FYI.
    Thanks though.

  • How to make an order on repeating frame using Formula Column?

    Hi All,
    I have a repeating frame dependent on some query, how to make an order on this repeating frame using a formula column defined in its group and dependet on values from the query?
    Note: I'm using Reports 6i

    Place your formula column at the top of the itm group and set the BREAK_ORDER to assc.. or desc...
    Hope this helps
    Hamid
    if problem solved, close the thread.

  • How do I make a repeat pattern in Photoshop CC?

    I am trying to make a seamless repeat pattern in photoshop. I used to be able to do this in older versions of Photoshop by adjusting the position of my artboard in Filter -> Other -> Offset.
    Now I can't seem to adjust the offset by adjusting the pixels according to the size of my artboard, but I have to choose a pixel number between -1182 and +1182 instead?
    For instance, if my artboard is 100px I used to be able to set it to 50px so the artboard shifts halfway to the right. Now I have to set it at (1182 : 4=) 295px to get my artboard to that same position.
    Plus, when I use 'wrap around' the objects in my artboard don't appear on the other side of the artboard as should be the case.
    What is going on? Does anyone know how I can easily make a repeat pattern in Illustrator now? Is there something like 'Pattern maker" for Photoshop cc,  like the one that used to be available for older versions of PS but is now disabled for Photoshop CC?
    Thanks a bunch! 

    https://www.google.com/search?sourceid=chrome-psyapi2&rlz=1C1CHFX_enUS546US546&ion=1&espv= 2&ie=UTF-8&q=photoshop%20tutor…

  • How can make the header repeat in every page?

    I followed the instructions in pages' help nad it does work for text heardes, however it does not work with images and graphics.
    Daoes anyone know how to make graphic and/or images headers repeat in each page?
    Thanks in advance.
    Ruben

    Make them Master Objects:
    http://www.freeforum101.com/iworktipsntrick/viewtopic.php?t=182&highlight=letter head&mforum=iworktipsntrick
    Peter

  • I just installed an update on my iPhone and since then the choice to repeat music, or not, has disappeared and it automatically plays songs and albums on a loop. Anyone know how to make it play an album or song just once?

    I just installed an update on my iPhone and since then the choice to repeat music, or not, has disappeared and it automatically plays songs and albums on a loop. Anyone know how to make it play an album or song just once?

    Basics from the manual are restrt, reset, restore.
    Have you tried each of these?

  • HT5293 how to make our folder hidden, without writing in terminal console in apple mac book air OSX10.8.5

    Hey all users
    I am using this mac book air OSX10.8.5.
    i NEED TO ASK THAT HOW TO MAKE OUR FOLDER HIDDEN IN THIS , WITHOUTING PUTTING ANY COMMAND IN TERMINAL CONSOLE.
    PLS SUGGEST . WHAT IS THE PROCEDURE IF ANYBODY KNOW ABOUT THIS .

    First don't write in all caps, that's tantamount to shouting and hurts our eyes. You can't. Using the Terminal app is simple and detailed in https://discussions.apple.com/message/16507198#16507198

  • Calendar event - how to make it to repeat it self?

    Hi,
    I was surprised to say that I added a calendar event and I can't make to repeat itself.
    For example, I'm using this because I have to take some medicine every day in the morning and I always use reminder for this, to be sure that I take it So it is not a event reminder, which I would like o repeat itself.
    I didn't found anything for this setting. Did anyone find such a thing?
    Thank you.
    Br,
    Qqcsi

    Hi,
    You are right, I forgot to include the model of my phone. Sorry. It is a Nokia N79.
    Unfortunetly I don't have what you suggested
    Even my Nokia 6100 had it. It's strange that in the N79 I can't find it
    Thanks,
    Qqcsi

Maybe you are looking for

  • Pages are not loading after using for 20 min so i have to use task maneger to shut it down and restart

    i can download for about 20 min then i try to go to another page by opening a new tab or using a bookmark Firefox totally freeze's up so i have to close down and go into the task mngr and shut down the process for firefox and restart because if i do

  • Dynamic query in 10g

    i am calling a report from a 10g form. i wanna to pass a dynamic query from form to report. I am able to perform this with 6i but can't using 10g. is there any way to create a dynamic query in reports 10g thanks

  • Convert a big txt from ANSI to UNICODE

    Hi All. I have an very big txt file, around 500MB. can't open with notepad, or other tools the format is ANSI, I want to convert it to unicode format.. how to convert it without openning it..

  • Can't send mail to .Mac accounts

    I saw this problem posted before but the answer didn't solve it for me. I don't have a .Mac account but I use pop mail for my email from my web-based email. Every time I send to a [email protected] address, I get the following message from "Mail Deli

  • Region free burning on a Power Mac G5 or Mac Book Pro

    Can a Mac burn a region free DVD (Region 0), or DVD's for different regions?