• home
  • forum
  • my
  • kt
  • download
  • Batch Files : Opening Text Files using a .bat file

    Author: 2007-06-09 14:05:14 From:

    Welcome to part two! Part one dealt with using a batch file to explore a directory of a CD. In this tutorial we are going to look at creating a .bat file that will open a .txt file. So let's get in to it. So to do this:

    1. Open up Notepad and type in the folowing:

    @echo off
    start instructions.txt
    

    Replacing instructions.txt with the filename of your .txt file.

    2. Save type as an "All Files (*.*)" with the filename of your choice ending in .bat, I chose mydoc.bat.

    3. In your flash movie you can run this program by putting the following code into a symbol.

    On (Release)
    FS Command ("Exec", "mydoc.bat")
    End On
    

    4. Right click on your .bat file and choose properties. In here, click over to the 'program' tab and put a check in the "close on exit" box, this will close the program window when it finishes executing, and will save your user a bit of trouble. Click OK and you will now see a .pif file in the same directory as your .bat.

    5. Burn your cd with your projector .exe file, your .bat file, the .pif file and your .txt file in the root directory. When you run your projector movie and click on the button you scripted in step 3, it will run the .bat file which will open up your .txt file in Notepad. This is a good way to give your user quick instructions etc.

    Enjoy!

    1

    » Level Intermediate

    Added: : 2000-03-08
    Rating: 7.47 Votes: 113
    Hits: 5161
    » Author
    No Information Given
    » Download
    Download the files used in this tutorial.
    Download (0 kb)

    discuss this topic to forum

    relation tutorial

    No information

    Category

      3D (36)
      Math Physics (18)
      3rd Party (10)
      Navigation (70)
      Actionscripting (228)
      Optimization (17)
      Animation (166)
      Projector (11)
      Audio (54)
      Special Effects (170)
      Backend (26)
      Text Effects (92)
      Drawing (34)
      Tips and Techniques (58)
      Dynamic Content (38)
      Tricks (8)
      Games (114)
      Utilities (24)
      Getting Started (99)
      Video (59)
      Interactivity (48)
      Web Design (37)

    New

    Hot