home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #1 / monster.zip / monster / WIN_UTL1 / CLOCKER.ZIP / EXAMPLES.TXT < prev    next >
Text File  |  1994-01-08  |  2KB  |  39 lines

  1. Some examples have been provided to show how to accomplish
  2. certain functions with Clocker.  The following is a
  3. description of the examples included:
  4.  
  5. EXAMPLE 1:
  6.  
  7.   This example shows how to attach to a Novell NetWare file
  8.   server, mount a drive, and copy a file from the network
  9.   drive to your local drive.
  10.   
  11.   EXAMPLE1.CLK  This is the CLK file to load into Clocker.
  12.                 This schedule will execute EXAMPLE1.PIF every
  13.                 weeknight at midnight.
  14.   
  15.   EXAMPLE1.PIF  This is a PIF file, to ensure that the DOS
  16.                 batch file that is executed has background
  17.                 execution enabled.
  18.   
  19.   EXAMPLE1.BAT  This is the DOS batch file that does all of
  20.                 the work.  To use this batch file, you will
  21.                 need to replace the server name, user name,
  22.                 password, volume, and directory with the
  23.                 appropriate selections for your application.
  24.   
  25. EXAMPLE 2:
  26.  
  27.   This example shows how to backup your C: drive to a
  28.   network file server.  This example uses PKZIP as the
  29.   compression tool; others could be easily substituted.
  30.   
  31.   EXAMPLE2.CLK  This is the CLK file to load into Clocker.
  32.                 This schedule will execute EXAMPLE2.PIF every
  33.                 Monday, Wednesday, and Friday at 10:00pm.
  34.   
  35.   EXAMPLE2.PIF  This is a PIF file which runs PKZIP with the
  36.                 required parameters.  It also ensures that
  37.                 the background execution is enabled.
  38.   
  39.