home *** CD-ROM | disk | FTP | other *** search
/ High Voltage Shareware / high1.zip / high1 / DIR10 / GT1800_2.ZIP / TC903.LZH / TCALC.BAT < prev    next >
DOS Batch File  |  1991-05-21  |  1KB  |  26 lines

  1. echo off
  2. cls
  3. echo.This is an example batch file to run Turbo CALC
  4. echo.-----------------------------------------------
  5. echo.You should replace the characters 'xxxx' on the 'tc902' command line at
  6. echo.the end of this file with your registration key.  Usage of your key in
  7. echo.this manner will bypass the delay at the start of the program.
  8. echo.
  9. echo.Also on the 'tc902' command line, the %%1 parameter is the auto-start
  10. echo.spreadsheet name.  Use it to quickly load a spreadsheet when Turbo CALC
  11. echo.is started.  It is optional and may be omitted.
  12. echo.
  13. echo.The %%1 is DOS's way to reference command line parameters being passed
  14. echo.into a batch file.  To make use of this feature one would enter the
  15. echo.command line for this batch file like this:
  16. echo.
  17. echo.                          TCALC foobar
  18. echo.
  19. echo.The spreadsheet 'foobar' would then be automatically loaded when the
  20. echo.program starts.
  21. echo.
  22. echo.The 'echo' lines and the 'pause' line may be removed from this batch file.
  23. echo.
  24. echo.
  25. pause
  26. tc903 @xxxx %1