dos
How to create a bat file for create one folder in my machine?
I want to create one bat file for create one folder in my machine. I created like thi开发者_如何学Pythons but its not woking.[详细]
2023-04-03 08:50 分类:问答Please help me with my Batch Script
I wrote a very simple batch script to list all the xml files under \"frame\" folder. Basically, I have a \"frame\" folder it contains seven sub-folders, under each of these seven sub-folders, there a[详细]
2023-04-03 03:39 分类:问答kill php process on host
I\'m running while(TRUE) php script on my host,that I think it will be ended by closing browser, I run it on my Cpanel web hosting to learning DoS attack. Now I close browser but it contin开发者_Stack[详细]
2023-04-02 05:45 分类:问答"Safety net" utilities (or tricks) for developing ASM under DOS?
In Windows, when programming in Assembly -- say, inline assembly in a .cpp file within Visual Studio -- the development environment protects me from my own stupid mistakes.If I clobber the ESP registe[详细]
2023-04-02 03:12 分类:问答Connect to remote Windows command prompt via PHP
I was wondering if there is way I can connect remotely to my Windows Server command prompt to a开发者_如何学Cpply shell commands through PHP. I am able to do this with my linux boxes through the libss[详细]
2023-04-02 01:52 分类:问答Why does "for" not work inside batch file? (Works fine outside)
for /F \"tokens=*\" %* in (Test.txt) do md \".\\%*\" & cd \"%*\" & md \"Something1\" & md \"Something2\" & cd \"..\"[详细]
2023-03-30 21:48 分类:问答Day missing from Date
See Batch code below, it show a date and time but the day is missing. How to fix this? code: @echo off For /f \"tokens=2-4 delims=/ \" %%a in (\'date /t\') do (set dt=%%c-%%a-%%b)[详细]
2023-03-30 14:07 分类:问答DOS Batch file - Need help to reading a text file to create a folder then two sub folders in the that folder
for /F \"tokens=*\" %* in (C:\\Test.txt) do (md \"C:\\TEMP\\%*\" || cd \"C:\\TEMP\\%*\" || md \"Computer\" || md \"Email\")[详细]
2023-03-30 07:31 分类:问答Writing a path to a property file using ant
I am writing a file path to a property file using ant property file task,below is my code snippet of ant[详细]
2023-03-30 04:37 分类:问答How do I parse MS-DOS time in perl?
I\'m reading a binary file using perl. In the file\'s headers, there\'s 4 bytes that represents MS-DOS time. How do I read this time? I\'m not familiar with this format.[详细]
2023-03-30 00:39 分类:问答