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.
Batch file to open
Name: matpj Date: May 4, 2006 at 07:39:01 Pacific OS: Windows 2000 SP4 CPU/Ram: Pentium 3 512Mb Product: IBM NetVista
Comment:
Hi there,
I need to write some kind of script that will open an excel spreadsheet I have created - at a given date/time (or possibly scheduled weekly) Can this also be done in the background - without opening MS Excel?
Any help would be gratefully received. Regards, Matt
Name: Mechanix2Go Date: May 4, 2006 at 10:19:58 Pacific
Reply:
A number of things are possible.
But if you want to open a spreadsheet, you need to open it WITH SOMETHING.
There are 3rd party spreadsheet [and database etc] viewers.
The batch file can be pretty simple:
start excel c:\temp\abc.xls
Then schedule it with AT.
===================================== If at first you don't succeed, you're about average.
M2Go
0
Response Number 2
Name: alexanrs Date: May 4, 2006 at 12:06:40 Pacific
Reply:
I think you do not need to specify a program with start. You could use a command like:
start c:\temp\abc.xls
Also, you should have no problem opening it at the desired date/time using the "Scheduled Task" folder (in My computer up to Windows ME/2K, in Control Panel in Windows XP)
Summary: Maybe someone on this site can help me. I need a batch file to rename files. The way it needs to work is: you open the batch file and it asks you to pick the kind of files you want renamed, (lets say ...
Summary: Hi, can some one please help! How can i get a batch file to run when ever someone logs off a computer. Is this possible? Also how can i get a batchfile to run when the computer is switched off? Thanks...
Summary: I have a large directory of .bmp files and each day I need to randomly select 20 of these files and rename them in a consistent way (e.g., pic1.bmp, pic2.bmp). I would appreciate any help in writing a...