[AccessD] OT: DOS Batch File

Lembit Soobik Lembit.Soobik at t-online.de
Mon Jul 14 05:44:38 CDT 2003


tony,
here is a batch file tht copies a library and a FE to a local drive and runs
access
---------------------
ECHO OFF

copy \\S856\Libraries\soolib99.mda c:\weg

copy \\S856\zDaten\Lembit\db_FE\Operational\play.mdb c:\weg

cd "c:\Programme\Microsoft Office\Office\"

start /max MSACCESS.EXE c:\weg\play.mdb

exit

---------------------
Lembit Soobik

----- Original Message ----- 
From: "Tony Septav" <iggy at nanaimo.ark.com>
To: <accessd at databaseadvisors.com>
Sent: Monday, July 14, 2003 1:56 AM
Subject: [AccessD] OT: DOS Batch File


> Hey All
> Does anyone have a DOS batch file script or direct me to a source  to
> copy a source file in a default directory on the C: drive (hard coded)
> and prompt the user to enter destination
> path.(eg.D:\Myfolder\myfile.txt).
> Thanks Kindly
>
>
> _______________________________________________
> AccessD mailing list
> AccessD at databaseadvisors.com
> http://databaseadvisors.com/mailman/listinfo/accessd
> Website: http://www.databaseadvisors.com
>




More information about the AccessD mailing list