Computer Problems? Computing.Net has over 1,000,000 posts about all things technology related! Over 90% answered within 24 hours! Click here to start participating now! Also, be sure to check out the New User Guide.
XP Pro - Creating a .bat file
Name: Abes Date: October 27, 2003 at 10:33:22 Pacific OS: XP Pro CPU/Ram: 12ghz 512MB
Comment:
I have users which frequently access a database which autosaves the date/time in entries. I need to create a .bat file which when the user wants to acces the database from the desktop icon, will first run the regular XP date/time setup program and after that run the database .exe. The idea is force the user to check his system date and time prior to entering the database. If possible a detailed explanation of the 'how to' will be appreciated. Thanks
Name: CyberSlug Date: October 27, 2003 at 11:13:02 Pacific
Reply:
REM Here's a batch file tested on XP Pro @echo off cmd /c start control.exe timedate.cpl ECHO After you check the time, pause cmd /c start C:\Windows\system32\calc.exe
Summary: Is it possible to create a .BAT file to launch two programs? I would rather not install yet another little program to be able to do that. Thank you, -Eli ...
Summary: I am trying to create a batch file that will move files from one folder to another. The naming convention in XP seems to be different than what I am used to. Instead of typing move c:\*.mp3 c:\mydocu~...
Summary: Happy New Year people. The following article says to create and save a BAT file. My question is where would that file be SAVED TO in order for Windows to be able to use it ?? Thank you. HOW TO: Add a...