home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / comp / database / 9444 < prev    next >
Encoding:
Internet Message Format  |  1993-01-28  |  1.5 KB

  1. Path: sparky!uunet!opl.com!hri.com!spool.mu.edu!uwm.edu!zaphod.mps.ohio-state.edu!malgudi.oar.net!ucbeh.san.uc.edu!torbecvs
  2. From: torbecvs@ucbeh.san.uc.edu
  3. Newsgroups: comp.databases
  4. Subject: Re: dBase 4v1.1:can I change directories on the fly?SKIP/NEWSGROUP
  5. Message-ID: <1993Jan26.153603.2574@ucbeh.san.uc.edu>
  6. Date: 26 Jan 93 20:36:03 GMT
  7. References: <1993Jan26.163333.21242@bmers145.bnr.ca>
  8. Organization: Univ. of Cincinnati
  9. Lines: 33
  10.  
  11.  
  12.  > Does anyone have any suggestions on how to:
  13. > - get two version of dbase running in a windows environment with share.exe
  14. >   running? or,
  15. > - change directories once I am in a dbase session?, or
  16. > - something else that will get me out of this pickle?
  17.  
  18. Hello Jonathan,
  19.  
  20.     You've got a fairly easy (OK, a very easy) problem to solve here. 
  21. Changing directories would seem to be your easiest out.  I am not sure if you
  22. are operating strictly inside a dBASE application, but I will assume you can
  23. get to the command prompt<.>.  Once you get there:
  24.  
  25.     RUN cd <sub-directory name>
  26.  
  27.               or (same thing)
  28.  
  29.     ! cd <sub-directory name)
  30.  
  31.     All the RUN or ! command does is execute a DOS command 
  32. (dir a:\*.bat, mkdir, etc ......) with DOS syntax.   Of course, the System 
  33. must have a path to the directory containing DOS, but it's most likely true 
  34. that that has been taken care of somewhere far in the past.
  35.  
  36.     One more note.
  37.  
  38.     Set your path (in dBASE) to include the subdirectory that contains
  39. the base dBASE files.  This will allow you continued access to dBASE
  40. help screens and stuff like that.
  41.  
  42. Good Luck!!
  43. Scott
  44.