Home   Package List   Routine Alphabetical List   Global Alphabetical List   FileMan Files List   FileMan Sub-Files List   Package Component Lists   Package-Namespace Mapping  
Info |  Source |  Entry Points |  Interaction Calls
Print Page as PDF
Routine: MCENV00

Package: Medicine

Routine: MCENV00


Information

MCENV00 ;WISC/DAD-ENVIRONMENT CHECK ROUTINE ;9/9/96 07:38

Source Information

Source file <MCENV00.m>

Entry Points

Name Comments DBIA/ICR reference
GETVER ; Get version of Medicine package installed
ASKDEL ; Ask about deletion of Medicine if version is < 2.0
FILCHK ; Check to see if required files are present
PCHCHK ; Check for patch DI*21*25
ASKDEV ; Ask device to print conversion reports to
REQFILE ; File# ^ Package_Name ^ Minimum_Required_Version

Interaction Calls

Name Line Occurrences
Function Call: WRITE
  • Prompt: !!,"Checking for previous version of the medicine package."
  • Line Location: GETVER+2
Function Call: WRITE
  • Prompt: !!,"Found Medicine package version ",VERSION,"."
  • Line Location: GETVER+7
Function Call: WRITE
  • Prompt: !!,"You are running a version of the Medicine package less"
  • Line Location: GETVER+9
Function Call: WRITE
  • Prompt: !,"than 2.0. Medicine 2.3 can only install over top of"
  • Line Location: GETVER+10
Function Call: WRITE
  • Prompt: !,"version 2.0, 2.2, or in a virgin account."
  • Line Location: GETVER+11
Function Call: WRITE
  • Prompt: !!,"Medicine package not found."
  • Line Location: GETVER+15
Function Call: WRITE
  • Prompt: !!,"Checking for minimum required package versions."
  • Line Location: FILCHK+2
Function Call: WRITE
  • Prompt: !!,"The Medicine Package requires the "_FILENAME
  • Line Location: FILCHK+10
Function Call: WRITE
  • Prompt: !,"file (#"_FILENUM_") from the "_PACKAGE
  • Line Location: FILCHK+11
Function Call: WRITE
  • Prompt: !,"package, minimum version "_REQVER_"."
  • Line Location: FILCHK+12
Function Call: WRITE
  • Prompt: !!,"Missing or insufficient version of"
  • Line Location: FILCHK+17
Function Call: WRITE
  • Prompt: "file(s), aborting installation."
  • Line Location: FILCHK+18
Function Call: WRITE
  • Prompt: !!,"All required files found."
  • Line Location: FILCHK+21
Function Call: WRITE
  • Prompt: !!,"Checking for patch DI*21*25."
  • Line Location: PCHCHK+1
Function Call: WRITE
  • Prompt: !,"Patch not found, aborting installation."
  • Line Location: PCHCHK+3
Function Call: WRITE
  • Prompt: !,"Patch found."
  • Line Location: PCHCHK+7
Function Call: WRITE
  • Prompt: !
  • Line Location: ASKDEV+10
Function Call: WRITE
  • Prompt: !!,"You must enter a device name!"
  • Line Location: ASKDEV+11
Function Call: WRITE
  • Prompt: !!,"No device selected, aborting installation."
  • Line Location: ASKDEV+15
Info |  Source |  Entry Points |  Interaction Calls