CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: A simple one...

  1. #1
    Join Date
    Oct 2002
    Posts
    1

    A simple one...

    Excuse my ignorance please...here is my problem.

    I have a folder which I would like to copy into different users start menu which will provide shortcuts to database forms located on the network. I have already created a batch file which works perfectly in WinNT, my problem is most of the users are on 2000. Since 2000 directory structure is different, and MSDos names are no longer available in the properties menu of a folder, my limited knowledge has run out. Below you will find a copy of the batch file. Thanks for any help.


    md c:\winnt\profiles\alluse~1\startm~1\programs\ConsultantDatabase

    copy p:\consul~1\consul~1\consul~1 c:\winnt\profiles\alluse~1\startm~1\programs\ConsultantDatabase

    pause

  2. #2
    Join Date
    Oct 2002
    Location
    Växjö, Sweden
    Posts
    225
    It would propably be....

    copy p:\consul~1\consul~1\consul~1 c:\docume~1\alluse~1\startm~1\programs\.....

    ... then.

    /Leyan

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured