Hi,
Sorry for the newbie question, but is there a command to format date within MS? I want to 0 pad the date and time I'm getting whenever I call on the getdate function e.x 07272014 01:05:01 AM
Thanks!
Search found 4 matches
- Mon Jul 28, 2014 3:56 pm
- Forum: General Discussion
- Topic: Date formatting
- Replies: 1
- Views: 4903
- Mon Jul 28, 2014 3:54 pm
- Forum: General Discussion
- Topic: Running in VPS
- Replies: 1
- Views: 6106
Running in VPS
Hi, Need help figuring out why my script works perfectly when I remote into vps but fails when it run on its own on schedule, the script is basically composed of key press's and I have enable it to unlock the vps and auto log-on. It seems like the key press is being missed when someone is not remote...
- Sat Jun 07, 2014 5:53 pm
- Forum: Technical / Scripting
- Topic: .NET & Compiled Exes
- Replies: 3
- Views: 3747
Re: .NET & Compiled Exes
Hi Marcus,
Thanks for your reply, another question though, when you create a variable on your script does it automatically become a parameter when you compile the script into exe? Or is there anything else needed before you can use it as a parameter. Thanks!
Thanks for your reply, another question though, when you create a variable on your script does it automatically become a parameter when you compile the script into exe? Or is there anything else needed before you can use it as a parameter. Thanks!
- Fri Jun 06, 2014 4:30 am
- Forum: Technical / Scripting
- Topic: .NET & Compiled Exes
- Replies: 3
- Views: 3747
.NET & Compiled Exes
Anyone has experience calling compiled exes and passing variables to it from C#.NET? I'm trying to automate a tool but need to pass variable to the compiled script from my .NET desktop app. Any help/hint is greatly appreciated. Thanks!