.bat file current date
Solved/Closed
Markd
Posts
2
Registration date
Tuesday October 29, 2013
Status
Member
Last seen
October 29, 2013
-
Oct 29, 2013 at 12:15 AM
Blocked Profile - Aug 6, 2014 at 05:40 PM
Blocked Profile - Aug 6, 2014 at 05:40 PM
Related:
- .bat file current date
- Windows 10 iso file download 64-bit - Download - Windows
- Kmspico zip file download - Download - Other
- Tiny 11 iso file download - Download - Windows
- Dvi file - Guide
- Messenger file downloader - Guide
1 response
Good Morning.
Well what is going to be authoring that line of code? I am not aware of a NOTEPAD allowing dynamic statements to be generated.
You could have a server side script that receives a request for the the batch file, and it authors a bat on the fly, and displays a link back to where the file is located to run.
Notepad does have the .log function, but .log will not execute a .bat.
Please post back.
Well what is going to be authoring that line of code? I am not aware of a NOTEPAD allowing dynamic statements to be generated.
You could have a server side script that receives a request for the the batch file, and it authors a bat on the fly, and displays a link back to where the file is located to run.
Notepad does have the .log function, but .log will not execute a .bat.
Please post back.
Oct 29, 2013 at 09:48 PM
START "C:\cyware\retail\jobqueue\bin" pos_mallrep.exe <current date> 1 c:\rockwell
is it possible to set the current date in the .bat instead of literally type it.
Sample:
@echo off
START "C:\cyware\retail\jobqueue\bin" pos_mallrep.exe 20131030 1 c:\rockwell
Aug 6, 2014 at 01:58 AM
Aug 6, 2014 at 05:40 PM