I work with laravel 5 , when i type in windows cmd this command "touch storage\database.sqlite" this error message rise 'touch' is not recognized as an internal or external command, operable program or batch file. any hint to solve it ?
相关问题
- Inheritance impossible in Windows Runtime Componen
- how to get running process information in java?
- Is TWebBrowser dependant on IE version?
- How can I have a python script safely exit itself?
- I want to trace logs using a Macro multi parameter
相关文章
- 在vscode如何用code runner打开独立的控制台窗口,以及设置好调试模式时窗口的编码?
- 如何让cmd.exe 执行 UNICODE 文本格式的批处理?
- 怎么把Windows开机按钮通过修改注册表指向我自己的程序
- Warning : HTML 1300 Navigation occured?
- Bundling the Windows Mono runtime with an applicat
- Windows 8.1 How to fix this obsolete code?
- Linux - change the hostname in the CLI
- CosmosDB emulator can't start since port is al
,
used with copy to indicate missing parameters. This updates the files modified date. E.G.copy /b file1,,
The command you're trying to run is a unix/linux based command so it won't work in Windows.
All it does is update the modified timestamps of a file.
There's another question on here that gives you an alternative for Windows: https://superuser.com/questions/10426/windows-equivalent-of-the-linux-command-touch/764716
You can just use
echo>
in windows cmd i.epath/file.sqlite
If you are trying to use TypeScript in ReactNative first run:
and then you can use touch, example:
If you are on windows device just install git bash and type the following command
The above command will generate a zero kilobyte
test.html
file for you in your specified directory. It is applicable to any other type of file.Fixed after running this command:
After that I can run this: