Computing.Net > Forums > Windows XP > creating a batch file

Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Click here to start participating now! Also, check out the New User Guide.

creating a batch file

Reply to Message Icon

Name: arin4u2
Date: November 5, 2009 at 22:32:30 Pacific
OS: Windows XP
Product: Microsoft Running ms-dos 20th anniversary edition
Subcategory: General
Tags: Batch file
Comment:

scripts required for creating a batch file for
opening a .accdb file from a remote system



Sponsored Link
Ads by Google

Response Number 1
Name: ace_omega
Date: November 6, 2009 at 07:11:42 Pacific
Reply:

Not enough information.

What is used to view a .accdb file?
Is this program located in your C:\Program Files directory?
Is the remote system on the same subnet?
Are you using Netbios so that you could do UNC pathing?

here is some sample script...

notepad.exe \\remotecomputername\directoryforshare\testfile.txt


0

Response Number 2
Name: arin4u2
Date: November 6, 2009 at 21:51:18 Pacific
Reply:

1. The system is on the same subnet and workgroup.
2. The program is located in d: drive
3. From the batch file i want to access the particular MS
Access 2007 file.
4. by clicking a batch file i want to access the MS Access 2007 file (which is located in the remote system) from my system.


0

Response Number 3
Name: tvc
Date: November 8, 2009 at 09:46:48 Pacific
Reply:

From the command line interface, you can always just type the name of the file. If Windows knows what program is linked to it, it will open the file with that program.

Example, type image.bmp, and you may end up seeing Paint with that image

C:\> image.bmp <ENTER>


-1

Response Number 4
Name: ace_omega
Date: November 9, 2009 at 08:09:43 Pacific
Reply:

@echo off

"C:\Program Files\Microsoft Office\OFFICE11\msaccess.exe" "\\remotecomputername\directoryforshare\yourdatabase.MDF"


0
Reply to Message Icon

Related Posts

See More


Removal of freedom progra... Mouse freezing up


Use following form to reply to current message:

Login or Register to Reply
LoginRegister


Sponsored links

Ads by Google


Results for: creating a batch file

Creating a batch file in XP www.computing.net/answers/windows-xp/creating-a-batch-file-in-xp/48561.html

Need help creating a batch file www.computing.net/answers/windows-xp/need-help-creating-a-batch-file/172372.html

How to creat a batch file www.computing.net/answers/windows-xp/how-to-creat-a-batch-file/180778.html