如果有必要的话,我正在使用Windows10,并且我正在尝试将一个文件提供给"oeminst“应用程序,该应用程序会将该文件从.EDR转换为.CCSS。根据该应用程序的网站,其使用摘要如下:
oeminst [-options] [inputfiles]
-v Verbose
-n Don't install, show where files would be installed
-c Don't install, save files to current directory
-S d Specify the install scope u = user (def.), l = local system]
infile Manufacturers setup.exe install file(s) or .dll(s) containing install files
infile.[edr|ccss|ccmx] EDR file(s) to translate and install or CCSS or CCMX files to install
If no file is provided, oeminst will look for the install CD.
more info can be found here https://www.argyllcms.com/doc/oeminst.html到目前为止,我尝试了以下代码:
C:\Users\PC>oeminst infile. [C:\Users\PC\testfile.edr]
oeminst: Error - Unable to load file 'infile [C:\Users\PC\testfile]'如果至少有人能告诉我我做得对不对,我将不胜感激。
另外,很抱歉把文字弄乱了。不确定如何修复它。它在编辑模式下看起来很好。
发布于 2018-10-04 13:53:01
试试这个: oeminst infile.edr C:\Users\PC\testfile.edr
发布于 2018-10-04 14:06:45
不要紧,我知道了。
C:\Users\PC>oeminst C:\Users\PC\testfile.edr
https://stackoverflow.com/questions/52639517
复制相似问题