I have written a Dos Batch file that asks the user some informtion then renames a directory with that info.
such as "Job No." "Company"
In the batch file I use the Set command to get the info
Set /p number=Job No.
I would like the Batch file to then go onto open a excel file and input the data inot the relavnt cell. but I have no clue if its even possible never mind how to do it???
Thanks in advance
such as "Job No." "Company"
In the batch file I use the Set command to get the info
Set /p number=Job No.
I would like the Batch file to then go onto open a excel file and input the data inot the relavnt cell. but I have no clue if its even possible never mind how to do it???
Thanks in advance