home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PsL Monthly 1996 May
/
psl-monthly-shareware-cdrom-vol4-no5.iso
/
setup.bat
< prev
next >
Wrap
DOS Batch File
|
1996-02-26
|
1KB
|
30 lines
echo off
if %1. == . goto CopyC
copy \psl_news\vbrun300.dll %1
copy \psl_news\wbtrcall.dll %1
goto Done
:CopyC
if exist c:\windows\win.ini goto CopyC1
cls
echo The Windows program for accessing the CD is in the PSL_NEWS directory.
echo Before running it, you need to copy the files VBRUN300.DLL and
echo WBTRCALL.DLL from the PSL_NEWS directory on the CD to the WINDOWS
echo directory on your hard drive. Then just use Program Manager or File
echo Manager to locate PSL_SHRW.EXE in the PSL_NEWS directory of this CD
echo and run that program.
echo
echo If your Windows drive and directory are C:\WINDOWS, press Enter to
echo have this batch file copy the necessary files. Otherwise, press Ctrl-C
echo at the following prompt and rerun SETUP specifying the correct drive
echo and path (example: "SETUP D:\WIN3").
echo
pause
:CopyC1
copy psl_news\vbrun300.dll c:\windows
copy psl_news\wbtrcall.dll c:\windows
:Done
echo
echo If no error messages were received above, you are now ready to run
echo PSL_SHRW.EXE which is in the PSL_NEWS directory.
echo