home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #3 / NN_1993_3.iso / spool / bit / listserv / win3l / 12884 < prev    next >
Encoding:
Text File  |  1993-01-25  |  2.8 KB  |  60 lines

  1. Comments: Gated by NETNEWS@AUVM.AMERICAN.EDU
  2. Path: sparky!uunet!paladin.american.edu!auvm!OJC.COLORADO.EDU!MARK
  3. X-Envelope-to: win3-l@uicvm.bitnet
  4. X-VMS-To: VAXF::IN%"win3-l@uicvm.bitnet"
  5. X-VMS-Cc: MARK
  6. MIME-version: 1.0
  7. Content-transfer-encoding: 7BIT
  8. Message-ID: <01GTXN0T7JDU00005H@VAXF.COLORADO.EDU>
  9. Newsgroups: bit.listserv.win3-l
  10. Date:         Mon, 25 Jan 1993 11:27:49 -0700
  11. Sender:       Microsoft Windows Version 3 Forum <WIN3-L@UICVM.BITNET>
  12. From:         MARK@OJC.COLORADO.EDU
  13. Subject:      connection to pworks file service without using windows file mgr
  14. Lines: 44
  15.  
  16.         Hi Everyone,
  17.  
  18.         Does anyone know if there is a way thru Microsoft windows to connect
  19.         to a network file or disk service without having to use the file
  20.         manager?  What we'd like to be able to do is create a windows batch
  21.         file that would make the connection to a service, run the application,
  22.         and disconnect from the service as soon as they exit.
  23.  
  24.         We're demo/testing a shareware package called winbatch, but the nearest
  25.         thing I can come to using it is to have a macro that opens the file
  26.         manager, makes the connection, closes (or minimizes) the file manager
  27.         depending on whether it was already open or not, and then runs the
  28.         application.  It seems like this is a lot of extra stuff to go thru...
  29.  
  30.         If I need to, I could probably write a program thru Visual Basic - if
  31.         there are functions to connect to network services...
  32.  
  33.         What we're doing is converting from a DOS-based menuing system that
  34.         uses batch files to MS Windows...  We have batch files that look like
  35.         the following:
  36.  
  37.                 USE H: \\node\application
  38.                 WP/NT...
  39.                 USE H:/D
  40.  
  41.         Ideally, we'd like to use the same batch files, but since you can't
  42.         issue the use command in the batch file, we need to find a way to
  43.         make the connection, and disconnect from windows before we execute
  44.         the DOS application.
  45.  
  46.  
  47.         Any one have any ideas or suggestions?  Any help would be greatly
  48.         appreciated...
  49.  
  50.         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  51.         ~       Mark Allen              | Internet: MARK@OJC.COLORADO.EDU ~
  52.         ~       Computer Programmer C   | DECNET:   OJC::MARK             ~
  53.         ~                               ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  54.         ~       Otero Junior College                                      ~
  55.         ~       La Junta, CO 81050              Curiosity killed the cat, ~
  56.         ~       (719) 384-6830                  but for a while there I   ~
  57.         ~                                       was the suspect.          ~
  58.         ~                                               - Steven Wright   ~
  59.         ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  60.