Shawn, I've been using OptiGold for about 5 years now, ever since I worked for my first ISP. I now manage a small to medium size ISP fulltime, and I'm working on switching over their accounting/administration system to OG. I've installed the trial, set the settings in Auto Server setup, and have it working semi decently. My problem comes from the telnet scripting area. Currently I have it set up to login, add new users via net.exe, add comments & then logoff. I tried adding in extra code to use cusrmgr to set PasswordNeverExpires, and I get an error about the 256 character script limit. I've since set the cusrmgr functions to run under the Generic 1 button, but what I want it to do ultimately is for both scripts to run at the same time whenever I add a user for the first time. Are there any workarounds or special commands I can use to do this? Rob Graham, WeLink Internet Services
Unfortunately it's a limitation of Windows itself. Although there is a native FileMaker plug-in for telnet that is in beta right now, so hopefully soon that restriction will no longer be there. The only work-around would be to shorten the "wait for" side of things. For example, a wait for of "Password: " could be shortened to just "d:" as an example.
What gets me tho, is that I can set it up to login, do the task them exit, then login again, do another task then exit (effectively running 2 scripts), and it still tells me the script is over the limit. Any thoughts?
Shawn, The setup I have so far is: login: *********** password: ********** C:\> net user <Login> <Pass> /active:YES /expires:NEVER /fullname:"<FName> <LName>" /passwordchg:NO /passwordreq:YES /comment:"(<AreaCode>) <Phone>" /add <e> C:\> exit What I want to be able to add is: C:\> cusrmgr -u <Login> [-m \\*****] +s PasswordNeverExpires
Yeah, unfortunately I don't think there is a lot that can be done on that... except maybe bounce it off a .bat file or something that takes a set number of parameters and makes the net user command and triggers it for you.
How do the Generic actions work, as in where in OG are they used aside from the Auto Server setup? I haven't seen any reference to them anywhere else.