|
Hi All, I Want to create a batch file which will open text file located on my computer. regards Shalabh
(comments are locked)
|
|
You could create the batch file that has a call to Notepad with your filename. eg: (Don't forget to put the filename in double quotes - "C:My File.txt" - if there's a space in the name) Or you could create a batchfile which will accept a parameter, and open the file supplied: And call that with something like Not quite sure what all this has to do with SQL Server, though!
(comments are locked)
|

