Click here to Skip to main content
15,912,457 members

Comments by Member 11010562 (Top 7 by date)

Member 11010562 17-Nov-14 6:17am View    
I tried this..but how can i get the value dynamically as i mentioned above.
alter table hrm_test auto_increment = (select
concat(right(extract(YEAR from curdate()), 2),
'001'))
I tried this but its throwing error.
Member 11010562 19-Aug-14 9:52am View    
Thanks Richard!!
I have gone through this command: schtasks /run /s systemname /u username /p password /TN "test1.bat" Will it work if i have admistrative rights in current system?
Member 11010562 19-Aug-14 9:06am View    
Addition to my question this is the exact secnario.

If I'm on computer A but I want to inititate a batch file I want to run
on computer B, how do I get the batch file? I'm not talking about a
remote desktop or anything, I want to use a command line to make a batch
file run on a remote computer.
Member 11010562 19-Aug-14 8:51am View    
Previously i was stuck with passing arguments to shell script now i completed that without any problems new user is creating in active directory whatever values we are providing in batch files...that was done in another server which has adminstrator rights but now i wanted to run that batch file from any system by connecting that server which having admistrative rights i hope u understand my problem.
Member 11010562 19-Aug-14 3:22am View    
Content moved to question.