Computing.Net > Forums > Disk Operating System > Displaying a graphic from a DOS Batch file

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.

Displaying a graphic from a DOS Batch file

Reply to Message Icon

Name: David Whettingsteel
Date: April 13, 1999 at 02:01:24 Pacific
Comment:

I am making a test boot disk for Y2K testing and would like to display a graphic as a welcome screen before the test commences. I am struggling to work out how to do this.
Any tips eg. Small footprint s/w to display an image from DOS would be much appreciated



Sponsored Link
Ads by Google

Response Number 1
Name: World Library
Date: April 13, 1999 at 18:20:01 Pacific
Reply:

Hi,
Off hand pcx.exe will display a pcx. Gif.exe
will convert a gif to a exacutable.

Both will work on the command line: Example
cls
@echo off
pcx my.pcx
:: Displays a pcx
my.exe
:: Displays a converted gif.


You must of course press a key to continue as neither will work with a timer.

It has been some time but gif.exe was going to include a timer and a means of positioning the image using x and y coords. But I have not downloaded their latest version.

Hope this is of some help.
Hmmm gif.exe can be found just about any where.
Pcx.exe may be difficult.....(Made by "Another Company")
and was included in a program called "Writters Dream". 1984? W/D made electronic books on floppy disk........

I have a copy of w/d so if you want to use a pcx let me know.

World Library


0

Response Number 2
Name: David Whettingsteel
Date: April 13, 1999 at 23:33:04 Pacific
Reply:

Excellent. GIFEXE was just the job. Thankyou very much for your direction.

David Whettingsteel


0
Reply to Message Icon

Related Posts

See More


cyrillic.com WINDOWS3.1 WILL NOT "...



Post Locked

This post is quite old and has been locked from receiving new replies. Please create a new posting instead.


Go to Disk Operating System Forum Home


Sponsored links

Ads by Google


Results for: Displaying a graphic from a DOS Batch file

Email from a DOS batch file? www.computing.net/answers/dos/email-from-a-dos-batch-file/4591.html

Warm Boot Windows NT with a DOS batch file www.computing.net/answers/dos/warm-boot-windows-nt-with-a-dos-batch-file/5118.html

making a dos batch file www.computing.net/answers/dos/making-a-dos-batch-file/12926.html