Hello
I am looking to create a script which will write a piece of text to a file based on what was externally passed to it
so, startdatetime.vbs writes the start time and date to a file (this I can do)
I want to pass an additional piece of data through to append to this file
i.e. startdatetime "ftp start" would allow it to write 'ftp start' to the file
There are many things I want to monitor the start of and I want to write one all encompasing script to do this rather than hard code the passed text in and write a script for each version
Any thoughts would be much appreciated
Thanks
Damian.
I am looking to create a script which will write a piece of text to a file based on what was externally passed to it
so, startdatetime.vbs writes the start time and date to a file (this I can do)
I want to pass an additional piece of data through to append to this file
i.e. startdatetime "ftp start" would allow it to write 'ftp start' to the file
There are many things I want to monitor the start of and I want to write one all encompasing script to do this rather than hard code the passed text in and write a script for each version
Any thoughts would be much appreciated
Thanks
Damian.