-
Can the owner of a scriptwriting software see what I write without my permission? Using an online free version.
Last updated: -
How do I copy a file multiple times and rename it different every time
So I am not very good with scripting and was wondering if someone could help me. What I want to do is copy a single file multiple times and have it renamed almost the same with one letter different each time. Example, I have file ReportA.r and I want to copy it multiple times and rename it like...
Last updated: -
What scripting language to use?
I have been playing around with things like creating 3D walkthrough worlds and some game development. I see that Unity 3D supports a few scripting languages like C# 80%, Unityscript(javascript) 19% and Boo 1%. Being an RPG developer for 30+ years and for the past 5, developing web services in...
-
How to create 100 users at a time and assign a role using e-catt scripting?
How do I create 100 users at a time and assign a role using e-catt scripting? Could someone explain it clearly with step by step procedure?
-
Exchange script to copy email from a users inbox for a specific date range?
Looking for a script that will accomplish the following task. Copy all email from a user’s mailbox that meets a specific date. The copy script should only execute based on the effective date plus 60 days. For example, if a daily script started running Oct 1st, no emails will be copied until Nov...
Last updated: -
How to stop a long running script
There is a long running script on my computer, that is causing my computer to crash. I get information that it is gathering files for a crash dump. How do I stop this Long Running Script?
-
Debug user scripts in Google Chrome
How can I debug my custom user scripts in Google Chrome? Can I use Developer Tools? Or is there another way? Thanks so much.
Last updated: -
I want to perform automation in SAP but some of my clients are not willing to enable SAP scripting on their end. Is there any alternate method to this? Please help!
-
QTP Script for Data Driven Testing using Notepad
Set f=createobject("scripting.filesystemobject") Set f1=f.createtextfile("d://file1.txt") f1.writeline"Raju Rani" f1.writeline"King Queen" f1.writeline"Radha Krishna" f1.writeline"Thirupathi Gangula" f1.writeline"Bala Kishan" The above script creates a notepad in "d" drive with name file1 Raju Rani...
Last updated: -
I tried to enable protocol offset to header. Though it is showing that newoffset is set, the tag that I defined is not being seen in the packet view.
Last updated: -
Logon/Logoff script setup as group policy not running – Server 2008
I have written two scripts to create a log of when a user log ons and off the network. I have tested the scripts by double clicking on them and they work fine and I am able to get them to run on a local machine by setting them to run at logon/logoff by using the local group policy editor. My issue...
Last updated: -
Which is the best conversion site?
Can it is true that I can convert my Scanned Pages online with conversion sites? Which is the best conversion site?
Last updated: -
Word 2003/2007 VBScript fails in 2010 (background printing) – help!
Hi script wizards, I cobbled this together from info on the web but I don't know hardly anything about scripting - I'm a COBOL programmer! Works with word 2003/2007 (has been for some time) but not in Word 2010. The background printing commands fail (e.g. objWord.Options.PrintBackground = False)....
-
Perimeters for Linux scripting
What are the perimeters for Linux scripting?
-
I am looking to see if it is possible to write a script for a computer that would automatically sign you onto a website and click a button and then enter a predetermined number into a box and then submit. I would need this done every time a certain section of a website changes. I am not that...
Last updated: -
Scripting help: folders and permissions
I have about 7000 folders and I need to create a special folder inside of them. I need to also give certain groups permissions to these same folders. Does anyone have a script that would assist me in creating these folders?
Last updated: -
Local Administrator Rights on a PC
I am trying to create a script that will create a local administrator account on each PC. I will also need to set the password on each PC. Which is the best to perform this task?
-
VBS Script to identify Local Admins only on SERVERS
I'm an auditor, and I like to know things like: are there local IDs on servers? Are those local IDs also in the administrator group? Not only that, I need to hand this script out to various admins, so I can't specify one domain name in the script. So, first I need to get the domain name, then...
Last updated: -
Migration: From Power Users Group to Restricted Users Group.
How can I Migrate all accounts stored on Power User Group to Users Group on local machine. This must be via VBscript or DOS Batch. Thanks.
Last updated: -
How to write a PowerShell 2 script to see what users are logged on?
I'm learning PowerShell. I have a test pc set up with Active Directory, called Enterprise1 (for Windows 2003 Enterprise edition sp2). How would I write a PowerShell 2 script to see what users are logged on? Also how would I write a script to send all logged on users a message then log all users...