|
I've written a script that I'd like to implement at logon. I know it works, at least when running it interactively. When I try to execute it at logon, however, I get...NOTHING.
Each Dept has their own logon script. Each is about 1kb in size (according to Explorer). And all they do is map several drives.
In the one for us here in "IT", I added:
if not %username%==tom then goto End
kix32 InventoryTXT
:END
And I know this too works, as I've tried it with smaller scripts, and even with a 'pause' statement.
But when I replace the old "InventoryTXT.kix" script with the new (about 12kb in size), I get...I get...NOTHING. I just get logged on as usual, with *no* indication that my kix script is running. (When it runs, the person logging on should see a banner indicating that "IT" is collecting some data.) No error, no msg, no nothing.
I remember something about the size of a logon script, but I thought that was for the script called from ones profile (the one to which I added), and not an issue for me, because I had this working.
Any help would be appreciated. I've spent several days getting to this point, and now...nothing. All for naught. (I sure hope this is a simple fix.)
Thanks again,
Tom
|