home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 February / CHIPinte022000.iso / office51 / os2 / misc / java / jre117 / JAVAINUF.EXE / maketmp.cmd < prev    next >
Encoding:
Text File  |  1998-10-13  |  264 b   |  8 lines

  1. /* rexx */
  2. parse arg fHandle bootdrive
  3. call RxFuncAdd 'RexxInstResolveVariables', 'WPINSTAL', 'RexxInstResolveVariables'
  4.  
  5.  
  6.  drive = RexxInstResolveVariables( fHandle, "{RUNDRV}", 1)
  7.  'COPY ' drive'\java11\bin\applet.exe 'drive'\java11\bin\appletviewer.exe'
  8.