Click to See Complete Forum and Search --> : A simple one...


mcpjon
October 21st, 2002, 09:59 AM
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

Athley
October 21st, 2002, 01:42 PM
It would propably be....

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

... then.

/Leyan