OK, so can I do this with XL format (without excel installed)?
If not, what CAN I update via automation? Do I need to set up a database? If so, what's the easiest to setup, update, save, and delete via MS automation?
Search found 83 matches
- Fri Dec 01, 2017 6:08 pm
- Forum: General Discussion
- Topic: Reading and writing from tables (csv, excell, etc)
- Replies: 4
- Views: 7001
- Mon Nov 27, 2017 7:33 pm
- Forum: General Discussion
- Topic: Reading and writing from tables (csv, excell, etc)
- Replies: 4
- Views: 7001
Re: Reading and writing from tables (csv, excell, etc)
Finally through that, and find out at the end it can't actually do what I need at all. Is there any known method at all that allows updates to existing csv fields? If not, should I be going to XL? I've been through every post I can find, some many times, tried several methods, and I'm still not seei...
- Mon Nov 27, 2017 2:57 pm
- Forum: General Discussion
- Topic: Reading and writing from tables (csv, excell, etc)
- Replies: 4
- Views: 7001
Reading and writing from tables (csv, excell, etc)
EDIT: After a full day working through this issue, I see that writing to a specific field in a .csv is much more difficult than anticipated. I tried just about every method mentioned online including a couple using other tools. As far as MS, WriteLn may work for writing new data under certain circum...
- Mon Nov 27, 2017 2:41 pm
- Forum: General Discussion
- Topic: How to have MS access a variable returned from CLI command
- Replies: 4
- Views: 6188
Re: How to have MS access a variable returned from CLI comma
Working flawlessly, thx.
I apparently underestimated some of the built in string functions when I looked at them. Reading back through each.
I apparently underestimated some of the built in string functions when I looked at them. Reading back through each.
- Mon Nov 27, 2017 2:12 am
- Forum: Technical / Scripting
- Topic: Line in script executes, but script won't move past
- Replies: 0
- Views: 6467
Line in script executes, but script won't move past
EDIT: Just realized that there was a RP_Wait=1 line in an included header. Not exactly sure what was keeping this particular .bat file from completing (maybe it stays open while app it launched remains open?) I see now, though, that resetting to RP_Wait to 0 before the particular line, then back, an...
- Sun Nov 26, 2017 1:35 am
- Forum: General Discussion
- Topic: How to have MS access a variable returned from CLI command
- Replies: 4
- Views: 6188
Re: How to have MS access a variable returned from CLI comma
That worked. Thx. Halfway there. I returns a bunch of stuff, then at the end: Profile created successfully. Profile id is 40e7de3e-4d8d-44e6-97dd-b287a95d8784. The period at the end is not part of the profile id. I've run a couple. Not entirely sure yet if they always have the same number of charact...
- Fri Nov 24, 2017 5:52 pm
- Forum: General Discussion
- Topic: How to have MS access a variable returned from CLI command
- Replies: 4
- Views: 6188
How to have MS access a variable returned from CLI command
I'm trying to move past GUI commands wherever possible, so diving into using MS for CLI, accessing API's, etc. Launching a profile from Multiloginapp using a bat file command: Run>multiloginapp-cli.bat -create-profile -name "profile name" -browser-type chrome This works to create a profile. So far, ...
- Fri Nov 24, 2017 5:38 pm
- Forum: General Discussion
- Topic: MS compatible .csv or excel freeware for Windows 2012r2
- Replies: 7
- Views: 6778
Re: MS compatible .csv or excel freeware for Windows 2012r2
Thx for the feedback. Just wanted to report back that I tried just about every option I could find (8 or 9, I think), and found OpenOffice calc to be by far the most useful in terms of customization for any particular purpose. Just in case anyone else is looking for similar solution. None of them di...
- Tue Nov 21, 2017 1:07 am
- Forum: General Discussion
- Topic: Launching script on startup regardless of login Win 2012 r2
- Replies: 22
- Views: 26827
Re: Launching script on startup regardless of login Win 2012
Trying to copy to other machines was proving problematic due to TS forcing username read as computername/username. Since computername is different every time, it was causing issues. Since it's doing it for me without apparent ability to override manually or easy way to add wildcard. It was taking to...
- Mon Nov 20, 2017 5:00 am
- Forum: General Discussion
- Topic: Launching script on startup regardless of login Win 2012 r2
- Replies: 22
- Views: 26827
Re: Launching script on startup regardless of login Win 2012
VNC proving very buggy, so DAYS of RDP testing later: Hundreds if not thousands of permutations on the technique of keeping a second (dummy to localhost) connection active have failed. Lockout still occurs. Only 2 references I could find anywhere to anyone working this out, and they're both vague on...
- Thu Nov 16, 2017 2:45 pm
- Forum: General Discussion
- Topic: Launching script on startup regardless of login Win 2012 r2
- Replies: 22
- Views: 26827
Re: Launching script on startup regardless of login Win 2012
Thx. I'll test this when I get a chance. That's not exactly what I meant, though. When I said "Your end of things" I was referring to the specifics of which session the script is running in vs sessions for the remote, the dummy RDP, etc. It appears to me that the dev in the link has provided a fix f...
- Wed Nov 15, 2017 6:50 pm
- Forum: General Discussion
- Topic: Launching script on startup regardless of login Win 2012 r2
- Replies: 22
- Views: 26827
Re: Launching script on startup regardless of login Win 2012
Assuming that's true, that creates a conflict for starting the script in autologin session, then connecting to view? So script would be running in wrong session? I do know this: I've put an exe in the startup folder, then used autologin and told it to restart. After waiting and then reconnecting via...
- Wed Nov 15, 2017 3:19 am
- Forum: General Discussion
- Topic: Launching script on startup regardless of login Win 2012 r2
- Replies: 22
- Views: 26827
Re: Launching script on startup regardless of login Win 2012
Tried again today doing this both with RDP signoff procedure or with VNC, an having issues with both. I may just be having a dyslexic moment, but... Not quite claear if autologon by itself fixes the problem since it does create logged in user (and therefore UI?) without RDP connection. Or is it that...
- Sun Nov 12, 2017 5:06 pm
- Forum: General Discussion
- Topic: Launching script on startup regardless of login Win 2012 r2
- Replies: 22
- Views: 26827
Re: Launching script on startup regardless of login Win 2012
I've had a family member in the hospital for the past week, so unable to use the workstation, but lots of time to read up, and run a few small scale tests. Yes, looks like the RDP hack does allow persistent UI, bu the limitations of my RDP client end up causing problems (sessions often terminate wit...
- Sun Nov 12, 2017 5:05 pm
- Forum: General Discussion
- Topic: Launching script on startup regardless of login Win 2012 r2
- Replies: 22
- Views: 26827
Re: Launching script on startup regardless of login Win 2012
oops. dbl post.