home *** CD-ROM | disk | FTP | other *** search
/ DP Tool Club 15 / CD_ASCQ_15_070894.iso / vrac_os2 / wincmd75.zip / WCL.FAQ < prev    next >
Text File  |  1994-06-10  |  4KB  |  93 lines

  1.      WCL FREQUENTLY ASKED QUESTIONS: AND BRIEF ANSWERS
  2.      -------------------------------------------------
  3.  
  4. 1. WHAT IS WCL?
  5.      WCL is a command processor for Windows, which also emulates
  6.      most of the internal DOS commands.
  7.  
  8. 2. SHOULD I READ THE WCL HELP FILE BEFORE USING WCL?
  9.      YES, YES, YES! All questions in this file can be answered by
  10.      the simple expedient of reading the documentation.
  11.  
  12. 3. CAN I USE BATCH FILES WITH WCL?
  13.      YES. Any command recognised by WCL can be put in a batch file with
  14.      a .CBF extension. DOS Batch files with a .BAT extension are run by
  15.      WCL by opening a separate DOS window for them.
  16.      See the BATCH FILES section in the help file.
  17.  
  18. 4. WHY DOES WCL ALWAYS OPEN A SEPARATE WINDOW WHEN RUNNING DOS PROGRAMS?
  19.      Because there is no other way in which DOS programs can be run
  20.      under Windows.
  21.  
  22. 5. HOW CAN I STOP WCL FROM AUTOMATICALLY CLOSING THE DOS WINDOWS SO
  23.    I CAN SEE THE OUTPUT FROM DOS COMMANDS?
  24.      By using the SPAWN command, or unchecking the "Close Window on Exit"
  25.      checkbox in the PIF file called _DEFAULT.PIF, in your Windows
  26.      directory.
  27.      See the DOS PROGRAMS section in the help file.
  28.  
  29. 6. HOW CAN I USE 4DOS FEATURES FROM WCL?
  30.      By using the SPAWN or RUNDOS commands.
  31.  
  32. 7. HOW CAN I TRANSMIT SEVERAL COMMANDS AT ONCE?
  33.      By using the FOREACH command, or by typing several commands, and
  34.      terminating each of them with a semi-colon.
  35.  
  36. 8. CAN I USE WCL AS MY WINDOWS SHELL?
  37.      Yes. In so doing, you get several other benefits - like being able
  38.      to save the Windows desktop and have it restored automatically
  39.      when next you start Windows.
  40.      See the WINSHELL command
  41.  
  42. 9. CAN I EXIT WCL WITHOUT BEING ASKED FOR CONFIRMATION?
  43.      Yes. Use the WMCLOSE command
  44.  
  45. 10. CAN WE USE WCL ON A NETWORK AND GIVE USERS THEIR OWN INI FILES?
  46.      Yes. Use the "/WCL$=" switch to specify each persons INI file.
  47.      See the NETWORKS section in the help file.
  48.  
  49. 11. DOES WCL SUPPORT NOVELL NETWARE?
  50.      Yes. See (10) above. See also the WCLMAP command.
  51.  
  52. 12. CAN I USE THE "DIR" COMMAND WITHOUT PAUSING AFTER EACH SCREEN?
  53.      Yes. Use the "/Q" switch.
  54.  
  55. 13. DO FILE ASSOCIATIONS IN WIN.INI WORK WITH WCL?
  56.      Yes - same as with the Windows File Manager.
  57.  
  58. 14. CAN I HIDE A PROGRAM or ICON FROM WCL?
  59.      Yes. Use the SENDMESSAGE command. You can also use this command
  60.      to do many other things.
  61.  
  62. 15. CAN I UNZIP A "ZIP" FILE WITH WCL?
  63.      Yes. Use the UNZIP command.
  64.  
  65. 16. CAN I HAVE A SCROLL BACK BUFFER IN WCL SO AS TO SEE THE OUTPUT
  66.     FROM PAST COMMANDS?
  67.      Yes. Use the PgUp or PgDn keys, or scroll with the mouse.
  68.  
  69. 17. CAN I COPY TEXT FROM THE WCL WINDOW TO THE CLIPBOARD?
  70.      Yes. Use the CLIP command.
  71.  
  72. 18. WHY SHOULD I NOT KEEP USING WCL WITHOUT REGISTERING IT?
  73.      Because you are honest - and not registering a shareware program
  74.      which you intend to keep using is no different from stealing
  75.      the registration fee from the author's pocket.
  76.  
  77. 19. IS WCL COMPATIBLE WITH WINDOWS NT AND OS/2?
  78.       Yes.
  79.  
  80. 20. CAN I MAKE THE WCL WINDOW ALWAYS BE ON TOP?
  81.        Yes (with the "small" WCL version). Turn on the "Topmost-Window"
  82.        setting in WCL.INI.
  83.  
  84. 21. CAN I RUN A PROGRAM FROM WCL IN SUCH A WAY THAT IT WILL BE HIDDEN?
  85.        Yes. Use the RUNHIDDEN command. Be careful with this - you will
  86.        need the LISTWINS and SENDMESSAGE commands to terminate such a
  87.        hidden program.
  88.  
  89. 22. ARE THERE ANY HIDDEN SECRETS IN WCL?
  90.        No comment :)
  91.  
  92.  
  93.