 
|
 |
Storage Networking , Part 1
eBook: A storage network is any network that's designed to transport block-level storage protocols. But understanding the ins and outs of networked storage takes you deep into several of protocols. This guide covers SANs, Fibre Channels, Disk Arrays, Fabric, and IP Storage.
»
Storage Networking 2, Configuration and Planning
eBook: Picking up where Part 1 left off, Part 2 of our look at storage networking examines configurations for SAN-attached servers and disk arrays, and also includes a look at the future of IP storage.
»
Storage Management Costs in the Enterprise: A Comparison of Mid-Range Array Solutions Whitepaper:
Many factors contribute to the ownership cost for enterprise storage. These include (but are not limited to): physical capacity relative to physical space requirements, performance capacity for data transfer and system reaction time, software maintenance and updates, expandability and flexibility, and much more.
»
Storage Is Changing Fast Be Ready or Be Left Behind
PDF: The storage landscape is headed for dramatic change, thanks to new technologies like Fibre Channel over Ethernet (FCoE), pNFS, object-based storage and SAS that will affect everything from NAS and SANs to disk drives. Get the knowledge you need to make the most of your storage environment, now and in the future.
»
HP StorageWorks EVA4400 Demo:
Dont settle for an expensive and complex array that lacks functionality. The HP StorageWorks EVA4400 delivers virtual storage with enterprise class functionality at an affordable price.
»
|
|
|
|
» Create Graduation Photo Slideshow to Cherish School Memories
» Making movieclips point at the mouse
» Create Flash slideshow for Youtube
» Move a sprite with the keyboard
» Convert FLV to AVI video with DIVX codec to author a desired video with your favorite FLV movie!
» Flash Video Conversion Guide for Apple TV
» How to Convert FLV to iPhone movies
» Convert FLV(Flash Video) video to Cell Phone
» Convert FLV to AVI with XviD video codec to enjoy a DVD quality video with half of its size
» Unknown Tag: Title10
Random Tutorial |
Add Site
|
BBM.net is designed to save you time and deliver the highest quality royalty-free music for your multimedia projects. Features include: over 450 Music Loop Packages from some of the best composers in the business, our music search engine to speed your selection process, alternate music versions & bonus sounds to use for rollovers or transitions, free technical support and free consulting.Click here for details »
|
Tutorials Home
What's New
Top Rated
Submit
myTutes
Random!
Batch Files : Opening Text Files using a .bat file
Author: William Glenn
| Website: http://www.skyhighstudios.com |
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!
| » Level Intermediate |
|
|
Added: : 2000-03-08
Rating: 7.46 Votes: 114
Hits: 5163
|
| » Author |
|
No Information Given
|
| » Download |
|
Download the files used in this tutorial.
|
|
Download (0 kb)
|
|
Get conversion and unzipping tools
for PC and Mac here!
|
| » Forums |
|
More help? Search our boards for quick answers!
|
|
Please rate this tutorial, 10 is the top rating, you can also click the
comments link to read/write a review.
|
|
|