and a bash script starts#!/bin/perl
#!/bin/bash
--
--
You received this message because you are subscribed to the Google
Groups "pinnacle3-users" group.
To post to this group, send email to pinnacl...@googlegroups.com
To subscribe to this group, send email to
pinnacle3-us...@googlegroups.com
To unsubscribe from this group, send email to
pinnacle3-use...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/pinnacle3-users?hl=en
---
You received this message because you are subscribed to the Google Groups "pinnacle3-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to pinnacle3-use...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.
With my perl scripts I first make them executable with chmod command. In a text editor I will then create a simple file that uses the SpawnCommand to start my script.
SpawnCommand = “path to perl script/filename”
Then I use a HotScripts to point to that file where the SpawnCommand lives. That’s how I do it. Probably can be condensed, but it works.
Derrick
--
--
You received this message because you are subscribed to the Google
Groups "pinnacle3-users" group.
To post to this group, send email to
pinnacl...@googlegroups.com
To subscribe to this group, send email to
pinnacle3-us...@googlegroups.com
To unsubscribe from this group, send email to
pinnacle3-use...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/pinnacle3-users?hl=en
---
You received this message because you are subscribed to the Google Groups "pinnacle3-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to
pinnacle3-use...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.