Here is the batch file iam using to load data into access..it doesn't work. it executes the first command and creats crap.out but after that nothing happens..I scheduled this job in scheduler..is there any other way of d'ing it..pls send me the script if u have one which works to do this job..i really appreciate it. thanks
D:
cmd /c dir > d:\crap.out
CD\Program Files\Microsoft Office\Office
Msaccess.exe D:\shipping\shipment_daily.mdb /user reddy /pwd /x load
cmd /c dir > d:\crap1.out
D:
cmd /c dir > d:\crap.out
CD\Program Files\Microsoft Office\Office
Msaccess.exe D:\shipping\shipment_daily.mdb /user reddy /pwd /x load
cmd /c dir > d:\crap1.out